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()
3469 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local3470 if (!IsPositionIndependent) { in LowerBlockAddress()3484 if (!IsPositionIndependent) in LowerBlockAddress()4119 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local4120 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()4130 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()10792 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local10919 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()11011 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
388 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local390 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()396 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
1132 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local1133 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()1149 if (IsPositionIndependent) in LowerConstantPool()1322 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local1324 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()1332 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()