/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_function_can_inline.cpp | 61 const ir_function_signature *callee = call->callee; in can_inline() local
|
H A D | lower_subroutine.cpp | 63 lower_subroutine_visitor::call_clone(ir_call *call, ir_function_signature *callee) in call_clone() argument
|
H A D | ir_validate.cpp | 1123 ir_function_signature *const callee = ir->callee; in visit_enter() local [all...] |
H A D | link_functions.cpp | 72 const ir_function_signature *const callee = ir->callee; in visit_enter() local [all...] |
H A D | lower_int64.cpp | 255 lower_op_to_function_call(ir_instruction *base_ir, ir_expression *ir, ir_function_signature *callee) lower_op_to_function_call() argument [all...] |
H A D | glsl_to_nir.cpp | 1682 nir_function *callee = (nir_function *) entry->data; in visit() local
|
/third_party/node/deps/v8/src/api/ |
H A D | api-arguments.cc | 35 FunctionCallbackArguments( internal::Isolate* isolate, internal::Object data, internal::HeapObject callee, internal::Object holder, internal::HeapObject new_target, internal::Address* argv, int argc) FunctionCallbackArguments() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | pass_merge_return_test.cpp | 2007 const std::string callee = in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | pass_merge_return_test.cpp | 2007 const std::string callee = in TEST_F() local
|
/third_party/spirv-tools/test/opt/ |
H A D | pass_merge_return_test.cpp | 2005 const std::string callee = in TEST_F() local
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | call_graph.cpp | 61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local [all...] |
H A D | fuzzer_pass_add_function_calls.cpp | 108 ChooseFunctionCallArguments( const opt::Function& callee, opt::Function* caller_function, opt::BasicBlock* caller_block, const opt::BasicBlock::iterator& caller_inst_it) ChooseFunctionCallArguments() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | call_graph.cpp | 61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local [all...] |
H A D | fuzzer_pass_add_function_calls.cpp | 108 ChooseFunctionCallArguments( const opt::Function& callee, opt::Function* caller_function, opt::BasicBlock* caller_block, const opt::BasicBlock::iterator& caller_inst_it) ChooseFunctionCallArguments() argument
|
/third_party/spirv-tools/source/fuzz/ |
H A D | call_graph.cpp | 61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local [all...] |
H A D | fuzzer_pass_add_function_calls.cpp | 108 ChooseFunctionCallArguments( const opt::Function& callee, opt::Function* caller_function, opt::BasicBlock* caller_block, const opt::BasicBlock::iterator& caller_inst_it) ChooseFunctionCallArguments() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-compiler.cc | 391 Handle<Object> callee = args.at(0); in RUNTIME_FUNCTION() local
|
H A D | runtime-scopes.cc | 401 Handle<JSObject> NewSloppyArguments(Isolate* isolate, Handle<JSFunction> callee, in NewSloppyArguments() argument 496 Handle<JSFunction> callee = args.at<JSFunction>(0); in RUNTIME_FUNCTION() local 509 Handle<JSFunction> callee = args.at<JSFunction>(0); in RUNTIME_FUNCTION() local 534 Handle<JSFunction> callee = args.at<JSFunction>(0); RUNTIME_FUNCTION() local [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | kythe-data.cc | 70 AddCall(Callable* caller, SourcePosition call_position, Callable* callee) AddCall() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | AnalyzeCallDepth.cpp | 45 void AnalyzeCallDepth::FunctionNode::addCallee(AnalyzeCallDepth::FunctionNode *callee) in addCallee() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-inlining.cc | 87 Node* callee = NodeProperties::GetValueInput(call, 0); in ReduceCall() local [all...] |
H A D | node-properties.cc | 620 Builtin callee = static_cast<Builtin>(matcher.ResolvedValue()); in IsFreshObject() local
|
H A D | js-inlining-heuristic.cc | 92 Node* callee = node->InputAt(0); in CollectFunctions() local 413 bool JSInliningHeuristic::TryReuseDispatch(Node* node, Node* callee, in TryReuseDispatch() argument 648 CreateOrReuseDispatch(Node* node, Node* callee, Candidate const& candidate, Node** if_successes, Node** calls, Node** inputs, int input_count) CreateOrReuseDispatch() argument 721 Node* callee = NodeProperties::GetValueInput(node, 0); InlineCandidate() local [all...] |
H A D | loop-analysis.cc | 610 Node* callee = node->InputAt(0); in FindSmallInnermostLoopFromHeader() local
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 1211 Builtin callee = static_cast<Builtin>(callee_code.builtin_id()); in VerifyTransitiveBuiltins() local 1058 TransitivelyCalledBuiltinHasNoSideEffect(Builtin caller, Builtin callee) TransitivelyCalledBuiltinHasNoSideEffect() argument
|