Home
last modified time | relevance | path

Searched refs:IsPositionIndependent (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp263 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local
265 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent) in getReservedRegs()
271 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent) in getReservedRegs()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp559 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local
563 (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()
DARMISelLowering.cpp2520 bool IsPositionIndependent = isPositionIndependent(); in LowerBlockAddress() local
2521 if (!IsPositionIndependent) { in LowerBlockAddress()
2536 if (!IsPositionIndependent) in LowerBlockAddress()
2941 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local
2942 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() local
7616 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
7699 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1410 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local
1411 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()
1418 if (IsPositionIndependent) in LowerConstantPool()
1593 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local
1595 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()
1603 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()