Home
last modified time | relevance | path

Searched refs:UpdateUse (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.h48 void UpdateUse(Input* input) { return UpdateUse(input->node(), input); } in UpdateUse() function in v8::internal::maglev::StraightForwardRegisterAllocator
49 void UpdateUse(ValueNode* node, InputLocation* input_location);
50 void UpdateUse(const EagerDeoptInfo& deopt_info);
51 void UpdateUse(const LazyDeoptInfo& deopt_info);
H A Dmaglev-regalloc.cc310 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( in AllocateControlNode()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dprivate_to_local_pass.cpp158 // The cases in this switch have to match the cases in |UpdateUse|. in IsValidUse()
181 bool PrivateToLocalPass::UpdateUse(Instruction* inst, Instruction* user) { in UpdateUse() function in spvtools::PrivateToLocalPass
229 if (!UpdateUse(use, inst)) { in UpdateUses()
H A Dprivate_to_local_pass.h66 bool UpdateUse(Instruction* inst, Instruction* user);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dprivate_to_local_pass.cpp158 // The cases in this switch have to match the cases in |UpdateUse|. in IsValidUse()
181 bool PrivateToLocalPass::UpdateUse(Instruction* inst, Instruction* user) { in UpdateUse() function in spvtools::PrivateToLocalPass
229 if (!UpdateUse(use, inst)) { in UpdateUses()
H A Dprivate_to_local_pass.h66 bool UpdateUse(Instruction* inst, Instruction* user);
/third_party/spirv-tools/source/opt/
H A Dprivate_to_local_pass.h66 bool UpdateUse(Instruction* inst, Instruction* user);
H A Dprivate_to_local_pass.cpp157 // The cases in this switch have to match the cases in |UpdateUse|. in IsValidUse()
180 bool PrivateToLocalPass::UpdateUse(Instruction* inst, Instruction* user) { in UpdateUse() function in spvtools::PrivateToLocalPass
228 if (!UpdateUse(use, inst)) { in UpdateUses()

Completed in 4 milliseconds