Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp54 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp227 TLI.getLibcallCallingConv(RTLIB::CXA_END_CLEANUP); in InsertUnwindResumeCalls()
233 RewindFunctionCallingConv = TLI.getLibcallCallingConv(RTLIB::UNWIND_RESUME); in InsertUnwindResumeCalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp131 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
H A DARMFastISel.cpp2203 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
H A DARMISelLowering.cpp9959 CallingConv::ID CC = getLibcallCallingConv(LC); in LowerFSINCOS()
20759 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7953 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy()
7993 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
8055 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
8095 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
8175 TLI->getLibcallCallingConv(RTLIB::BZERO), Type::getVoidTy(Ctx), in getMemset()
8182 CLI.setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
8223 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemset()
12900 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*getContext()), Callee, in makeStateFunctionCall()
H A DLegalizeDAG.cpp2076 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall()
2276 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandDivRemLibCall()
2374 TLI.getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), Callee, in ExpandSinCosLibCall()
H A DLegalizeIntegerTypes.cpp4866 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
H A DTargetLowering.cpp189 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3574 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall()
4866 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp601 const CallingConv::ID CC = TLI.getLibcallCallingConv(Libcall); in createLibcall()
673 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createMemLibcall()
824 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createAtomicLibcall()
H A DIRTranslator.cpp3582 Info.CallConv = TLI.getLibcallCallingConv(Libcall); in emitSPDescriptorFailure()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3335 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp599 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28756 getLibcallCallingConv(LC), in LowerWin64_i128OP()