/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 94 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/ |
D | XCoreSelectionDAGInfo.cpp | 41 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
D | XCoreISelLowering.cpp | 495 CLI.setDebugLoc(DL).setChain(Chain).setCallee( in LowerLOAD() 558 CLI.setDebugLoc(dl).setChain(Chain).setCallee( in LowerSTORE()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 54 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 46 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
|
D | AArch64FastISel.cpp | 3428 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/ |
D | ARMSelectionDAGInfo.cpp | 120 .setCallee( in EmitSpecializedLibcall()
|
D | ARMISelLowering.cpp | 2567 .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/ |
D | FastISel.cpp | 703 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()
|
D | LegalizeDAG.cpp | 2228 .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()
|
D | LegalizeTypes.cpp | 1109 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in ExpandChainLibCall()
|
D | TargetLowering.cpp | 115 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0) in makeLibCall() 3086 CLI.setCallee(CallingConv::C, VoidPtrType, EmuTlsGetAddr, std::move(Args), 0); in LowerToTLSEmulatedModel()
|
D | SelectionDAG.cpp | 4631 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 4692 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove() 4754 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
|
D | SelectionDAGBuilder.cpp | 5061 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()
|
D | LegalizeIntegerTypes.cpp | 2522 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args), 0) in ExpandIntRes_XMULO()
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 89 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
|
D | X86ISelDAGToDAG.cpp | 664 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()), in emitSpecialCodeForMain()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2375 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, 2387 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() function
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 582 void setCallee(const CallEnter &CE, const SourceManager &SM);
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 607 C->setCallee(*CE, SMgr); in GenerateMinimalPathDiagnostic() 1460 C->setCallee(*CE, SM); in GenerateExtensivePathDiagnostic() 1690 C->setCallee(*CE, SM); in GenerateAlternateExtensivePathDiagnostic()
|
D | PathDiagnostic.cpp | 903 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 2139 .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/ |
D | Expr.h | 2227 void setCallee(Expr *F) { SubExprs[FN] = F; } in setCallee() function
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 625 E->setCallee(Reader.ReadSubExpr()); in VisitCallExpr()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 233 BuiltinCall->setCallee(Builtin); in SemaBuiltinCallWithStaticChain() 2274 TheCall->setCallee(PromotedCall.get()); in SemaBuiltinAtomicOverloaded()
|