HomeSort by relevance Sort by last modified time
    Searched defs:callee (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/Analysis/diagnostics/
undef-value-callee.h 2 void callee() { function
  /external/clang/test/CodeGen/
arm64-be-hfa-vararg.c 6 double callee(int a, ...) { function
  /art/test/642-fp-callees/src/
Main.java 25 $noinline$callee(a, b, c);
30 public static void $noinline$callee(int a, int b, long c) {
  /external/clang/test/CodeGenCXX/
pr20719.cpp 15 H<Fx> callee; local
20 H<Fx> callee; local
  /external/mesa3d/src/glsl/
ir_function_can_inline.cpp 62 const ir_function_signature *callee = call->callee; local
63 if (!callee->is_defined)
66 v.run((exec_list *) &callee->body);
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail();
ir_validate.cpp 571 ir_function_signature *const callee = ir->callee; local
573 if (callee->ir_type != ir_type_function_signature) {
579 if (ir->return_deref->type != callee->return_type) {
580 printf("callee type %s does not match return storage type %s\n",
581 callee->return_type->name, ir->return_deref->type->name);
584 } else if (callee->return_type != glsl_type::void_type) {
585 printf("ir_call has non-void callee but no return storage\n");
589 const exec_node *formal_param_node = callee->parameters.head;
623 printf("callee:\n")
    [all...]
link_functions.cpp 66 * shader callee will point to an ir_function_signature in the original
71 const ir_function_signature *const callee = ir->callee; local
72 assert(callee != NULL);
73 const char *const name = callee->function_name();
79 find_matching_signature(name, &callee->parameters, &linked, 1,
82 ir->callee = sig;
116 f->exact_matching_signature(&callee->parameters);
120 linked_sig = new(linked) ir_function_signature(callee->return_type);
125 * ir_call from linked then linked_sig and callee will b
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 34 | Ast.Call (callee, args) ->
36 let callee = var
37 match lookup_function callee the_module with
38 | Some callee -> callee
41 let params = params callee in
47 build_call callee args "calltmp" builder
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 34 | Ast.Call (callee, args) ->
36 let callee = var
37 match lookup_function callee the_module with
38 | Some callee -> callee
41 let params = params callee in
47 build_call callee args "calltmp" builder
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 34 | Ast.Call (callee, args) ->
36 let callee = var
37 match lookup_function callee the_module with
38 | Some callee -> callee
41 let params = params callee in
47 build_call callee args "calltmp" builder
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 34 | Ast.Call (callee, args) ->
36 let callee = var
37 match lookup_function callee the_module with
38 | Some callee -> callee
41 let params = params callee in
47 build_call callee args "calltmp" builder
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug286.go 15 var callee string var
20 func (t *T) f() { callee = "f" }
21 func (i *T) g() { callee = "g" }
35 if callee != "f" {
36 println("test1 called", callee)
47 if callee != "f" {
48 println("test2 called", callee)
60 if callee != "f" {
61 println("test3 called", callee)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug286.go 15 var callee string var
20 func (t *T) f() { callee = "f" }
21 func (i *T) g() { callee = "g" }
35 if callee != "f" {
36 println("test1 called", callee)
47 if callee != "f" {
48 println("test2 called", callee)
60 if callee != "f" {
61 println("test3 called", callee)
  /external/v8/tools/clang/pass_to_move/
PassToMove.cpp 44 const clang::MemberExpr* callee = local
46 const bool is_arrow = callee->isArrow();
64 callee->getOperatorLoc()),
92 callee(functionDecl(hasName("Pass"), returns(rValueReferenceType()))),
  /art/compiler/optimizing/
sharpening.cc 80 ArtMethod* callee = invoke->GetResolvedMethod(); local
81 DCHECK(callee != nullptr);
100 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) {
105 AOTCanEmbedMethod(callee, codegen->GetCompilerOptions())) {
109 method_load_data = reinterpret_cast<uintptr_t>(callee);
  /external/llvm/tools/llvm-c-test/
module.c 101 LLVMValueRef callee = local
103 printf(" calls: %s\n", LLVMGetValueName(callee));
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
profile.py 286 callee = add_cycles_to_function(functions, func_name, address, cycles) variable
287 if (prev_callee != None) and (prev_callee != callee):
289 prev_callee = callee
298 # Fixup the last callee
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 34 | Ast.Call (callee, args) ->
36 let callee = var
37 match lookup_function callee the_module with
38 | Some callee -> callee
41 let params = params callee in
47 build_call callee args "calltmp" builder
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 34 | Ast.Call (callee, args) ->
36 let callee = var
37 match lookup_function callee the_module with
38 | Some callee -> callee
41 let params = params callee in
47 build_call callee args "calltmp" builder
  /external/v8/src/runtime/
runtime-compiler.cc 470 Handle<Object> callee = args.at<Object>(0); local
477 if (*callee != isolate->native_context()->global_eval_fun() ||
479 return *callee;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 22 let callee = "unary" ^ (String.make 1 op) in
23 let callee =
24 match lookup_function callee the_module with
25 | Some callee -> callee
28 build_call callee [|operand|] "unop" builder
44 let callee = "binary" ^ (String.make 1 op) in var
45 let callee = var
46 match lookup_function callee the_module with
47 | Some callee -> calle
54 let callee = var
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 31 let callee = "unary" ^ (String.make 1 op) in
32 let callee =
33 match lookup_function callee the_module with
34 | Some callee -> callee
37 build_call callee [|operand|] "unop" builder
73 let callee = "binary" ^ (String.make 1 op) in var
74 let callee = var
75 match lookup_function callee the_module with
76 | Some callee -> calle
84 let callee = var
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 22 let callee = "unary" ^ (String.make 1 op) in
23 let callee =
24 match lookup_function callee the_module with
25 | Some callee -> callee
28 build_call callee [|operand|] "unop" builder
44 let callee = "binary" ^ (String.make 1 op) in var
45 let callee = var
46 match lookup_function callee the_module with
47 | Some callee -> calle
54 let callee = var
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 31 let callee = "unary" ^ (String.make 1 op) in
32 let callee =
33 match lookup_function callee the_module with
34 | Some callee -> callee
37 build_call callee [|operand|] "unop" builder
73 let callee = "binary" ^ (String.make 1 op) in var
74 let callee = var
75 match lookup_function callee the_module with
76 | Some callee -> calle
84 let callee = var
    [all...]
  /external/v8/src/compiler/
js-inlining-heuristic.cc 72 Node* callee = node->InputAt(0); local
76 CollectFunctions(callee, candidate.functions, kMaxCallPolymorphism);
183 Node* callee = NodeProperties::GetValueInput(node, 0); local
198 graph()->NewNode(simplified()->ReferenceEqual(), callee, target);

Completed in 935 milliseconds

1 2 3 4 5 6 7 8