/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.h | 66 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreSelectionDAGInfo.cpp | 37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSelectionDAGInfo.cpp | 54 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 228 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 D | ARMSelectionDAGInfo.cpp | 131 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
|
H A D | ARMFastISel.cpp | 2203 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
|
H A D | ARMISelLowering.cpp | 9976 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 D | AArch64SelectionDAGInfo.cpp | 139 TLI->getLibcallCallingConv(LC), RetTy, Symbol, std::move(Args)); in EmitStreamingCompatibleMemLibCall()
|
H A D | AArch64FastISel.cpp | 3588 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 D | TargetLowering.h | 3454 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 D | SelectionDAG.cpp | 8329 .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 D | LegalizeDAG.cpp | 2098 .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 D | LegalizeIntegerTypes.cpp | 5029 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
|
H A D | TargetLowering.cpp | 190 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 583 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 620 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 D | IRTranslator.cpp | 3781 Info.CallConv = TLI->getLibcallCallingConv(Libcall); in emitSPDescriptorFailure()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 28999 getLibcallCallingConv(LC), in LowerWin64_i128OP()
|