Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp43 CallingConv::ID CC = TLI.getLibcallCallingConv(RTLIB::MEMCPY_ALIGN_4); in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp50 CallingConv::ID CC = TLI.getLibcallCallingConv( 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/include/llvm/IR/
H A DRuntimeLibcalls.h101 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const {
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp136 TLI->getLibcallCallingConv(NewLC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
H A DARMFastISel.cpp2267 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
H A DARMISelLowering.cpp10027 CallingConv::ID CC = getLibcallCallingConv(LC); in LowerFSINCOS()
20716 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp213 TLI->getLibcallCallingConv(NewLC), RetTy, Symbol, std::move(Args)); in EmitStreamingCompatibleMemLibCall()
H A DAArch64FastISel.cpp3586 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall()
4882 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
H A DAArch64ISelLowering.cpp5094 CallingConv::ID CC = getLibcallCallingConv(LC); in LowerFSINCOS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2623 TLI->getLibcallCallingConv(LC), RetType, Callee, std::move(Args)); in expandMultipleResultFPLibCall()
8907 TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy()
8946 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
9023 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
9063 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
9145 TLI->getLibcallCallingConv(RTLIB::BZERO), Type::getVoidTy(Ctx), in getMemset()
9152 CLI.setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
9201 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemset()
13849 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*getContext()), Callee, in makeStateFunctionCall()
H A DLegalizeDAG.cpp2162 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall()
2399 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandDivRemLibCall()
H A DLegalizeIntegerTypes.cpp5265 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
H A DTargetLowering.cpp203 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3592 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
3593 return Libcalls.getLibcallCallingConv(Call); in getLibcallCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp526 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp634 const CallingConv::ID CC = TLI.getLibcallCallingConv(Libcall); in createLibcall()
758 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createMemLibcall()
908 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createAtomicLibcall()
H A DIRTranslator.cpp3937 Info.CallConv = TLI->getLibcallCallingConv(Libcall); in emitSPDescriptorFailure()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30062 getLibcallCallingConv(LC), in LowerWin64_i128OP()