Home | History | Annotate | Download | only in compiler

Lines Matching refs:LocationKind

400   enum LocationKind { REGISTER, STACK_SLOT };
403 LocationOperand::LocationKind location_kind,
430 LocationKind location_kind() const {
472 class LocationKindField : public BitField64<LocationKind, 3, 2> {};
480 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index);
482 static ExplicitOperand* New(Zone* zone, LocationKind kind,
493 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index)
496 static AllocatedOperand* New(Zone* zone, LocationKind kind,