5#ifndef V8_COMPILER_TURBOSHAFT_USE_MAP_H_
6#define V8_COMPILER_TURBOSHAFT_USE_MAP_H_
49 if (op.outputs_rep().size() == 1 &&
55 for (
auto rep : op.inputs_rep(storage)) {
56 if (rep == MaybeRegisterRepresentation::Simd128()) return false;
static constexpr RegisterRepresentation Simd128()
SimdUseMap(const Graph &graph, Zone *zone)
ZoneVector< ZoneVector< OpIndex > > saturated_uses_
UseMap(const Graph &graph, Zone *zone)
FixedOpIndexSidetable< PerOperationUses > table_
ZoneVector< OpIndex > uses_
base::Vector< const OpIndex > uses(OpIndex index) const
void AddUse(const Graph *graph, OpIndex node, OpIndex use)
UseMap(const Graph &graph, Zone *zone, FunctionType filter)
bool(* FunctionType)(const Operation &op, Zone *zone)
template const Signature< wasm::ValueType > bool
#define NON_EXPORTED_BASE(code)