/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 | 38 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 51 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 189 TLI.getLibcallCallingConv(RTLIB::MEMSET), // call conv in EmitTargetCodeForMemset()
|
D | ARMFastISel.cpp | 1800 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 524 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in LowerUnwindsAndResumes() 710 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME)); in InsertUnwindResumeCalls()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 118 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), in EmitSpecializedLibcall()
|
D | ARMFastISel.cpp | 2188 CallingConv::ID CC = TLI.getLibcallCallingConv(Call); in ARMEmitLibcall()
|
D | ARMISelLowering.cpp | 6961 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/ |
D | LegalizeTypes.cpp | 1059 false, 0, TLI.getLibcallCallingConv(LC), false, in MakeLibCall() 1091 0, TLI.getLibcallCallingConv(LC), /*isTailCall=*/false, in ExpandChainLibCall()
|
D | LegalizeDAG.cpp | 2220 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()
|
D | SelectionDAG.cpp | 3720 TLI.getLibcallCallingConv(RTLIB::MEMCPY), false, in getMemcpy() 3772 TLI.getLibcallCallingConv(RTLIB::MEMMOVE), false, in getMemmove() 3832 TLI.getLibcallCallingConv(RTLIB::MEMSET), false, in getMemset()
|
D | LegalizeIntegerTypes.cpp | 2308 0, TLI.getLibcallCallingConv(LC), false, in ExpandIntRes_XMULO()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1975 .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()
|
D | LegalizeTypes.cpp | 1105 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in ExpandChainLibCall()
|
D | SelectionDAG.cpp | 4663 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 4724 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove() 4786 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
|
D | TargetLowering.cpp | 142 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
|
D | LegalizeIntegerTypes.cpp | 2613 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 1638 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1884 CallingConv::ID getLibcallCallingConv(RTLIB::Libcall Call) const { in getLibcallCallingConv() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3457 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/ |
D | SPUISelLowering.cpp | 87 0, TLI.getLibcallCallingConv(LC), false, in ExpandLibCall()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 19603 .setCallee(getLibcallCallingConv(LC), in LowerWin64_i128OP()
|