Searched refs:UpdateUse (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/maglev/ |
D | maglev-regalloc.h | 48 void UpdateUse(Input* input) { return UpdateUse(input->node(), input); } in UpdateUse() function 49 void UpdateUse(ValueNode* node, InputLocation* input_location); 50 void UpdateUse(const EagerDeoptInfo& deopt_info); 51 void UpdateUse(const LazyDeoptInfo& deopt_info);
|
D | maglev-regalloc.cc | 310 void StraightForwardRegisterAllocator::UpdateUse( in UpdateUse() function in v8::internal::maglev::StraightForwardRegisterAllocator 323 void StraightForwardRegisterAllocator::UpdateUse( in UpdateUse() function in v8::internal::maglev::StraightForwardRegisterAllocator 332 UpdateUse(node, input); in UpdateUse() 336 void StraightForwardRegisterAllocator::UpdateUse( in UpdateUse() function in v8::internal::maglev::StraightForwardRegisterAllocator 347 UpdateUse(node, input); in UpdateUse() 355 UpdateUse(*node->eager_deopt_info()); in AllocateNode() 357 for (Input& input : *node) UpdateUse(&input); in AllocateNode() 366 UpdateUse(*node->lazy_deopt_info()); in AllocateNode() 504 UpdateUse(*node->eager_deopt_info()); in AllocateControlNode() 506 for (Input& input : *node) UpdateUse(&input); in AllocateControlNode() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | private_to_local_pass.cpp | 181 bool PrivateToLocalPass::UpdateUse(Instruction* inst, Instruction* user) { in UpdateUse() function in spvtools::opt::PrivateToLocalPass 229 if (!UpdateUse(use, inst)) { in UpdateUses()
|
D | private_to_local_pass.h | 66 bool UpdateUse(Instruction* inst, Instruction* user);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | private_to_local_pass.cpp | 181 bool PrivateToLocalPass::UpdateUse(Instruction* inst, Instruction* user) { in UpdateUse() function in spvtools::opt::PrivateToLocalPass 229 if (!UpdateUse(use, inst)) { in UpdateUses()
|
D | private_to_local_pass.h | 66 bool UpdateUse(Instruction* inst, Instruction* user);
|
/third_party/spirv-tools/source/opt/ |
D | private_to_local_pass.cpp | 181 bool PrivateToLocalPass::UpdateUse(Instruction* inst, Instruction* user) { in UpdateUse() function in spvtools::opt::PrivateToLocalPass 229 if (!UpdateUse(use, inst)) { in UpdateUses()
|
D | private_to_local_pass.h | 66 bool UpdateUse(Instruction* inst, Instruction* user);
|