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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp555 bool IsPositionIndependent = isPositionIndependent();
559 (Subtarget->isTargetMachO() || !IsPositionIndependent)) {
565 if (IsPositionIndependent)
579 if (Subtarget->isTargetELF() && IsPositionIndependent)
583 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0;
593 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci;
596 if (IsPositionIndependent)
608 if (IsPositionIndependent) {
H A DARMISelLowering.cpp3065 bool IsPositionIndependent = isPositionIndependent() || Subtarget->isROPI(); local
3066 if (!IsPositionIndependent) {
3080 if (!IsPositionIndependent)
3719 bool IsPositionIndependent = isPositionIndependent(); local
3720 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0;
3730 if (IsPositionIndependent) {
9715 bool IsPositionIndependent = isPositionIndependent(); local
9843 if (IsPositionIndependent) {
9936 if (IsPositionIndependent) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp326 bool IsPositionIndependent = TM.isPositionIndependent(); local
328 if (Subtarget.is32BitELFABI() && IsPositionIndependent)
334 if (Subtarget.is32BitELFABI() && IsPositionIndependent)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp985 bool IsPositionIndependent = isPositionIndependent(); local
986 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0;
1001 if (IsPositionIndependent)
1174 bool IsPositionIndependent = isPositionIndependent(); local
1176 IsPositionIndependent ? HexagonII::MO_IEGOT : HexagonII::MO_IE;
1184 if (IsPositionIndependent) {

Completed in 180 milliseconds