Home
last modified time | relevance | path

Searched refs:IsPositionIndependent (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp558 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local
562 (Subtarget->isTargetMachO() || !IsPositionIndependent)) { in ARMMaterializeGV()
568 if (IsPositionIndependent) in ARMMaterializeGV()
582 if (Subtarget->isTargetELF() && IsPositionIndependent) in ARMMaterializeGV()
586 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in ARMMaterializeGV()
596 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci; in ARMMaterializeGV()
599 if (IsPositionIndependent) in ARMMaterializeGV()
611 if (IsPositionIndependent) { in ARMMaterializeGV()
DARMISelLowering.cpp2768 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local
2769 if (!IsPositionIndependent) { in LowerBlockAddress()
2783 if (!IsPositionIndependent) in LowerBlockAddress()
3362 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local
3363 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN()
3373 if (IsPositionIndependent) { in LowerINTRINSIC_WO_CHAIN()
8462 bool IsPositionIndependent = isPositionIndependent(); in EmitSjLjDispatchBlock() local
8590 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
8683 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp298 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local
300 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent) in getReservedRegs()
306 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent) in getReservedRegs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp923 bool IsPositionIndependent = isPositionIndependent(); in LowerConstantPool() local
924 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; in LowerConstantPool()
939 if (IsPositionIndependent) in LowerConstantPool()
1112 bool IsPositionIndependent = isPositionIndependent(); in LowerToTLSInitialExecModel() local
1114 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE; in LowerToTLSInitialExecModel()
1122 if (IsPositionIndependent) { in LowerToTLSInitialExecModel()
/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()