Searched refs:getLibcallCallingConv (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 229 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls() 254 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 46 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 192 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMSET), in EmitTargetCodeForMemset()
|
D | ARMFastISel.cpp | 2190 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
|
D | ARMISelLowering.cpp | 10790 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in LowerDivRem()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2079 .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()
|
D | LegalizeTypes.cpp | 1087 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandChainLibCall()
|
D | SelectionDAG.cpp | 4354 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 4410 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove() 4468 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
|
D | TargetLowering.cpp | 111 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in makeLibCall()
|
D | LegalizeIntegerTypes.cpp | 2392 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args), 0) in ExpandIntRes_XMULO()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1678 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3451 CLI.setCallee(TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall() 4719 CLI.setCallee(TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 15998 .setCallee(getLibcallCallingConv(LC), in LowerWin64_i128OP()
|