Searched refs:IsPositionIndependent (Results 1 – 4 of 4) sorted by relevance
540 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local544 (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()
3517 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local3518 if (!IsPositionIndependent) { in LowerBlockAddress()3532 if (!IsPositionIndependent) in LowerBlockAddress()4167 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local4168 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()4178 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()11011 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local11138 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()11230 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
408 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local410 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()416 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
1131 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local1132 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()1148 if (IsPositionIndependent) in LowerConstantPool()1321 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local1323 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()1331 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()