Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.h66 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
/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.cpp228 TLI.getLibcallCallingConv(RTLIB::CXA_END_CLEANUP); in InsertUnwindResumeCalls()
234 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.cpp9976 CallingConv::ID CC = getLibcallCallingConv(LC); in LowerFSINCOS()
20782 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp139 TLI->getLibcallCallingConv(LC), RetTy, Symbol, std::move(Args)); in EmitStreamingCompatibleMemLibCall()
H A DAArch64FastISel.cpp3588 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall()
4880 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3454 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
3455 return Libcalls.getLibcallCallingConv(Call); in getLibcallCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8329 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy()
8369 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
8445 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
8485 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
8567 TLI->getLibcallCallingConv(RTLIB::BZERO), Type::getVoidTy(Ctx), in getMemset()
8574 CLI.setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
8623 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemset()
13230 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*getContext()), Callee, in makeStateFunctionCall()
H A DLegalizeDAG.cpp2098 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall()
2299 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandDivRemLibCall()
2397 TLI.getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), Callee, in ExpandSinCosLibCall()
H A DLegalizeIntegerTypes.cpp5029 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
H A DTargetLowering.cpp190 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp583 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp620 const CallingConv::ID CC = TLI.getLibcallCallingConv(Libcall); in createLibcall()
692 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createMemLibcall()
843 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createAtomicLibcall()
H A DIRTranslator.cpp3781 Info.CallConv = TLI->getLibcallCallingConv(Libcall); in emitSPDescriptorFailure()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28999 getLibcallCallingConv(LC), in LowerWin64_i128OP()