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()
3403 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local3404 if (!IsPositionIndependent) { in LowerBlockAddress()3418 if (!IsPositionIndependent) in LowerBlockAddress()4053 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local4054 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()4064 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()10573 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local10700 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()10792 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
341 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local343 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()349 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
1137 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local1138 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()1154 if (IsPositionIndependent) in LowerConstantPool()1327 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local1329 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()1337 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()