Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp229 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
254 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp46 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp192 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMSET), in EmitTargetCodeForMemset()
DARMFastISel.cpp2190 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
DARMISelLowering.cpp10790 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in LowerDivRem()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2079 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandLibCall()
2114 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandLibCall()
2148 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandChainLibCall()
2283 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandDivRemLibCall()
2395 .setCallee(TLI.getLibcallCallingConv(LC), in ExpandSinCosLibCall()
DLegalizeTypes.cpp1087 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandChainLibCall()
DSelectionDAG.cpp4354 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy()
4410 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
4468 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
DTargetLowering.cpp111 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in makeLibCall()
DLegalizeIntegerTypes.cpp2392 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args), 0) in ExpandIntRes_XMULO()
/external/llvm/include/llvm/Target/
DTargetLowering.h1678 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3451 CLI.setCallee(TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall()
4719 CLI.setCallee(TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15998 .setCallee(getLibcallCallingConv(LC), in LowerWin64_i128OP()