Searched refs:IsPositionIndependent (Results 1 – 4 of 4) sorted by relevance
263 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local265 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent) in getReservedRegs()271 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent) in getReservedRegs()
559 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local563 (Subtarget->isTargetMachO() || !IsPositionIndependent)) { in ARMMaterializeGV()569 if (IsPositionIndependent) in ARMMaterializeGV()583 if (Subtarget->isTargetELF() && IsPositionIndependent) in ARMMaterializeGV()587 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in ARMMaterializeGV()597 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci; in ARMMaterializeGV()600 if (IsPositionIndependent) in ARMMaterializeGV()612 if (IsPositionIndependent) { in ARMMaterializeGV()
2520 bool IsPositionIndependent = isPositionIndependent(); in LowerBlockAddress() local2521 if (!IsPositionIndependent) { in LowerBlockAddress()2536 if (!IsPositionIndependent) in LowerBlockAddress()2941 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local2942 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()2953 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()7502 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local7616 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()7699 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
1410 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local1411 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()1418 if (IsPositionIndependent) in LowerConstantPool()1593 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local1595 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()1603 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()