Searched refs:representations_ (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction.cc | 871 representations_(zone()), 955 if (virtual_register >= static_cast<int>(representations_.size())) { 958 return representations_[virtual_register]; 965 if (virtual_register >= static_cast<int>(representations_.size())) { 966 representations_.resize(VirtualRegisterCount(), DefaultRepresentation()); 969 DCHECK_IMPLIES(representations_[virtual_register] != rep, 970 representations_[virtual_register] == DefaultRepresentation()); 971 representations_[virtual_register] = rep;
|
H A D | instruction.h | 1873 ZoneVector<MachineRepresentation> representations_; member in v8::internal::compiler::final
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.h | 158 // DCHECK(IsMachineRepresentationOf<T>(representations_[index])); in PhiAt() 166 representations_(reps) {} in GraphAssemblerLabel() 190 const std::array<MachineRepresentation, VarCount> representations_; member in v8::internal::compiler::GraphAssemblerLabel 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()
|
Completed in 7 milliseconds