Searched refs:IsPositionIndependent (Results 1 – 4 of 4) sorted by relevance
569 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local573 (Subtarget->isTargetMachO() || !IsPositionIndependent)) { in ARMMaterializeGV()579 if (IsPositionIndependent) in ARMMaterializeGV()589 if (Subtarget->isTargetELF() && IsPositionIndependent) in ARMMaterializeGV()593 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in ARMMaterializeGV()603 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci; in ARMMaterializeGV()606 if (IsPositionIndependent) in ARMMaterializeGV()618 if (IsPositionIndependent) { in ARMMaterializeGV()
3603 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local3604 if (!IsPositionIndependent) { in LowerBlockAddress()3618 if (!IsPositionIndependent) in LowerBlockAddress()4249 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local4250 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()4260 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()11091 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local11218 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()11310 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
404 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local406 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()412 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
1219 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local1220 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()1236 if (IsPositionIndependent) in LowerConstantPool()1406 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local1408 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()1416 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()