Searched refs:IsPositionIndependent (Results 1 – 4 of 4) sorted by relevance
541 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local545 (Subtarget->isTargetMachO() || !IsPositionIndependent)) { in ARMMaterializeGV()551 if (IsPositionIndependent) in ARMMaterializeGV()561 if (Subtarget->isTargetELF() && IsPositionIndependent) in ARMMaterializeGV()565 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in ARMMaterializeGV()575 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci; in ARMMaterializeGV()578 if (IsPositionIndependent) in ARMMaterializeGV()590 if (IsPositionIndependent) { in ARMMaterializeGV()
3286 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local3287 if (!IsPositionIndependent) { in LowerBlockAddress()3301 if (!IsPositionIndependent) in LowerBlockAddress()3936 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local3937 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()3947 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()10283 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local10410 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()10502 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
335 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local337 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()343 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
1134 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local1135 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()1151 if (IsPositionIndependent) in LowerConstantPool()1324 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local1326 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()1334 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()