Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp227 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
252 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp54 TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp117 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
DARMFastISel.cpp2205 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
DARMISelLowering.cpp8917 CallingConv::ID CC = getLibcallCallingConv(LC); in LowerFSINCOS()
16280 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6324 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy()
6365 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
6428 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
6469 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
6530 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
6570 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemset()
DLegalizeDAG.cpp2068 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall()
2229 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandDivRemLibCall()
2329 TLI.getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), Callee, in ExpandSinCosLibCall()
DLegalizeIntegerTypes.cpp3616 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
DTargetLowering.cpp170 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp389 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2642 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp368 Info.CallConv = TLI.getLibcallCallingConv(Libcall); in createLibcall()
434 Info.CallConv = TLI.getLibcallCallingConv(RTLibcall); in createMemLibcall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3619 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall()
4918 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp26287 getLibcallCallingConv(LC), in LowerWin64_i128OP()