HomeSort by relevance Sort by last modified time
    Searched defs:target_function (Results 1 - 4 of 4) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
private_to_local_pass.cpp 51 Function* target_function = FindLocalFunction(inst); local
52 if (target_function != nullptr) {
53 variables_to_move.push_back({&inst, target_function});
67 Function* target_function = nullptr; local
70 [&target_function, &found_first_use, this](Instruction* use) {
78 target_function = nullptr;
84 target_function = current_function;
85 } else if (target_function != current_function) {
86 target_function = nullptr;
89 return target_function;
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
private_to_local_pass.cpp 51 Function* target_function = FindLocalFunction(inst); local
52 if (target_function != nullptr) {
53 variables_to_move.push_back({&inst, target_function});
67 Function* target_function = nullptr; local
70 [&target_function, &found_first_use, this](Instruction* use) {
78 target_function = nullptr;
84 target_function = current_function;
85 } else if (target_function != current_function) {
86 target_function = nullptr;
89 return target_function;
    [all...]
  /external/v8/src/compiler/
js-call-reducer.cc 3341 Node* target_function = jsgraph()->Constant(feedback); local
    [all...]
  /external/v8/src/heap/
factory.cc 3318 JSReceiver::GetPrototype(isolate(), target_function), JSBoundFunction); local
    [all...]

Completed in 267 milliseconds