Home
last modified time | relevance | path

Searched defs:Call (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DStatepoint.cpp20 bool llvm::isStatepoint(const CallBase *Call) { in isStatepoint()
27 if (auto *Call = dyn_cast<CallBase>(V)) in isStatepoint() local
36 bool llvm::isGCRelocate(const CallBase *Call) { in isGCRelocate()
41 if (auto *Call = dyn_cast<CallBase>(V)) in isGCRelocate() local
46 bool llvm::isGCResult(const CallBase *Call) { return isa<GCResultInst>(Call); } in isGCResult()
49 if (auto *Call = dyn_cast<CallBase>(V)) in isGCResult() local
/third_party/grpc/include/grpcpp/impl/codegen/
Dcall.h37 Call() in Call() function
43 Call(grpc_call* call, CallHook* call_hook, ::grpc::CompletionQueue* cq) in Call() function
49 Call(grpc_call* call, CallHook* call_hook, ::grpc::CompletionQueue* cq, in Call() function
57 Call(grpc_call* call, CallHook* call_hook, ::grpc::CompletionQueue* cq, in Call() function
Dcall_op_set_interface.h27 class Call; variable
Dcall_hook.h26 class Call; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h430 bool doesNotAccessMemory(const CallBase *Call) { in doesNotAccessMemory()
458 bool onlyReadsMemory(const CallBase *Call) { in onlyReadsMemory()
527 ModRefInfo getModRefInfo(const CallBase *Call, const Value *P, in getModRefInfo()
723 if (const auto *Call = dyn_cast<CallBase>(I)) { in getModRefInfo() local
789 ModRefInfo getModRefInfo(const CallBase *Call, const MemoryLocation &Loc) { in getModRefInfo()
802 ModRefInfo getArgModRefInfo(const CallBase *Call, unsigned ArgIdx) { in getArgModRefInfo()
805 FunctionModRefBehavior getModRefBehavior(const CallBase *Call) { in getModRefBehavior()
908 ModRefInfo getArgModRefInfo(const CallBase *Call, unsigned ArgIdx) override { in getArgModRefInfo()
912 FunctionModRefBehavior getModRefBehavior(const CallBase *Call) override { in getModRefBehavior()
920 ModRefInfo getModRefInfo(const CallBase *Call, const MemoryLocation &Loc, in getModRefInfo()
[all …]
/third_party/grpc/src/php/ext/grpc/
Dcall.c201 PHP_METHOD(Call, __construct) { in PHP_METHOD() argument
261 PHP_METHOD(Call, startBatch) { in PHP_METHOD() argument
541 PHP_METHOD(Call, getPeer) { in PHP_METHOD() argument
554 PHP_METHOD(Call, cancel) { in PHP_METHOD() argument
565 PHP_METHOD(Call, setCredentials) { in PHP_METHOD() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisSummary.cpp76 CallBase &Call) { in instantiateInterfaceValue()
85 instantiateExternalRelation(ExternalRelation ERelation, CallBase &Call) { in instantiateExternalRelation()
96 CallBase &Call) { in instantiateExternalAttribute()
DInlineCost.cpp166 virtual void onCallArgumentSetup(const CallBase &Call) {} in onCallArgumentSetup()
172 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall()
344 Function &Callee, CallBase &Call) in CallAnalyzer()
434 void onCallArgumentSetup(const CallBase &Call) override { in onCallArgumentSetup()
443 void onLoweredCall(Function *F, CallBase &Call, in onLoweredCall()
632 CallBase &Call, const InlineParams &Params, bool BoostIndirect = true) in InlineCostCallAnalyzer()
1058 bool CallAnalyzer::allowSizeGrowth(CallBase &Call) { in allowSizeGrowth()
1083 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite()
1107 InlineCostCallAnalyzer::getHotCallSiteThreshold(CallBase &Call, in getHotCallSiteThreshold()
1135 void InlineCostCallAnalyzer::updateThreshold(CallBase &Call, Function &Callee) { in updateThreshold()
[all …]
DCallGraph.cpp76 if (auto *Call = dyn_cast<CallBase>(&I)) { in addToCallGraph() local
187 void CallGraphNode::removeCallEdgeFor(CallBase &Call) { in removeCallEdgeFor()
230 void CallGraphNode::replaceCallEdge(CallBase &Call, CallBase &NewCall, in replaceCallEdge()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcall.pxd.pxi16 cdef class Call: class
/third_party/grpc/src/python/grpcio_status/grpc_status/
D_async.py23 async def from_call(call: aio.Call):
/third_party/mindspore/mindspore/core/ops/
Dcall.h30 Call() : PrimitiveC(kNameCall) {} in Call() function
/third_party/node/src/inspector/
Dtracing_agent.cc39 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::protocol::__anon8c42443e0111::CreateFrontendWrapperRequest
53 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::protocol::__anon8c42443e0111::DestroyFrontendWrapperRequest
66 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::protocol::__anon8c42443e0111::SendMessageRequest
Dmain_thread_interface.cc48 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::__anonbf7d8ff40111::CreateObjectRequest
67 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::__anonbf7d8ff40111::DeleteRequest
80 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::__anonbf7d8ff40111::CallRequest
110 void Call(Fn fn) const { in Call() function in node::inspector::__anonbf7d8ff40111::AnotherThreadObjectReference
117 void Call(void (T::*fn)(Arg), Arg argument) const { in Call() function in node::inspector::__anonbf7d8ff40111::AnotherThreadObjectReference
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/split_services/
Dservices.proto22 rpc Call(Request) returns (Response); rpc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp116 auto *Call = CallInst::Create(Fn, {Arg, IndexVal}, "", InsertPt); in makeSubFnCall() local
194 if (auto *Call = dyn_cast<CallBase>(&I)) { in buildCGN() local
489 static void propagateCallAttrsFromCallee(CallInst *Call, Function *Callee) { in propagateCallAttrsFromCallee()
494 static void addCallToCallGraph(CallGraph *CG, CallInst *Call, Function *Callee){ in addCallToCallGraph()
511 auto *Call = Builder.CreateCall(Alloc, Size); in emitAlloc() local
531 auto *Call = Builder.CreateCall(Dealloc, Ptr); in emitDealloc() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp235 bool BPFAbstractMemberAccess::IsPreserveDIAccessIndexCall(const CallInst *Call, in IsPreserveDIAccessIndexCall()
293 for (auto Call : CallList) { in replaceWithGEP() local
321 auto *Call = dyn_cast<CallInst>(&I); in removePreserveAccessIndexIntrinsic() local
347 for (auto Call : PreserveUnionIndexCalls) { in removePreserveAccessIndexIntrinsic() local
407 void BPFAbstractMemberAccess::traceAICall(CallInst *Call, in traceAICall()
506 auto *Call = dyn_cast<CallInst>(&I); in collectAICallChains() local
694 Value *BPFAbstractMemberAccess::computeBaseAndAccessKey(CallInst *Call, in computeBaseAndAccessKey()
846 bool BPFAbstractMemberAccess::transformGEPChain(Module &M, CallInst *Call, in transformGEPChain()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpattern.h41 class Call; variable
123 Call() { unique_name_ = std::to_string(g_id_++); } in Call() function
125 Call(PatternPtr prim_pattern, vector<PatternPtr> inputs) { in Call() function
131 Call(py::object prim_obj, vector<PatternPtr> inputs) { in Call() function
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/
Dsame.proto23 rpc Call(Request) returns (Response); rpc
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DObjectContentHasher.h40 static constexpr void Call(ObjectContentHasher* recorder, in Call() function
/third_party/skia/third_party/externals/tint/src/sem/
Dcall.cc25 Call::Call(const ast::CallExpression* declaration, in Call() function in tint::sem::Call
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp31 static bool optimizeSQRT(CallInst *Call, Function *CalledFunc, in optimizeSQRT()
100 CallInst *Call = dyn_cast<CallInst>(&*II); in runPartiallyInlineLibCalls() local
/third_party/boost/boost/msm/front/
Dfunctor_row.hpp292 struct Call struct
294 Call(EVT const& evt,FSM& fsm,STATE& state): in Call() argument
297 void operator()(::boost::msm::wrap<FCT> const& ) in operator ()()
302 EVT const& evt_;
303 FSM& fsm_;
304 STATE& state_;
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py41 async def _expect_status_code(call: aio.Call,
49 async def _expect_status_details(call: aio.Call, expected_details: str) -> None:
56 async def _validate_status_code_and_details(call: aio.Call,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp35 CallInst *Call = CallInst::Create(Fn, "", InsertionPt); in insertCall() local
55 CallInst *Call = in insertCall() local

123456789