Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp569 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local
573 (Subtarget->isTargetMachO() || !IsPositionIndependent)) { in ARMMaterializeGV()
579 if (IsPositionIndependent) in ARMMaterializeGV()
589 if (Subtarget->isTargetELF() && IsPositionIndependent) in ARMMaterializeGV()
593 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in ARMMaterializeGV()
603 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci; in ARMMaterializeGV()
606 if (IsPositionIndependent) in ARMMaterializeGV()
618 if (IsPositionIndependent) { in ARMMaterializeGV()
H A DARMISelLowering.cpp3603 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local
3604 if (!IsPositionIndependent) { in LowerBlockAddress()
3618 if (!IsPositionIndependent) in LowerBlockAddress()
4249 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local
4250 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()
4260 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()
11091 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local
11218 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
11310 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp404 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local
406 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
412 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1219 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local
1220 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()
1236 if (IsPositionIndependent) in LowerConstantPool()
1406 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local
1408 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()
1416 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()