Searched refs:getLibcallCallingConv (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.cpp | 54 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DwarfEHPrepare.cpp | 232 CI->setCallingConv(TLI.getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls() 262 CI->setCallingConv(TLI.getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 132 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
|
| H A D | ARMFastISel.cpp | 2200 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
|
| H A D | ARMISelLowering.cpp | 9611 CallingConv::ID CC = getLibcallCallingConv(LC); in LowerFSINCOS() 19486 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 6863 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 6904 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy() 6966 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove() 7007 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove() 7067 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset() 7107 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemset()
|
| H A D | LegalizeDAG.cpp | 2024 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall() 2166 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandDivRemLibCall() 2266 TLI.getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), Callee, in ExpandSinCosLibCall()
|
| H A D | LegalizeIntegerTypes.cpp | 4073 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
|
| H A D | TargetLowering.cpp | 183 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 472 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3548 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall() 4791 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2862 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 575 const CallingConv::ID CC = TLI.getLibcallCallingConv(Libcall); in createLibcall() 646 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createMemLibcall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 28107 getLibcallCallingConv(LC), in LowerWin64_i128OP()
|