Searched refs:IsPIC (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp171 bool IsPIC; member in class:__anon4214::MipsBranchExpansion
419 if (IsPIC) {
803 (Br->isUnconditionalBranch() && IsPIC))) {
845 IsPIC = TM.isPositionIndependent();
850 if (IsPIC && ABI.IsO32() &&
H A DMipsISelLowering.cpp3169 bool IsPIC = isPositionIndependent(); local
3388 if (!Subtarget.isABICalls() && !IsPIC) {
3415 if (IsPIC) {
3440 if (!IsPIC) // static
3460 getOpndList(Ops, RegsToPass, IsPIC, GlobalOrExternal, InternalLinkage,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp228 bool IsPIC = false; local
240 IsPIC =
257 if (ABICallsArg && !UseAbiCalls && IsPIC) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1379 bool IsPIC = HTM.isPositionIndependent(); local
1387 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4STK_EXT_PIC
1390 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4STK_PIC
1394 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4_EXT_PIC
1397 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4_PIC
1444 bool IsPIC = HTM.isPositionIndependent(); local
1455 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT_PIC
1458 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC
1468 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC
1471 RetOpc = IsPIC
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2828 static void getLabelAccessInfo(bool IsPIC, const PPCSubtarget &Subtarget, argument
2835 if (IsPIC) {
2906 bool IsPIC = isPositionIndependent(); local
2907 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag);
2909 if (IsPIC && Subtarget.isSVR4ABI()) {
2919 return LowerLabelRef(CPIHi, CPILo, IsPIC, DAG);
2994 bool IsPIC = isPositionIndependent(); local
2995 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag);
2997 if (IsPIC && Subtarget.isSVR4ABI()) {
3005 return LowerLabelRef(JTIHi, JTILo, IsPIC, DA
3039 bool IsPIC = isPositionIndependent(); local
3175 bool IsPIC = isPositionIndependent(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp2290 bool IsPIC = local
2303 if (IsPIC) {
2322 if (IsPIC) {

Completed in 209 milliseconds