/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Statepoint.cpp | 20 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/ |
D | AliasAnalysis.h | 430 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/ |
D | AliasAnalysisSummary.cpp | 76 CallBase &Call) { in instantiateInterfaceValue() 85 instantiateExternalRelation(ExternalRelation ERelation, CallBase &Call) { in instantiateExternalRelation() 96 CallBase &Call) { in instantiateExternalAttribute()
|
D | InlineCost.cpp | 166 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 …]
|
D | CallGraph.cpp | 76 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()
|
D | AliasAnalysis.cpp | 136 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/ |
D | tracing_agent.cc | 39 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
|
D | main_thread_interface.cc | 45 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/ |
D | Coroutines.cpp | 116 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/ |
D | simulator.h | 121 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/ |
D | BPFAbstractMemberAccess.cpp | 235 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/ |
D | ObjectContentHasher.h | 40 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/ |
D | PartiallyInlineLibCalls.cpp | 31 static bool optimizeSQRT(CallInst *Call, Function *CalledFunc, in optimizeSQRT() 100 CallInst *Call = dyn_cast<CallInst>(&*II); in runPartiallyInlineLibCalls() local
|
D | PlaceSafepoints.cpp | 184 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/ |
D | call.cc | 25 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/ |
D | EntryExitInstrumenter.cpp | 35 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/ |
D | WasmTranslator.cpp | 744 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/ |
D | generator_impl_intrinsic_texture_test.cc | 277 TEST_P(MslGeneratorIntrinsicTextureTest, Call) { in TEST_P() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Statepoint.h | 82 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/ |
D | labeledelementdeclarations_may_hold_undefined_elements_10.ts | 28 Call = '__call' enumerator
|
D | labeledelementdeclarations_may_hold_undefined_elements_7.ts | 28 Call = '__call' enumerator
|
D | labeledelementdeclarations_may_hold_undefined_elements_8.ts | 28 Call = '__call' enumerator
|
D | labeledelementdeclarations_may_hold_undefined_elements_2.ts | 28 Call = '__call' enumerator
|
D | labeledelementdeclarations_may_hold_undefined_elements_5.ts | 28 Call = '__call' enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinCFGuard.cpp | 57 if (const auto *Call = dyn_cast<CallBase>(FnUser)) { in isPossibleIndirectCallTarget() local
|