Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp558 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local
562 (Subtarget->isTargetMachO() || !IsPositionIndependent)) { in ARMMaterializeGV()
568 if (IsPositionIndependent) in ARMMaterializeGV()
582 if (Subtarget->isTargetELF() && IsPositionIndependent) in ARMMaterializeGV()
586 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in ARMMaterializeGV()
596 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci; in ARMMaterializeGV()
599 if (IsPositionIndependent) in ARMMaterializeGV()
611 if (IsPositionIndependent) { in ARMMaterializeGV()
H A DARMISelLowering.cpp2769 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local
2770 if (!IsPositionIndependent) { in LowerBlockAddress()
2784 if (!IsPositionIndependent) in LowerBlockAddress()
3338 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local
3339 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()
3349 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()
8400 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local
8528 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
8621 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp298 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local
300 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent) in getReservedRegs()
306 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent) in getReservedRegs()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp926 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local
927 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()
942 if (IsPositionIndependent) in LowerConstantPool()
1115 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local
1117 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()
1125 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()