Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 25 of 264) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td14 // TODO: addr64: These currently assume the callee address is 32-bit.
29 I<(outs rt:$dst), (ins function32_op:$callee, variable_ops),
30 (outs), (ins function32_op:$callee),
31 [(set (vt rt:$dst), (WebAssemblycall1 (i32 imm:$callee)))],
32 !strconcat(prefix, "call\t$dst, $callee"),
33 !strconcat(prefix, "call\t$callee"),
39 I<(outs rt:$dst), (ins I32:$callee, variable_ops),
40 (outs), (ins I32:$callee),
41 [(set (vt rt:$dst), (WebAssemblycall1 I32:$callee))],
42 "PSEUDO CALL INDIRECT\t$callee",
[all …]
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dvdso_wrappers.rs35 let callee = match transmute(CLOCK_GETTIME.load(Relaxed)) { in clock_gettime() localVariable
36 Some(callee) => callee, in clock_gettime()
39 let r0 = callee(which_clock as c::c_int, result.as_mut_ptr()); in clock_gettime()
73 let callee = match transmute(CLOCK_GETTIME.load(Relaxed)) { in clock_gettime_dynamic() localVariable
74 Some(callee) => callee, in clock_gettime_dynamic()
77 match callee(id, timespec.as_mut_ptr()) { in clock_gettime_dynamic()
93 let callee = match transmute(super::SYSCALL.load(Relaxed)) { in syscall0() localVariable
94 Some(callee) => callee, in syscall0()
97 asm::indirect_syscall0(callee, nr) in syscall0()
105 let callee = match transmute(super::SYSCALL.load(Relaxed)) { in syscall1() localVariable
[all …]
/third_party/typescript/tests/baselines/reference/
DargumentsReferenceInConstructor7_Js.symbols9 this.callee = arguments.callee;
10 >this.callee : Symbol(A.callee, Decl(a.js, 1, 16))
12 >callee : Symbol(A.callee, Decl(a.js, 1, 16))
13 >arguments.callee : Symbol(IArguments.callee, Decl(lib.es5.d.ts, --, --))
15 >callee : Symbol(IArguments.callee, Decl(lib.es5.d.ts, --, --))
DargumentsReferenceInMethod7_Js.symbols11 this.callee = arguments.callee;
12 >this.callee : Symbol(A.callee, Decl(a.js, 1, 6))
14 >callee : Symbol(A.callee, Decl(a.js, 1, 6))
15 >arguments.callee : Symbol(IArguments.callee, Decl(lib.es5.d.ts, --, --))
17 >callee : Symbol(IArguments.callee, Decl(lib.es5.d.ts, --, --))
DargumentsReferenceInConstructor7_Js.types9 this.callee = arguments.callee;
10 >this.callee = arguments.callee : Function
11 >this.callee : Function
13 >callee : Function
14 >arguments.callee : Function
16 >callee : Function
DargumentsReferenceInMethod7_Js.types11 this.callee = arguments.callee;
12 >this.callee = arguments.callee : Function
13 >this.callee : Function
15 >callee : Function
16 >arguments.callee : Function
18 >callee : Function
DargumentsReferenceInMethod7_Js.js7 this.callee = arguments.callee;
20 callee: Function;
DargumentsReferenceInConstructor7_Js.js7 this.callee = arguments.callee;
20 callee: Function;
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
Dx86.rs152 callee: SyscallType, in rustix_indirect_syscall0_nr_last_fastcall()
157 callee: SyscallType, in rustix_indirect_syscall1_nr_last_fastcall()
162 callee: SyscallType, in rustix_indirect_syscall1_noreturn_nr_last_fastcall()
168 callee: SyscallType, in rustix_indirect_syscall2_nr_last_fastcall()
175 callee: SyscallType, in rustix_indirect_syscall3_nr_last_fastcall()
183 callee: SyscallType, in rustix_indirect_syscall4_nr_last_fastcall()
192 callee: SyscallType, in rustix_indirect_syscall5_nr_last_fastcall()
202 callee: SyscallType, in rustix_indirect_syscall6_nr_last_fastcall()
210 callee: SyscallType, in indirect_syscall0()
213 rustix_indirect_syscall0_nr_last_fastcall(nr, callee) in indirect_syscall0()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dcall_graph.cpp61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local
74 if (!known_callees.count(callee) || in BuildGraphAndGetDepthOfFunctionCalls()
75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls()
78 {{function.result_id(), callee}, loop_nesting_depth}); in BuildGraphAndGetDepthOfFunctionCalls()
81 if (known_callees.count(callee)) { in BuildGraphAndGetDepthOfFunctionCalls()
86 function_in_degree_[callee]++; in BuildGraphAndGetDepthOfFunctionCalls()
87 call_graph_edges_[function.result_id()].insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
89 known_callees.insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local
149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dcall_graph.cpp61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local
74 if (!known_callees.count(callee) || in BuildGraphAndGetDepthOfFunctionCalls()
75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls()
78 {{function.result_id(), callee}, loop_nesting_depth}); in BuildGraphAndGetDepthOfFunctionCalls()
81 if (known_callees.count(callee)) { in BuildGraphAndGetDepthOfFunctionCalls()
86 function_in_degree_[callee]++; in BuildGraphAndGetDepthOfFunctionCalls()
87 call_graph_edges_[function.result_id()].insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
89 known_callees.insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local
149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths()
[all …]
/third_party/spirv-tools/source/fuzz/
Dcall_graph.cpp61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local
74 if (!known_callees.count(callee) || in BuildGraphAndGetDepthOfFunctionCalls()
75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls()
78 {{function.result_id(), callee}, loop_nesting_depth}); in BuildGraphAndGetDepthOfFunctionCalls()
81 if (known_callees.count(callee)) { in BuildGraphAndGetDepthOfFunctionCalls()
86 function_in_degree_[callee]++; in BuildGraphAndGetDepthOfFunctionCalls()
87 call_graph_edges_[function.result_id()].insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
89 known_callees.insert(callee); in BuildGraphAndGetDepthOfFunctionCalls()
146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local
149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths()
[all …]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
Dfunction_call_mutator.js39 if (!babelTypes.isIdentifier(path.node.callee)) {
43 if (!common.isFunctionIdentifier(path.node.callee.name)) {
57 `Replaced ${path.node.callee.name} with ${randFunc.name}`);
59 path.node.callee = randFunc;
69 ID: babelTypes.cloneDeep(path.node.callee),
74 ID: babelTypes.cloneDeep(path.node.callee),
80 `Optimizing ${path.node.callee.name}`);
95 ID: babelTypes.cloneDeep(path.node.callee),
101 `Compiling baseline ${path.node.callee.name}`);
117 ID: babelTypes.cloneDeep(path.node.callee),
[all …]
Dtry_catch.js50 const callee = path.node.callee;
51 if (!babelTypes.isMemberExpression(callee) ||
52 !babelTypes.isIdentifier(callee.object) ||
53 !babelTypes.isIdentifier(callee.property)) {
57 ([object, property]) => callee.object.name === object &&
58 callee.property.name === property)) {
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/inline/
Dx86.rs20 callee: SyscallType, in indirect_syscall0()
26 callee = in(reg) callee, in indirect_syscall0()
35 callee: SyscallType, in indirect_syscall1()
42 callee = in(reg) callee, in indirect_syscall1()
52 callee: SyscallType, in indirect_syscall1_noreturn()
58 callee = in(reg) callee, in indirect_syscall1_noreturn()
67 callee: SyscallType, in indirect_syscall2()
75 callee = in(reg) callee, in indirect_syscall2()
86 callee: SyscallType, in indirect_syscall3()
95 callee = in(reg) callee, in indirect_syscall3()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp73 #define X(caller, callee, argc) \ in testCaller() argument
76 STR(callee), \ in testCaller()
80 reinterpret_cast<CalleePtrTy>(&Subzero_::callee), \ in testCaller()
85 #define X(caller, callee, argc) \ in testCaller()
87 STR(caller), STR(callee), argc, \ in testCaller()
88 &caller, &Subzero_::caller, reinterpret_cast<CalleePtrTy>(&callee), \ in testCaller()
134 #define X(caller, callee, argc) \ in testCallee() argument
136 STR(callee), \ in testCallee()
139 reinterpret_cast<CalleePtrTy>(&callee), \ in testCallee()
140 reinterpret_cast<CalleePtrTy>(&Subzero_::callee)}, in testCallee()
/third_party/mesa3d/src/compiler/glsl/
Dlink_functions.cpp72 const ir_function_signature *const callee = ir->callee; in visit_enter() local
73 assert(callee != NULL); in visit_enter()
74 const char *const name = callee->function_name(); in visit_enter()
77 if (callee->is_intrinsic()) in visit_enter()
84 find_matching_signature(name, &callee->parameters, linked->symbols); in visit_enter()
86 ir->callee = sig; in visit_enter()
125 f->exact_matching_signature(NULL, &callee->parameters); in visit_enter()
127 linked_sig = new(linked) ir_function_signature(callee->return_type); in visit_enter()
180 ir->callee = linked_sig; in visit_enter()
195 const exec_node *formal_param_node = ir->callee->parameters.get_head(); in visit_leave()
Dir_function_can_inline.cpp61 const ir_function_signature *callee = call->callee; in can_inline() local
62 if (!callee->is_defined) in can_inline()
65 v.run((exec_list *) &callee->body); in can_inline()
70 ir_instruction *last = (ir_instruction *)callee->body.get_tail(); in can_inline()
Dlower_int64.cpp62 ir_function_signature *callee);
257 ir_function_signature *callee) in lower_op_to_function_call() argument
289 ir_call *const c = new(mem_ctx) ir_call(callee, in lower_op_to_function_call()
327 ir_function_signature *callee = NULL; in handle_op() local
331 callee = (ir_function_signature *) f->signatures.get_head(); in handle_op()
332 assert(callee != NULL && callee->ir_type == ir_type_function_signature); in handle_op()
335 callee = generator(base_ir, NULL); in handle_op()
337 f->add_signature(callee); in handle_op()
343 return lower_op_to_function_call(this->base_ir, ir, callee); in handle_op()
/third_party/typescript/scripts/eslint/rules/
Dboolean-trivia.cjs42 if (node.callee && node.callee.type === AST_NODE_TYPES.MemberExpression) {
43 const methodName = node.callee.property.type === AST_NODE_TYPES.Identifier
44 ? node.callee.property.name
54 if (node.callee && node.callee.type === AST_NODE_TYPES.Identifier) {
55 const functionName = node.callee.name;
/third_party/node/deps/v8/src/compiler/
Djs-inlining-heuristic.cc92 Node* callee = node->InputAt(0); in CollectFunctions() local
96 HeapObjectMatcher m(callee); in CollectFunctions()
113 HeapObjectMatcher m2(callee->InputAt(n)); in CollectFunctions()
140 JSCreateClosureNode n(callee); in CollectFunctions()
413 bool JSInliningHeuristic::TryReuseDispatch(Node* node, Node* callee, in TryReuseDispatch() argument
505 if (callee->opcode() != IrOpcode::kPhi) return false; in TryReuseDispatch()
506 int const num_calls = callee->op()->ValueInputCount(); in TryReuseDispatch()
510 Node* merge = NodeProperties::GetControlInput(callee); in TryReuseDispatch()
531 if (merge_use != effect_phi && merge_use != callee && merge_use != node && in TryReuseDispatch()
572 if (!CollectFrameStateUniqueUses(callee, FrameState{checkpoint_state}, in TryReuseDispatch()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.cpp77 for (auto &callee : data.callees) in fillDataStructures() local
79 record.callees.push_back(static_cast<int>(callee->index)); in fillDataStructures()
206 for (auto callee : function->callees) in assignIndicesInternal() local
208 functionsToProcess.push_back(callee); in assignIndicesInternal()
212 if (callee->visiting) in assignIndicesInternal()
/third_party/mesa3d/src/compiler/spirv/
Dnir_lower_libclc.c42 if (!call->callee->name) in lower_clc_call_instr()
46 if (strcmp(function->name, call->callee->name) == 0) { in lower_clc_call_instr()
59 call->callee->params[i].num_components); in lower_clc_call_instr()
/third_party/mesa3d/src/compiler/nir/
Dnir_inline_functions.c149 assert(call->callee->impl); in inline_functions_block()
152 inline_function_impl(call->callee->impl, inlined); in inline_functions_block()
165 call->callee->params[i].num_components); in inline_functions_block()
168 nir_inline_function_impl(b, call->callee->impl, params, NULL); in inline_functions_block()
/third_party/typescript/tests/cases/compiler/
DargumentsReferenceInConstructor7_Js.ts11 this.callee = arguments.callee;

1234567891011