Searched refs:getLibcallCallingConv (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 224 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls() 249 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 41 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 54 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 121 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
|
D | ARMFastISel.cpp | 2188 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
|
D | ARMISelLowering.cpp | 6681 CallingConv::ID CC = getLibcallCallingConv(LC); in LowerFSINCOS() 11585 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in LowerDivRem()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 1109 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandChainLibCall()
|
D | LegalizeDAG.cpp | 2228 .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()
|
D | SelectionDAG.cpp | 4631 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 4692 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove() 4754 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
|
D | TargetLowering.cpp | 115 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in makeLibCall()
|
D | LegalizeIntegerTypes.cpp | 2522 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args), 0) in ExpandIntRes_XMULO()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1757 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3428 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/ |
D | X86ISelLowering.cpp | 18175 .setCallee(getLibcallCallingConv(LC), in LowerWin64_i128OP()
|