Lines Matching refs:load_rep
286 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in SelectLoadOpcode() local
288 switch (load_rep.representation()) { in SelectLoadOpcode()
297 opcode = load_rep.IsSigned() ? kS390_LoadWordS8 : kS390_LoadWordU8; in SelectLoadOpcode()
300 opcode = load_rep.IsSigned() ? kS390_LoadWordS16 : kS390_LoadWordU16; in SelectLoadOpcode()
398 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in ProduceWord32Result()
399 switch (load_rep.representation()) { in ProduceWord32Result()
403 if (load_rep.IsSigned()) in ProduceWord32Result()
1163 LoadRepresentation load_rep = LoadRepresentationOf(input.node()->op()); in VisitWord32ReverseBytes() local
1164 if (load_rep.representation() == MachineRepresentation::kWord32) { in VisitWord32ReverseBytes()
1947 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitWordCompareZero() local
1948 switch (load_rep.representation()) { in VisitWordCompareZero()
2197 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitWord32AtomicLoad() local
2202 switch (load_rep.representation()) { in VisitWord32AtomicLoad()
2205 load_rep.IsSigned() ? kWord32AtomicLoadInt8 : kWord32AtomicLoadUint8; in VisitWord32AtomicLoad()
2208 opcode = load_rep.IsSigned() ? kWord32AtomicLoadInt16 in VisitWord32AtomicLoad()