Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp224 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
249 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp41 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp54 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp121 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
DARMFastISel.cpp2188 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
DARMISelLowering.cpp6681 CallingConv::ID CC = getLibcallCallingConv(LC); in LowerFSINCOS()
11585 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in LowerDivRem()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp1109 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandChainLibCall()
DLegalizeDAG.cpp2228 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandLibCall()
2263 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandLibCall()
2297 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandChainLibCall()
2392 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandDivRemLibCall()
2504 .setCallee(TLI.getLibcallCallingConv(LC), in ExpandSinCosLibCall()
DSelectionDAG.cpp4631 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy()
4692 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
4754 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
DTargetLowering.cpp115 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in makeLibCall()
DLegalizeIntegerTypes.cpp2522 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args), 0) in ExpandIntRes_XMULO()
/external/llvm/include/llvm/Target/
DTargetLowering.h1757 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3428 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall()
4706 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp18175 .setCallee(getLibcallCallingConv(LC), in LowerWin64_i128OP()