Lines Matching defs:rep
494 MachineRepresentation rep, int index)
497 DCHECK(IsSupportedRepresentation(rep));
499 value_ |= RepresentationField::encode(rep);
545 static bool IsSupportedRepresentation(MachineRepresentation rep) {
546 switch (rep) {
596 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index)
597 : LocationOperand(ALLOCATED, kind, rep, index) {}
600 MachineRepresentation rep, int index) {
601 return InstructionOperand::New(zone, AllocatedOperand(kind, rep, index));
1689 void MarkAsRepresentation(MachineRepresentation rep, int virtual_register);