Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp541 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local
545 (Subtarget->isTargetMachO() || !IsPositionIndependent)) { in ARMMaterializeGV()
551 if (IsPositionIndependent) in ARMMaterializeGV()
561 if (Subtarget->isTargetELF() && IsPositionIndependent) in ARMMaterializeGV()
565 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in ARMMaterializeGV()
575 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci; in ARMMaterializeGV()
578 if (IsPositionIndependent) in ARMMaterializeGV()
590 if (IsPositionIndependent) { in ARMMaterializeGV()
H A DARMISelLowering.cpp3286 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local
3287 if (!IsPositionIndependent) { in LowerBlockAddress()
3301 if (!IsPositionIndependent) in LowerBlockAddress()
3936 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local
3937 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()
3947 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()
10283 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local
10410 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
10502 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp335 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local
337 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
343 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1134 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local
1135 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()
1151 if (IsPositionIndependent) in LowerConstantPool()
1324 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local
1326 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()
1334 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()