Home
last modified time | relevance | path

Searched refs:setLibCallee (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
H A DXCoreISelLowering.cpp474 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in LowerLOAD()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp53 .setLibCallee( in EmitTargetCodeForMemcpy()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp46 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
H A DAArch64ISelLowering.cpp3454 .setLibCallee(CallingConv::Fast, RetTy, Callee, std::move(Args)); in LowerFSINCOS()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp131 .setLibCallee( in EmitSpecializedLibcall()
H A DARMISelLowering.cpp3463 CLI.setDebugLoc(dl).setChain(Chain).setLibCallee( in LowerToTLSGeneralDynamicModel()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp91 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
H A DX86ISelLowering.cpp27938 .setLibCallee( in LowerWin64_i128OP()
29908 .setLibCallee(CallingConv::C, RetTy, Callee, std::move(Args)); in LowerFSINCOS()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2018 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall()
2179 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandDivRemLibCall()
2278 CLI.setDebugLoc(dl).setChain(InChain).setLibCallee( in ExpandSinCosLibCall()
3870 .setLibCallee( in ConvertNodeToLibcall()
3929 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in ConvertNodeToLibcall()
H A DSelectionDAG.cpp6780 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy()
6821 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy()
6882 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
6923 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove()
6982 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
7022 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemset()
H A DTargetLowering.cpp192 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
7855 CLI.setLibCallee(CallingConv::C, VoidPtrType, EmuTlsGetAddr, std::move(Args)); in LowerToTLSEmulatedModel()
H A DLegalizeIntegerTypes.cpp4033 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
H A DSelectionDAGBuilder.cpp6695 CLI.setDebugLoc(sdl).setChain(getRoot()).setLibCallee( in visitIntrinsicCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp462 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3751 CallLoweringInfo &setLibCallee(CallingConv::ID CC, Type *ResultType, in setLibCallee() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2164 .setLibCallee(CallingConv::C, PtrTy, TlsGetAddr, std::move(Args)); in lowerGlobalTLSAddress()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2615 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3714 CLI.setDebugLoc(dl).setChain(Chain).setLibCallee( in LowerINIT_TRAMPOLINE()