Home
last modified time | relevance | path

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

12345678910>>...46

/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dcall_filters_test.cc128 struct Call { in TEST() struct
129 char c; in TEST()
150 struct Call { in TEST() struct
151 void* p; in TEST()
173 struct Call { in TEST() struct
174 char c; in TEST()
181 struct Call { in TEST() struct
182 void* p; in TEST()
209 struct Call { in TEST() struct
210 char c; in TEST()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp450 static bool buildAtomicInitInst(const SPIRV::IncomingCall *Call, in buildAtomicInitInst()
462 static bool buildAtomicLoadInst(const SPIRV::IncomingCall *Call, in buildAtomicLoadInst()
496 static bool buildAtomicStoreInst(const SPIRV::IncomingCall *Call, in buildAtomicStoreInst()
516 static bool buildAtomicCompareExchangeInst(const SPIRV::IncomingCall *Call, in buildAtomicCompareExchangeInst()
614 static bool buildAtomicRMWInst(const SPIRV::IncomingCall *Call, unsigned Opcode, in buildAtomicRMWInst()
653 static bool buildAtomicFlagInst(const SPIRV::IncomingCall *Call, in buildAtomicFlagInst()
694 static bool buildBarrierInst(const SPIRV::IncomingCall *Call, unsigned Opcode, in buildBarrierInst()
784 static bool generateExtInst(const SPIRV::IncomingCall *Call, in generateExtInst()
805 static bool generateRelationalInst(const SPIRV::IncomingCall *Call, in generateRelationalInst()
831 static bool generateGroupInst(const SPIRV::IncomingCall *Call, in generateGroupInst()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h431 bool doesNotAccessMemory(const CallBase *Call) { in doesNotAccessMemory()
459 bool onlyReadsMemory(const CallBase *Call) { in onlyReadsMemory()
528 ModRefInfo getModRefInfo(const CallBase *Call, const Value *P, in getModRefInfo()
724 if (const auto *Call = dyn_cast<CallBase>(I)) { in getModRefInfo() local
790 ModRefInfo getModRefInfo(const CallBase *Call, const MemoryLocation &Loc) { in getModRefInfo()
803 ModRefInfo getArgModRefInfo(const CallBase *Call, unsigned ArgIdx) { in getArgModRefInfo()
806 FunctionModRefBehavior getModRefBehavior(const CallBase *Call) { in getModRefBehavior()
909 ModRefInfo getArgModRefInfo(const CallBase *Call, unsigned ArgIdx) override { in getArgModRefInfo()
913 FunctionModRefBehavior getModRefBehavior(const CallBase *Call) override { in getModRefBehavior()
921 ModRefInfo getModRefInfo(const CallBase *Call, const MemoryLocation &Loc, in getModRefInfo()
[all …]
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1085 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMINNUM() local
1095 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMAXNUM() local
1105 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FADD() local
1115 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCEIL() local
1125 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOPYSIGN() local
1137 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOS() local
1148 SDValue Call = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FDIV() local
1161 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP() local
1171 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP2() local
1181 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FFLOOR() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/
Dclient.go29 type Call struct { struct
30 ServiceMethod string // The name of the service and method to call.
31 Args any // The argument to the function (*struct).
32 Reply any // The reply from the function (*struct).
33 Error error // After completion, the error status.
34 Done chan *Call // Receives *Call when Go is complete.
171 func (call *Call) done() {
320 func (client *Client) Call(serviceMethod string, args any, reply any) error { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DInlineCost.cpp295 virtual bool onCallBaseVisitStart(CallBase &Call) { return true; } in onCallBaseVisitStart()
309 virtual void onCallArgumentSetup(const CallBase &Call) {} in onCallArgumentSetup()
315 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall()
484 CallAnalyzer(Function &Callee, CallBase &Call, const TargetTransformInfo &TTI, in CallAnalyzer()
634 bool onCallBaseVisitStart(CallBase &Call) override { in onCallBaseVisitStart()
653 void onCallArgumentSetup(const CallBase &Call) override { in onCallArgumentSetup()
662 void onLoweredCall(Function *F, CallBase &Call, in onLoweredCall()
1029 Function &Callee, CallBase &Call, const InlineParams &Params, in InlineCostCallAnalyzer()
1124 void onCallArgumentSetup(const CallBase &Call) override { in onCallArgumentSetup()
1133 void onLoweredCall(Function *F, CallBase &Call, in onLoweredCall()
[all …]
H A DAliasAnalysis.cpp170 ModRefInfo AAResults::getArgModRefInfo(const CallBase *Call, unsigned ArgIdx) { in getArgModRefInfo()
211 ModRefInfo AAResults::getModRefInfo(const CallBase *Call, in getModRefInfo()
372 MemoryEffects AAResults::getMemoryEffects(const CallBase *Call, in getMemoryEffects()
387 MemoryEffects AAResults::getMemoryEffects(const CallBase *Call) { in getMemoryEffects()
606 if (const auto *Call = dyn_cast<CallBase>(I)) in getModRefInfo() local
658 const auto *Call = dyn_cast<CallBase>(I); in callCapturesBefore() local
867 if (const auto *Call = dyn_cast<CallBase>(V)) in isNoAliasCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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 …]
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp186 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining()
242 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() local
499 const CallEvent &Call) { in evalCall()
523 ProgramStateRef ExprEngine::bindReturnValue(const CallEvent &Call, in bindReturnValue()
562 void ExprEngine::conservativeEvalCall(const CallEvent &Call, NodeBuilder &Bldr, in conservativeEvalCall()
578 static CallInlinePolicy mayInlineCallKind(const CallEvent &Call, in mayInlineCallKind()
789 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall()
876 static bool isTrivialObjectAssignment(const CallEvent &Call) { in isTrivialObjectAssignment()
894 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall() local
942 const CallEvent &Call, const Decl *D, in BifurcateCall()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp349 static Type *getBaseElementType(const CallInst *Call) { in getBaseElementType()
355 bool BPFAbstractMemberAccess::IsPreserveDIAccessIndexCall(const CallInst *Call, in IsPreserveDIAccessIndexCall()
441 for (auto *Call : CallList) { in replaceWithGEP() local
468 auto *Call = dyn_cast<CallInst>(&I); in removePreserveAccessIndexIntrinsic() local
494 for (auto *Call : PreserveUnionIndexCalls) { in removePreserveAccessIndexIntrinsic() local
554 void BPFAbstractMemberAccess::traceAICall(CallInst *Call, in traceAICall()
653 auto *Call = dyn_cast<CallInst>(&I); in collectAICallChains() local
852 Value *BPFAbstractMemberAccess::computeBaseAndAccessKey(CallInst *Call, in computeBaseAndAccessKey()
1008 MDNode *BPFAbstractMemberAccess::computeAccessKey(CallInst *Call, in computeAccessKey()
1073 bool BPFAbstractMemberAccess::transformGEPChain(CallInst *Call, in transformGEPChain()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86WinEHState.cpp411 CallInst *Call = Builder.CreateCall(TargetFuncTy, CastPersonality, Args); in generateLSDAInEAXThunk() local
459 CallBase &Call, Value *State) { in rewriteSetJmpCall()
528 CallBase &Call) { in getStateForCall()
617 CallBase &Call) { in isStateStoreNeeded()
668 auto *Call = dyn_cast<CallBase>(&I); in addStateStores() local
735 auto *Call = dyn_cast<CallBase>(&I); in addStateStores() local
755 auto *Call = dyn_cast<CallBase>(&I); in addStateStores() local
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dcall.h38 Call() in Call() function
44 Call(grpc_call* call, CallHook* call_hook, grpc::CompletionQueue* cq) in Call() function
50 Call(grpc_call* call, CallHook* call_hook, grpc::CompletionQueue* cq, in Call() function
58 Call(grpc_call* call, CallHook* call_hook, grpc::CompletionQueue* cq, in Call() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dcall.h38 Call() in Call() function
44 Call(grpc_call* call, CallHook* call_hook, grpc::CompletionQueue* cq) in Call() function
50 Call(grpc_call* call, CallHook* call_hook, grpc::CompletionQueue* cq, in Call() function
58 Call(grpc_call* call, CallHook* call_hook, grpc::CompletionQueue* cq, in Call() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dcall.h38 Call() in Call() function
44 Call(grpc_call* call, CallHook* call_hook, grpc::CompletionQueue* cq) in Call() function
50 Call(grpc_call* call, CallHook* call_hook, grpc::CompletionQueue* cq, in Call() function
58 Call(grpc_call* call, CallHook* call_hook, grpc::CompletionQueue* cq, in Call() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs398 pub struct Call { struct
403 unsafe impl Send for Call {} argument
405 impl Call { impl
406 pub unsafe fn from_raw(call: *mut grpc_sys::grpc_call, cq: CompletionQueue) -> Call { in from_raw()
571 impl Drop for Call { implementation
590 fn new(call: Call, close_f: BatchFuture) -> ShareCall { in new()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallDescription.h106 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny()
112 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny()
192 [[nodiscard]] const T *lookup(const CallEvent &Call) const { in lookup()
214 [[nodiscard]] const T *lookupAsWritten(const CallExpr &Call) const { in lookupAsWritten()
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/
H A Dcall.c201 PHP_METHOD(Call, __construct) { in PHP_METHOD() argument
261 PHP_METHOD(Call, startBatch) { in PHP_METHOD() argument
547 PHP_METHOD(Call, getPeer) { in PHP_METHOD() argument
560 PHP_METHOD(Call, cancel) { in PHP_METHOD() argument
571 PHP_METHOD(Call, setCredentials) { in PHP_METHOD() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallDescription.h139 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny()
145 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny()
228 [[nodiscard]] const T *lookup(const CallEvent &Call) const { in lookup()
250 [[nodiscard]] const T *lookupAsWritten(const CallExpr &Call) const { in lookupAsWritten()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallDescription.h140 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny()
146 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny()
226 [[nodiscard]] const T *lookup(const CallEvent &Call) const { in lookup()
248 [[nodiscard]] const T *lookupAsWritten(const CallExpr &Call) const { in lookupAsWritten()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallDescription.h140 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny()
146 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny()
226 [[nodiscard]] const T *lookup(const CallEvent &Call) const { in lookup()
248 [[nodiscard]] const T *lookupAsWritten(const CallExpr &Call) const { in lookupAsWritten()
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/tunable/
H A DTunableGemm.h31 TuningStatus Call(const GemmParams<T>* params) override { in Call() function
51 TuningStatus Call(const GemmAndBiasParams<T>* params) override { in Call() function
69 TuningStatus Call(const GemmStridedBatchedParams<T>* params) override { in Call() function
86 TuningStatus Call(const ScaledGemmParams<T>* params) override { in Call() function
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/otel/
H A Dotel_plugin.h330 struct Call { struct
331 std::unique_ptr<opentelemetry::metrics::Counter<uint64_t>> started;
332 std::unique_ptr<opentelemetry::metrics::Histogram<double>> duration;
334 sent_total_compressed_message_size;
336 rcvd_total_compressed_message_size;

12345678910>>...46