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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp47 bool LongCalls = MF.getSubtarget<HexagonSubtarget>().useLongCalls();
H A DHexagonSubtarget.h161 bool useLongCalls() const { return UseLongCalls; } function in class:llvm::HexagonSubtarget
H A DHexagonFrameLowering.cpp1230 bool LongCalls = HST.useLongCalls() || EnableSaveRestoreLong;
1295 bool LongCalls = HST.useLongCalls() || EnableSaveRestoreLong;
H A DHexagonISelLowering.cpp538 bool LongCalls = MF.getSubtarget<HexagonSubtarget>().useLongCalls();
1252 static_cast<const HexagonSubtarget &>(DAG.getSubtarget()).useLongCalls()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h331 bool useLongCalls() const { return UseLongCalls; } function in class:llvm::MipsSubtarget
H A DMipsISelLowering.cpp3370 if (Subtarget.useLongCalls())
3375 bool UseLongCalls = Subtarget.useLongCalls();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h306 bool useLongCalls() const { return UseLongCalls; } function in class:llvm::PPCSubtarget
H A DPPCISelLowering.cpp5524 if (Subtarget.useLongCalls() && !(CS && CS.isMustTailCall()))
5559 if (Subtarget.useLongCalls() && isa<GlobalAddressSDNode>(Callee) &&

Completed in 307 milliseconds