Home
last modified time | relevance | path

Searched refs:useLongCalls (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp47 bool LongCalls = MF.getSubtarget<HexagonSubtarget>().useLongCalls(); in EmitTargetCodeForMemcpy()
H A DHexagonSubtarget.h216 bool useLongCalls() const { return UseLongCalls; } in useLongCalls() function
H A DHexagonFrameLowering.cpp1380 bool LongCalls = HST.useLongCalls() || EnableSaveRestoreLong; in insertCSRSpillsInBlock()
1445 bool LongCalls = HST.useLongCalls() || EnableSaveRestoreLong; in insertCSRRestoresInBlock()
H A DHexagonISelLowering.cpp569 bool LongCalls = MF.getSubtarget<HexagonSubtarget>().useLongCalls(); in LowerCall()
1417 unsigned Flags = DAG.getSubtarget<HexagonSubtarget>().useLongCalls() in LowerToTLSGeneralDynamicModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h340 bool useLongCalls() const { return UseLongCalls; } in useLongCalls() function
H A DMipsISelLowering.cpp3422 if (Subtarget.useLongCalls()) in LowerCall()
3427 bool UseLongCalls = Subtarget.useLongCalls(); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1557 if (IsTailCall || Subtarget->useLongCalls()) in fastLowerCall()
H A DPPCISelLowering.cpp5880 if (Subtarget.useLongCalls() && !(CB && CB->isMustTailCall())) in isEligibleForTCO()
5946 if (Subtarget.useLongCalls() && isa<GlobalAddressSDNode>(Callee) && in LowerCall()