Home
last modified time | relevance | path

Searched refs:getLibcallCallingConv (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp54 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp232 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 DARMSelectionDAGInfo.cpp132 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
H A DARMFastISel.cpp2200 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
H A DARMISelLowering.cpp9611 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 DSelectionDAG.cpp6863 .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 DLegalizeDAG.cpp2024 .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 DLegalizeIntegerTypes.cpp4073 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
H A DTargetLowering.cpp183 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp472 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3548 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 DTargetLowering.h2862 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp575 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 DX86ISelLowering.cpp28107 getLibcallCallingConv(LC), in LowerWin64_i128OP()