/third_party/mesa3d/src/compiler/glsl/ |
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
|
H A D | ir_reader.cpp | 689 ir_function_signature *callee = in read_call() local
|
H A D | ast.h | 306 ast_function_expression(ast_expression *callee) in ast_function_expression() argument
|
H A D | ir.h | 1635 ir_call(ir_function_signature *callee, in ir_call() argument 1644 ir_call(ir_function_signature *callee, in ir_call() argument 1689 ir_function_signature *callee; member in ir_call [all...] |
/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
|
H A D | js-create-lowering.cc | 164 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments() local 190 a.Store(AccessBuilder::ForArgumentsCallee(), callee); in ReduceJSCreateArguments() local 257 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments() local 293 a.Store(AccessBuilder::ForArgumentsCallee(), callee); in ReduceJSCreateArguments() 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
|
/third_party/node/deps/v8/src/runtime/ |
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/glslang/glslang/MachineIndependent/ |
H A D | Intermediate.cpp | 2896 void TIntermediate::addToCallGraph(TInfoSink& /*infoSink*/, const TString& caller, const TString& callee) in addToCallGraph() argument
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.cc | 222 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr() local 1074 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr() local
|
/third_party/node/deps/v8/src/torque/ |
H A D | ast.h | 359 IdentifierExpression* callee; member 1300 MakeCallExpression( IdentifierExpression* callee, std::vector<Expression*> arguments, std::vector<Identifier*> labels = {}) MakeCallExpression() argument 1307 MakeCallExpression( std::string callee, std::vector<Expression*> arguments, std::vector<Identifier*> labels = {}) MakeCallExpression() argument
|
H A D | torque-parser.cc | 348 Expression* MakeCall(IdentifierExpression* callee, in MakeCall() argument 394 Expression* MakeCall(Identifier* callee, in MakeCall() argument 403 auto callee = child_results->NextAs<Expression*>(); in MakeCall() local 412 auto callee = child_results->NextAs<Identifier*>(); in MakeMethodCall() local 443 auto callee in MakeIntrinsicCallExpression() local [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 80 const auto* callee = id_to_func_[inst.GetSingleWordInOperand(0)]; in Visit() local
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 2560 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local 2246 lbr_callchain_add_kernel_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 branch_from, bool callee, int end) lbr_callchain_add_kernel_ip() argument 2305 lbr_callchain_add_lbr_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 *branch_from, bool callee) lbr_callchain_add_lbr_ip() argument 2447 has_stitched_lbr(struct thread *thread, struct perf_sample *cur, struct perf_sample *prev, unsigned int max_lbr, bool callee) has_stitched_lbr() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | machine.c | 2799 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local 2483 lbr_callchain_add_kernel_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 branch_from, bool callee, int end) lbr_callchain_add_kernel_ip() argument 2542 lbr_callchain_add_lbr_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 *branch_from, bool callee) lbr_callchain_add_lbr_ip() argument 2684 has_stitched_lbr(struct thread *thread, struct perf_sample *cur, struct perf_sample *prev, unsigned int max_lbr, bool callee) has_stitched_lbr() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.c | 1724 nir_function *callee = read_object(ctx); in read_call() local
|
H A D | nir.c | 786 nir_call_instr_create(nir_shader *shader, nir_function *callee) in nir_call_instr_create() argument
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.cc | 1010 Node* callee = call->InputAt(0); in InitializeCallBuffer() member 3026 auto callee = CallDescriptorOf(node->op()); VisitTailCall() local 3029 CallBuffer buffer(zone(), callee, nullptr); VisitTailCall() local [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.cpp | 2723 auto &callee = *functions.top(); in handle() local [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 3473 Handle<JSObject> Factory::NewArgumentsObject(Handle<JSFunction> callee, in NewArgumentsObject() argument 3489 Object::SetProperty(isolate(), result, callee_string(), callee, in NewArgumentsObject() local
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 3980 Handle<AccessorPair> callee = factory->NewAccessorPair(); in InitializeGlobal() local
|