Home
last modified time | relevance | path

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

1234567891011

/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/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/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()
DAliasAnalysis.cpp136 ModRefInfo AAResults::getArgModRefInfo(const CallBase *Call, unsigned ArgIdx) { in getArgModRefInfo()
177 ModRefInfo AAResults::getModRefInfo(const CallBase *Call, in getModRefInfo()
183 ModRefInfo AAResults::getModRefInfo(const CallBase *Call, in getModRefInfo()
383 FunctionModRefBehavior AAResults::getModRefBehavior(const CallBase *Call) { in getModRefBehavior()
653 const auto *Call = dyn_cast<CallBase>(I); in callCapturesBefore() local
883 if (const auto *Call = dyn_cast<CallBase>(V)) in isNoAliasCall() local
/third_party/node/src/inspector/
Dtracing_agent.cc39 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::protocol::__anon19fc5bab0111::CreateFrontendWrapperRequest
53 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::protocol::__anon19fc5bab0111::DestroyFrontendWrapperRequest
66 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::protocol::__anon19fc5bab0111::SendMessageRequest
Dmain_thread_interface.cc45 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::__anon2e5ac4610111::CreateObjectRequest
64 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::__anon2e5ac4610111::DeleteRequest
77 void Call(MainThreadInterface* thread) override { in Call() function in node::inspector::__anon2e5ac4610111::CallRequest
107 void Call(Fn fn) const { in Call() function in node::inspector::__anon2e5ac4610111::AnotherThreadObjectReference
114 void Call(void (T::*fn)(Arg), Arg argument) const { in Call() function in node::inspector::__anon2e5ac4610111::AnotherThreadObjectReference
/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/node/deps/v8/src/execution/
Dsimulator.h121 Return Call(Args... args) { in Call() function
137 DISABLE_CFI_ICALL Return Call(Args... args) { in Call() function
/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/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/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
DPlaceSafepoints.cpp184 static bool needsStatepoint(CallBase *Call, const TargetLibraryInfo &TLI) { in needsStatepoint()
218 if (auto *Call = dyn_cast<CallBase>(&I)) in containsUnconditionalCallSafepoint() local
361 static bool doesNotRequireEntrySafepointBefore(CallBase *Call) { in doesNotRequireEntrySafepointBefore()
424 if (auto *Call = dyn_cast<CallBase>(Cursor)) { in findLocationForEntrySafepoint() local
/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/Utils/
DEntryExitInstrumenter.cpp35 CallInst *Call = CallInst::Create(Fn, "", InsertionPt); in insertCall() local
55 CallInst *Call = in insertCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp744 auto *Call = InstIntrinsic::create( in Unop() local
770 auto *Call = InstIntrinsic::create( in Unop() local
784 auto *Call = InstIntrinsic::create( in Unop() local
795 auto *Call = InstCall::create( in Unop() local
806 auto *Call = InstCall::create( in Unop() local
820 auto *Call = InstIntrinsic::create( in Unop() local
834 auto *Call = InstIntrinsic::create( in Unop() local
1077 auto *Call = InstCall::create(Func, NumArgs, Dest, TargetOperand, in CallDirect() local
1116 auto *Call = in CallImport() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_intrinsic_texture_test.cc277 TEST_P(MslGeneratorIntrinsicTextureTest, Call) { in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DStatepoint.h82 explicit StatepointBase(CallBaseTy *Call) { in StatepointBase()
300 explicit ImmutableStatepoint(const CallBase *Call) : Base(Call) {} in ImmutableStatepoint()
311 explicit Statepoint(CallBase *Call) : Base(Call) {} in Statepoint()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/labeledelementdeclarations_may_hold_undefined_elements/
Dlabeledelementdeclarations_may_hold_undefined_elements_10.ts28 Call = '__call' enumerator
Dlabeledelementdeclarations_may_hold_undefined_elements_7.ts28 Call = '__call' enumerator
Dlabeledelementdeclarations_may_hold_undefined_elements_8.ts28 Call = '__call' enumerator
Dlabeledelementdeclarations_may_hold_undefined_elements_2.ts28 Call = '__call' enumerator
Dlabeledelementdeclarations_may_hold_undefined_elements_5.ts28 Call = '__call' enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinCFGuard.cpp57 if (const auto *Call = dyn_cast<CallBase>(FnUser)) { in isPossibleIndirectCallTarget() local

1234567891011