| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.td | 18 def IsPIC : Predicate<"TM.isPositionIndependent()">; 394 (GLOBAL_GET_I32 tglobaladdr:$addr)>, Requires<[IsPIC, HasAddr32]>; 396 (GLOBAL_GET_I64 tglobaladdr:$addr)>, Requires<[IsPIC, HasAddr64]>; 399 (CONST_I32 tglobaladdr:$addr)>, Requires<[IsPIC, HasAddr32]>; 401 (CONST_I64 tglobaladdr:$addr)>, Requires<[IsPIC, HasAddr64]>; 414 (GLOBAL_GET_I32 texternalsym:$addr)>, Requires<[IsPIC, HasAddr32]>; 416 (GLOBAL_GET_I64 texternalsym:$addr)>, Requires<[IsPIC, HasAddr64]>; 424 (CONST_I32 texternalsym:$addr)>, Requires<[IsPIC, HasAddr32]>; 426 (CONST_I64 texternalsym:$addr)>, Requires<[IsPIC, HasAddr64]>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 137 bool IsPIC = isPositionIndependent(); variable 139 if (IsPIC) 148 if (!IsPIC)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsBranchExpansion.cpp | 176 bool IsPIC; member in __anon018c60600111::MipsBranchExpansion 424 if (IsPIC) { in expandToLongBranch() 838 (Br->isUnconditionalBranch() && IsPIC))) { in handlePossibleLongBranch() 880 IsPIC = TM.isPositionIndependent(); in runOnMachineFunction() 885 if (IsPIC && ABI.IsO32() && in runOnMachineFunction()
|
| H A D | MipsISelLowering.cpp | 3181 bool IsPIC = isPositionIndependent(); in LowerCall() local 3402 if (!Subtarget.isABICalls() && !IsPIC) { in LowerCall() 3429 if (IsPIC) { in LowerCall() 3454 if (!IsPIC) // static in LowerCall() 3474 getOpndList(Ops, RegsToPass, IsPIC, GlobalOrExternal, InternalLinkage, in LowerCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | Mips.cpp | 222 bool IsPIC = false; in getMIPSTargetFeatures() local 235 IsPIC = in getMIPSTargetFeatures() 252 if (ABICallsArg && !UseAbiCalls && IsPIC) { in getMIPSTargetFeatures()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 1380 bool IsPIC = HTM.isPositionIndependent(); in insertCSRSpillsInBlock() local 1388 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4STK_EXT_PIC in insertCSRSpillsInBlock() 1391 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4STK_PIC in insertCSRSpillsInBlock() 1395 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4_EXT_PIC in insertCSRSpillsInBlock() 1398 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4_PIC in insertCSRSpillsInBlock() 1445 bool IsPIC = HTM.isPositionIndependent(); in insertCSRRestoresInBlock() local 1456 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT_PIC in insertCSRRestoresInBlock() 1459 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC in insertCSRRestoresInBlock() 1469 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC in insertCSRRestoresInBlock() 1472 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC in insertCSRRestoresInBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrControl.td | 294 defm : CallPat<CALLq, IsPIC>;
|
| H A D | M68kInstrInfo.td | 440 def IsPIC : Predicate<"TM.isPositionIndependent()">;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 442 bool IsPIC = false; member in __anonb23049e20111::X86AsmParser::IntelExprStateMachine 485 bool isPIC() const { return IsPIC; } in isPIC() 486 void setPIC() { IsPIC = true; } in setPIC() 494 if (IsPIC && AttachToOperandIdx) in regsUseUpError()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3137 if (IsPIC) { in getLabelAccessInfo() 3208 bool IsPIC = isPositionIndependent(); in LowerConstantPool() local 3211 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerConstantPool() 3221 return LowerLabelRef(CPIHi, CPILo, IsPIC, DAG); in LowerConstantPool() 3296 bool IsPIC = isPositionIndependent(); in LowerJumpTable() local 3299 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerJumpTable() 3307 return LowerLabelRef(JTIHi, JTILo, IsPIC, DAG); in LowerJumpTable() 3341 bool IsPIC = isPositionIndependent(); in LowerBlockAddress() local 3594 bool IsPIC = isPositionIndependent(); in LowerGlobalAddress() local 3597 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerGlobalAddress() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMExpandPseudoInsts.cpp | 2635 bool IsPIC = in ExpandMI() local 2650 if (IsPIC) { in ExpandMI() 2669 if (IsPIC) { in ExpandMI()
|