Lines Matching defs:rep
144 UseInfo TruncatingUseInfoFromRepresentation(MachineRepresentation rep) {
145 switch (rep) {
1292 static MachineType DeoptMachineTypeOf(MachineRepresentation rep, Type type) {
1297 if (IsAnyTagged(rep)) {
1300 if (rep == MachineRepresentation::kWord64) {
1306 return MachineType(rep, MachineSemantic::kInt64);
1308 MachineType machine_type(rep, DeoptValueSemanticOf(type));
3515 MachineRepresentation const rep =
3522 SetOutput<T>(node, rep);
3526 MachineRepresentation const rep =
3533 SetOutput<T>(node, rep);
3537 MachineRepresentation const rep =
3544 TruncatingUseInfoFromRepresentation(rep)); // value
3550 MachineRepresentation const rep =
3556 TruncatingUseInfoFromRepresentation(rep)); // value
4896 MachineRepresentation rep) {
4903 ChangeOp(node, common()->Select(rep));
4907 MachineRepresentation rep) {
4914 ChangeOp(node, common()->Select(rep));