Home
last modified time | relevance | path

Searched refs:IsPositionIndependent (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMFastISel.cpp540 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local
544 (Subtarget->isTargetMachO() || !IsPositionIndependent)) { in ARMMaterializeGV()
550 if (IsPositionIndependent) in ARMMaterializeGV()
560 if (Subtarget->isTargetELF() && IsPositionIndependent) in ARMMaterializeGV()
564 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in ARMMaterializeGV()
574 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci; in ARMMaterializeGV()
577 if (IsPositionIndependent) in ARMMaterializeGV()
589 if (IsPositionIndependent) { in ARMMaterializeGV()
DARMISelLowering.cpp3496 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local
3497 if (!IsPositionIndependent) { in LowerBlockAddress()
3511 if (!IsPositionIndependent) in LowerBlockAddress()
4146 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local
4147 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()
4157 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()
10866 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local
10993 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
11085 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp408 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local
410 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
416 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1131 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local
1132 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()
1148 if (IsPositionIndependent) in LowerConstantPool()
1321 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local
1323 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()
1331 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()