Searched refs:target_function (Results 1 – 9 of 9) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | private_to_local_pass.cpp | 51 Function* target_function = FindLocalFunction(inst); in Process() local 52 if (target_function != nullptr) { in Process() 53 variables_to_move.push_back({&inst, target_function}); in Process() 67 Function* target_function = nullptr; in FindLocalFunction() local 70 [&target_function, &found_first_use, this](Instruction* use) { in FindLocalFunction() 78 target_function = nullptr; in FindLocalFunction() 84 target_function = current_function; in FindLocalFunction() 85 } else if (target_function != current_function) { in FindLocalFunction() 86 target_function = nullptr; in FindLocalFunction() 89 return target_function; in FindLocalFunction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | private_to_local_pass.cpp | 51 Function* target_function = FindLocalFunction(inst); in Process() local 52 if (target_function != nullptr) { in Process() 53 variables_to_move.push_back({&inst, target_function}); in Process() 67 Function* target_function = nullptr; in FindLocalFunction() local 70 [&target_function, &found_first_use, this](Instruction* use) { in FindLocalFunction() 78 target_function = nullptr; in FindLocalFunction() 84 target_function = current_function; in FindLocalFunction() 85 } else if (target_function != current_function) { in FindLocalFunction() 86 target_function = nullptr; in FindLocalFunction() 89 return target_function; in FindLocalFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/SymbolRewriter/ |
D | rewrite.map | 3 target: target_function,
|
D | rewrite.ll | 67 ; CHECK: declare void @target_function()
|
/external/llvm/test/SymbolRewriter/ |
D | rewrite.map | 3 target: target_function,
|
D | rewrite.ll | 65 ; CHECK: declare void @target_function()
|
/external/v8/src/heap/ |
D | factory.cc | 3304 Handle<JSReceiver> target_function, Handle<Object> bound_this, in NewJSBoundFunction() argument 3306 DCHECK(target_function->IsCallable()); in NewJSBoundFunction() 3318 JSReceiver::GetPrototype(isolate(), target_function), JSBoundFunction); in NewJSBoundFunction() 3321 isolate()->set_context(*target_function->GetCreationContext()); in NewJSBoundFunction() 3335 Handle<Map> map = target_function->IsConstructor() in NewJSBoundFunction() 3341 DCHECK_EQ(target_function->IsConstructor(), map->is_constructor()); in NewJSBoundFunction() 3346 result->set_bound_target_function(*target_function); in NewJSBoundFunction()
|
D | factory.h | 679 Handle<JSReceiver> target_function, Handle<Object> bound_this,
|
/external/v8/src/compiler/ |
D | js-call-reducer.cc | 3341 Node* target_function = jsgraph()->Constant(feedback); in ReduceJSCall() local 3345 target_function); in ReduceJSCall() 3351 NodeProperties::ReplaceValueInput(node, target_function, 0); in ReduceJSCall()
|