HomeSort by relevance Sort by last modified time
    Searched refs:callee (Results 151 - 175 of 229) sorted by null

1 2 3 4 5 67 8 910

  /external/v8/src/interpreter/
bytecode-generator.cc 3551 Register callee = register_allocator()->NewRegister(); local
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 17 stack-pointer) and all callee-saved registers (preserved registers).
20 which the current value is stored (callee-saved registers).
48 on the stack and save certain callee-saved registers. The body
69 instructions which restore the contents of callee-saved registers.
282 another (callee-saved) register determines whether or not an
  /external/v8/src/torque/
implementation-visitor.cc     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/mesa3d/src/compiler/glsl/
lower_distance.cpp 533 const exec_node *formal_param_node = ir->callee->parameters.get_head_raw();
opt_constant_propagation.cpp 334 foreach_two_lists(formal_node, &ir->callee->parameters,
opt_copy_propagation_elements.cpp 365 foreach_two_lists(formal_node, &ir->callee->parameters,
glsl_to_nir.cpp 622 if (ir->callee->is_intrinsic()) {
625 switch (ir->callee->intrinsic_id) {
1226 nir_function *callee = (nir_function *) entry->data; local
    [all...]
  /external/mesa3d/src/compiler/glsl/tests/
lower_int64_test.cpp 43 ir_function_signature *callee);
  /external/mesa3d/src/compiler/nir/
nir.c 513 nir_call_instr_create(nir_shader *shader, nir_function *callee)
518 instr->callee = callee;
519 instr->num_params = callee->num_params;
    [all...]
nir_serialize.c 775 blob_write_intptr(ctx->blob, write_lookup_object(ctx, call->callee));
786 nir_function *callee = read_object(ctx); local
787 nir_call_instr *call = nir_call_instr_create(ctx->nir, callee);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc     [all...]
  /external/eigen/doc/
eigen_navtree_hacks.js 233 setTimeout(arguments.callee, 10);
  /external/libaom/libaom/third_party/libyuv/source/
x86inc.asm 106 ; %2 = number of registers used. pushes callee-saved regs if needed.
107 ; %3 = number of xmm registers used. pushes callee-saved xmm regs if needed.
482 %macro TAIL_CALL 2 ; callee, is_nonadjacent
783 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 172 std::string Callee;
175 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
176 : Callee(callee), Args(args) {}
717 Function *CalleeF = TheModule->getFunction(Callee);
720 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 156 std::string Callee;
159 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
160 : Callee(callee), Args(args) {}
942 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 157 std::string Callee;
160 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
161 : Callee(callee), Args(args) {}
699 Function *CalleeF = TheModule->getFunction(Callee);
702 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
    [all...]
toy.cpp 158 std::string Callee;
161 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
162 : Callee(callee), Args(args) {}
982 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp 154 std::string Callee;
157 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
158 : Callee(callee), Args(args) {}
693 Function *CalleeF = TheModule->getFunction(Callee);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 172 std::string Callee;
175 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
176 : Callee(callee), Args(args) {}
717 Function *CalleeF = TheModule->getFunction(Callee);
720 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 156 std::string Callee;
159 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
160 : Callee(callee), Args(args) {}
942 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 157 std::string Callee;
160 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
161 : Callee(callee), Args(args) {}
699 Function *CalleeF = TheModule->getFunction(Callee);
702 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
    [all...]
toy.cpp 158 std::string Callee;
161 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
162 : Callee(callee), Args(args) {}
982 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]

Completed in 443 milliseconds

1 2 3 4 5 67 8 910