Home
last modified time | relevance | path

Searched refs:setCallee (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
DFastISel.h94 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() function
116 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
140 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
151 CallLoweringInfo &setCallee(const DataLayout &DL, MCContext &Ctx,
156 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp41 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
DXCoreISelLowering.cpp495 CLI.setDebugLoc(DL).setChain(Chain).setCallee( in LowerLOAD()
558 CLI.setDebugLoc(dl).setChain(Chain).setCallee( in LowerSTORE()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp54 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp46 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
DAArch64FastISel.cpp3428 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/ARM/
DARMSelectionDAGInfo.cpp120 .setCallee( in EmitSpecializedLibcall()
DARMISelLowering.cpp2567 .setCallee(CallingConv::C, Type::getInt32Ty(*DAG.getContext()), in LowerToTLSGeneralDynamicModel()
6687 .setCallee(CC, RetTy, Callee, std::move(Args), 0) in LowerFSINCOS()
6739 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()), in LowerWindowsDIVLibCall()
11585 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in LowerDivRem()
11623 .setCallee(CallingConv::ARM_AAPCS, RetTy, Callee, std::move(Args), 0) in LowerREM()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp703 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs); in lowerCallOperands()
708 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( in setCallee() function in FastISel::CallLoweringInfo
714 return setCallee(CC, ResultTy, Sym, std::move(ArgsList), FixedArgs); in setCallee()
905 CLI.setCallee(RetTy, FTy, Symbol, std::move(Args), CS, NumArgs); in lowerCallTo()
1044 CLI.setCallee(RetTy, FuncTy, CI->getCalledValue(), std::move(Args), CS) in lowerCall()
DLegalizeDAG.cpp2228 .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()
3972 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in ConvertNodeToLibcall()
4012 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in ConvertNodeToLibcall()
DLegalizeTypes.cpp1109 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandChainLibCall()
DTargetLowering.cpp115 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in makeLibCall()
3086 CLI.setCallee(CallingConv::C, VoidPtrType, EmuTlsGetAddr, std::move(Args), 0); in LowerToTLSEmulatedModel()
DSelectionDAG.cpp4631 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy()
4692 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
4754 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
DSelectionDAGBuilder.cpp5061 CLI.setDebugLoc(sdl).setChain(getRoot()).setCallee( in visitIntrinsicCall()
5381 .setCallee(RetTy, FTy, Callee, std::move(Args), CS) in LowerCallTo()
6712 .setCallee(CS.getCallingConv(), ReturnTy, Callee, std::move(Args), NumArgs) in lowerCallOperands()
DLegalizeIntegerTypes.cpp2522 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args), 0) in ExpandIntRes_XMULO()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp89 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
DX86ISelDAGToDAG.cpp664 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()), in emitSpecialCodeForMain()
/external/llvm/include/llvm/Target/
DTargetLowering.h2375 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType,
2387 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h582 void setCallee(const CallEnter &CE, const SourceManager &SM);
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp607 C->setCallee(*CE, SMgr); in GenerateMinimalPathDiagnostic()
1460 C->setCallee(*CE, SM); in GenerateExtensivePathDiagnostic()
1690 C->setCallee(*CE, SM); in GenerateAlternateExtensivePathDiagnostic()
DPathDiagnostic.cpp903 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2139 .setCallee(CallingConv::C, RetTyABI, Callee, std::move(Args), 0); in LowerF128Op()
2196 .setCallee(CallingConv::C, RetTy, Callee, std::move(Args), 0); in LowerF128Compare()
/external/clang/include/clang/AST/
DExpr.h2227 void setCallee(Expr *F) { SubExprs[FN] = F; } in setCallee() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp625 E->setCallee(Reader.ReadSubExpr()); in VisitCallExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp233 BuiltinCall->setCallee(Builtin); in SemaBuiltinCallWithStaticChain()
2274 TheCall->setCallee(PromotedCall.get()); in SemaBuiltinAtomicOverloaded()

12