Home
last modified time | relevance | path

Searched refs:other_rep2 (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc63 MachineRepresentation other_rep1, other_rep2; in ContainsOpOrAlias() local
67 other_rep2 = MachineRepresentation::kSimd128; in ContainsOpOrAlias()
71 other_rep2 = MachineRepresentation::kSimd128; in ContainsOpOrAlias()
75 other_rep2 = MachineRepresentation::kFloat64; in ContainsOpOrAlias()
91 aliases = config->GetAliases(rep, loc.register_code(), other_rep2, &base); in ContainsOpOrAlias()
94 if (Contains(AllocatedOperand(LocationOperand::REGISTER, other_rep2, in ContainsOpOrAlias()