Home
last modified time | relevance | path

Searched refs:getLibcallCallingConv (Results 1 – 23 of 23) 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.cpp38 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp51 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSelectionDAGInfo.cpp189 TLI.getLibcallCallingConv(RTLIB::MEMSET), // call conv in EmitTargetCodeForMemset()
DARMFastISel.cpp1800 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp524 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in LowerUnwindsAndResumes()
710 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp118 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
DARMFastISel.cpp2188 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
DARMISelLowering.cpp6961 CallingConv::ID CC = getLibcallCallingConv(LC); in LowerFSINCOS()
12072 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp1059 false, 0, TLI.getLibcallCallingConv(LC), false, in MakeLibCall()
1091 0, TLI.getLibcallCallingConv(LC), /*isTailCall=*/false, in ExpandChainLibCall()
DLegalizeDAG.cpp2220 0, TLI.getLibcallCallingConv(LC), isTailCall, in ExpandLibCall()
2257 false, 0, TLI.getLibcallCallingConv(LC), false, in ExpandLibCall()
2296 0, TLI.getLibcallCallingConv(LC), /*isTailCall=*/false, in ExpandChainLibCall()
2433 0, TLI.getLibcallCallingConv(LC), /*isTailCall=*/false, in ExpandDivRemLibCall()
DSelectionDAG.cpp3720 TLI.getLibcallCallingConv(RTLIB::MEMCPY), false, in getMemcpy()
3772 TLI.getLibcallCallingConv(RTLIB::MEMMOVE), false, in getMemmove()
3832 TLI.getLibcallCallingConv(RTLIB::MEMSET), false, in getMemset()
DLegalizeIntegerTypes.cpp2308 0, TLI.getLibcallCallingConv(LC), false, in ExpandIntRes_XMULO()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1975 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in ExpandLibCall()
2010 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in ExpandLibCall()
2044 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in ExpandChainLibCall()
2139 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in ExpandDivRemLibCall()
2250 .setCallee(TLI.getLibcallCallingConv(LC), in ExpandSinCosLibCall()
DLegalizeTypes.cpp1105 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in ExpandChainLibCall()
DSelectionDAG.cpp4663 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy()
4724 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
4786 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
DTargetLowering.cpp142 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
DLegalizeIntegerTypes.cpp2613 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1638 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
/external/llvm/include/llvm/Target/
DTargetLowering.h1884 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3457 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall()
4739 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp87 0, TLI.getLibcallCallingConv(LC), false, in ExpandLibCall()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp19603 .setCallee(getLibcallCallingConv(LC), in LowerWin64_i128OP()