Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp540 bool IsPositionIndependent = isPositionIndependent(); in ARMMaterializeGV() local
544 (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()
H A DARMISelLowering.cpp3533 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); in LowerBlockAddress() local
3534 if (!IsPositionIndependent) { in LowerBlockAddress()
3548 if (!IsPositionIndependent) in LowerBlockAddress()
4179 bool IsPositionIndependent = isPositionIndependent(); in LowerINTRINSIC_WO_CHAIN() local
4180 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() local
11155 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
11247 if (IsPositionIndependent) { in EmitSjLjDispatchBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp408 bool IsPositionIndependent = TM.isPositionIndependent(); in getReservedRegs() local
410 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
416 if (Subtarget.is32BitELFABI() && IsPositionIndependent) in getReservedRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1150 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()