Lines Matching refs:load_rep
606 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitLoad() local
607 MachineRepresentation rep = load_rep.representation(); in VisitLoad()
619 opcode = load_rep.IsSigned() ? kArm64Ldrsb : kArm64Ldrb; in VisitLoad()
623 opcode = load_rep.IsSigned() ? kArm64Ldrsh : kArm64Ldrh; in VisitLoad()
1579 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeInt32ToInt64() local
1580 MachineRepresentation rep = load_rep.representation(); in VisitChangeInt32ToInt64()
1586 opcode = load_rep.IsSigned() ? kArm64Ldrsb : kArm64Ldrb; in VisitChangeInt32ToInt64()
1590 opcode = load_rep.IsSigned() ? kArm64Ldrsh : kArm64Ldrh; in VisitChangeInt32ToInt64()
1644 LoadRepresentation load_rep = LoadRepresentationOf(value->op()); in VisitChangeUint32ToUint64() local
1645 switch (load_rep.representation()) { in VisitChangeUint32ToUint64()
2711 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitWord32AtomicLoad() local
2713 switch (load_rep.representation()) { in VisitWord32AtomicLoad()
2716 load_rep.IsSigned() ? kWord32AtomicLoadInt8 : kWord32AtomicLoadUint8; in VisitWord32AtomicLoad()
2719 opcode = load_rep.IsSigned() ? kWord32AtomicLoadInt16 in VisitWord32AtomicLoad()
2733 LoadRepresentation load_rep = LoadRepresentationOf(node->op()); in VisitWord64AtomicLoad() local
2735 switch (load_rep.representation()) { in VisitWord64AtomicLoad()