Lines Matching defs:rep
164 void Int64Lowering::LowerLoadOperator(Node* node, MachineRepresentation rep,
166 if (rep == MachineRepresentation::kWord64) {
193 void Int64Lowering::LowerStoreOperator(Node* node, MachineRepresentation rep,
195 if (rep == MachineRepresentation::kWord64) {
245 MachineRepresentation rep =
247 LowerLoadOperator(node, rep, machine()->Load(MachineType::Int32()));
251 MachineRepresentation rep =
253 LowerLoadOperator(node, rep,
258 MachineRepresentation rep =
260 LowerLoadOperator(node, rep,
886 MachineRepresentation rep = PhiRepresentationOf(node->op());
887 if (rep == MachineRepresentation::kWord64) {
902 MachineRepresentation rep = LoopExitValueRepresentationOf(node->op());
903 if (rep == MachineRepresentation::kWord64) {
1134 MachineRepresentation rep = PhiRepresentationOf(phi->op());
1135 if (rep == MachineRepresentation::kWord64) {