Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DFastISel.h98 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() function
120 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
144 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
155 CallLoweringInfo &setCallee(const DataLayout &DL, MCContext &Ctx,
160 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp38 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
DXCoreISelLowering.cpp491 CLI.setDebugLoc(DL).setChain(Chain).setCallee( in LowerLOAD()
554 CLI.setDebugLoc(dl).setChain(Chain).setCallee( in LowerSTORE()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp51 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp46 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
DAArch64FastISel.cpp3457 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall()
4739 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp117 .setCallee( in EmitSpecializedLibcall()
DARMISelLowering.cpp2701 .setCallee(CallingConv::C, Type::getInt32Ty(*DAG.getContext()), in LowerToTLSGeneralDynamicModel()
6967 .setCallee(CC, RetTy, Callee, std::move(Args)) in LowerFSINCOS()
7019 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()), in LowerWindowsDIVLibCall()
12072 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
12110 .setCallee(CallingConv::ARM_AAPCS, RetTy, Callee, std::move(Args)) 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()
904 CLI.setCallee(RetTy, FTy, Symbol, std::move(Args), CS, NumArgs); in lowerCallTo()
1046 CLI.setCallee(RetTy, FuncTy, CI->getCalledValue(), std::move(Args), CS) in lowerCall()
DLegalizeDAG.cpp1975 .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()
3753 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in ConvertNodeToLibcall()
3793 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in ConvertNodeToLibcall()
DLegalizeTypes.cpp1105 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in ExpandChainLibCall()
DTargetLowering.cpp142 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall()
3560 CLI.setCallee(CallingConv::C, VoidPtrType, EmuTlsGetAddr, std::move(Args)); in LowerToTLSEmulatedModel()
DSelectionDAGBuilder.cpp2072 .setCallee(Fn->getCallingConv(), FnTy->getReturnType(), in visitSPDescriptorParent()
5487 CLI.setDebugLoc(sdl).setChain(getRoot()).setCallee( in visitIntrinsicCall()
5810 .setCallee(RetTy, FTy, Callee, std::move(Args), CS) in LowerCallTo()
7207 .setCallee(CS.getCallingConv(), ReturnTy, Callee, std::move(Args)) in populateCallLoweringInfo()
DSelectionDAG.cpp4663 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy()
4724 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove()
4786 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
DLegalizeIntegerTypes.cpp2613 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp89 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
DX86ISelDAGToDAG.cpp663 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()), in emitSpecialCodeForMain()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h582 void setCallee(const CallEnter &CE, const SourceManager &SM);
/external/llvm/include/llvm/Target/
DTargetLowering.h2534 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() function
2544 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() function
/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.cpp898 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2207 .setCallee(CallingConv::C, RetTyABI, Callee, std::move(Args)); in LowerF128Op()
2262 .setCallee(CallingConv::C, RetTy, Callee, std::move(Args)); in LowerF128Compare()
/external/clang/include/clang/AST/
DExpr.h2190 void setCallee(Expr *F) { SubExprs[FN] = F; } in setCallee() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp630 E->setCallee(Reader.ReadSubExpr()); in VisitCallExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp236 BuiltinCall->setCallee(Builtin); in SemaBuiltinCallWithStaticChain()
2999 TheCall->setCallee(PromotedCall.get()); in SemaBuiltinAtomicOverloaded()

12