Searched refs:IsPositionIndependent (Results 1 – 4 of 4) sorted by relevance
558 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local562 (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()
2769 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local2770 if (!IsPositionIndependent) { in LowerBlockAddress()2784 if (!IsPositionIndependent) in LowerBlockAddress()3338 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local3339 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() local8528 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()8621 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
298 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local300 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent) in getReservedRegs()306 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent) in getReservedRegs()
926 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local927 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()942 if (IsPositionIndependent) in LowerConstantPool()1115 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local1117 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()1125 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()