Searched refs:setLibCallee (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreSelectionDAGInfo.cpp | 37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
| D | XCoreISelLowering.cpp | 471 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in LowerLOAD()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonSelectionDAGInfo.cpp | 53 .setLibCallee( in EmitTargetCodeForMemcpy()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMSelectionDAGInfo.cpp | 131 .setLibCallee( in EmitSpecializedLibcall()
|
| D | ARMISelLowering.cpp | 3673 CLI.setDebugLoc(dl).setChain(Chain).setLibCallee( in LowerToTLSGeneralDynamicModel()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 2061 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall() 2203 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandDivRemLibCall() 2300 CLI.setDebugLoc(dl).setChain(InChain).setLibCallee( in ExpandSinCosLibCall() 3958 .setLibCallee( in ConvertNodeToLibcall() 4017 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in ConvertNodeToLibcall()
|
| D | SelectionDAG.cpp | 7477 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 7517 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy() 7579 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove() 7619 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove() 7700 CLI.setLibCallee( in getMemset() 7708 CLI.setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset() 7749 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemset()
|
| D | TargetLowering.cpp | 188 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall() 9451 CLI.setLibCallee(CallingConv::C, VoidPtrType, EmuTlsGetAddr, std::move(Args)); in LowerToTLSEmulatedModel()
|
| D | LegalizeIntegerTypes.cpp | 4591 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
|
| D | SelectionDAGBuilder.cpp | 6877 CLI.setDebugLoc(sdl).setChain(getRoot()).setLibCallee( in visitIntrinsicCall()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 4221 CallLoweringInfo &setLibCallee(CallingConv::ID CC, Type *ResultType, in setLibCallee() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | AVRISelLowering.cpp | 573 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.cpp | 2172 .setLibCallee(CallingConv::C, PtrTy, TlsGetAddr, std::move(Args)); in lowerGlobalTLSAddress()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 3790 CLI.setDebugLoc(dl).setChain(Chain).setLibCallee( in LowerINIT_TRAMPOLINE() 18092 .setLibCallee(CallingConv::C, RetTy, Callee, std::move(Args)) in lowerToLibCall()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 4270 .setLibCallee(CallingConv::Fast, RetTy, Callee, std::move(Args)); in LowerFSINCOS() 4767 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in getPStateSM()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 23316 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in LowerFP_EXTEND() 23409 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in LowerFP_ROUND() 30097 .setLibCallee( in LowerWin64_i128OP() 32752 .setLibCallee(CallingConv::C, RetTy, Callee, std::move(Args)); in LowerFSINCOS()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVISelLowering.cpp | 4531 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
|