/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 98 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/ |
D | XCoreSelectionDAGInfo.cpp | 38 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
D | XCoreISelLowering.cpp | 491 CLI.setDebugLoc(DL).setChain(Chain).setCallee( in LowerLOAD() 554 CLI.setDebugLoc(dl).setChain(Chain).setCallee( in LowerSTORE()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 51 .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 | 3457 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/ |
D | ARMSelectionDAGInfo.cpp | 117 .setCallee( in EmitSpecializedLibcall()
|
D | ARMISelLowering.cpp | 2701 .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/ |
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() 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()
|
D | LegalizeDAG.cpp | 1975 .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()
|
D | LegalizeTypes.cpp | 1105 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in ExpandChainLibCall()
|
D | TargetLowering.cpp | 142 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall() 3560 CLI.setCallee(CallingConv::C, VoidPtrType, EmuTlsGetAddr, std::move(Args)); in LowerToTLSEmulatedModel()
|
D | SelectionDAGBuilder.cpp | 2072 .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()
|
D | SelectionDAG.cpp | 4663 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 4724 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove() 4786 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset()
|
D | LegalizeIntegerTypes.cpp | 2613 .setCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args)) in ExpandIntRes_XMULO()
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 89 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
|
D | X86ISelDAGToDAG.cpp | 663 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()), in emitSpecialCodeForMain()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 582 void setCallee(const CallEnter &CE, const SourceManager &SM);
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2534 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/ |
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 | 898 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 2207 .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/ |
D | Expr.h | 2190 void setCallee(Expr *F) { SubExprs[FN] = F; } in setCallee() function
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 630 E->setCallee(Reader.ReadSubExpr()); in VisitCallExpr()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 236 BuiltinCall->setCallee(Builtin); in SemaBuiltinCallWithStaticChain() 2999 TheCall->setCallee(PromotedCall.get()); in SemaBuiltinAtomicOverloaded()
|