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()
3533 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local3534 if (!IsPositionIndependent) { in LowerBlockAddress()3548 if (!IsPositionIndependent) in LowerBlockAddress()4179 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local4180 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()4190 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()11028 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local11155 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()11247 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()
1150 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local 1151 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool() 1167 if (IsPositionIndependent) in LowerConstantPool() 1340 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local 1342 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel() 1350 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()