Searched refs:representations_ (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction.cc | 871 representations_(zone()), in InstructionSequence() 955 if (virtual_register >= static_cast<int>(representations_.size())) { in GetRepresentation() 958 return representations_[virtual_register]; in GetRepresentation() 965 if (virtual_register >= static_cast<int>(representations_.size())) { in MarkAsRepresentation() 966 representations_.resize(VirtualRegisterCount(), DefaultRepresentation()); in MarkAsRepresentation() 969 DCHECK_IMPLIES(representations_[virtual_register] != rep, in MarkAsRepresentation() 970 representations_[virtual_register] == DefaultRepresentation()); in MarkAsRepresentation() 971 representations_[virtual_register] = rep; in MarkAsRepresentation()
|
D | instruction.h | 1873 ZoneVector<MachineRepresentation> representations_; in NON_EXPORTED_BASE() local
|
/third_party/node/deps/v8/src/compiler/ |
D | graph-assembler.h | 166 representations_(reps) {} in GraphAssemblerLabel() 190 const std::array<MachineRepresentation, VarCount> representations_; variable 601 graph()->NewNode(common()->Phi(label->representations_[i], 2), in MergeState() 632 common()->Phi(label->representations_[i], 2), label->bindings_[i], in MergeState() 654 common()->Phi(label->representations_[i], merged_count + 1)); in MergeState()
|