Home | History | Annotate | Download | only in compiler

Lines Matching refs:kind

37     LocationOperand::LocationKind kind;
47 if (this->kind != other.kind) {
48 return this->kind < other.kind;
55 this->kind == other.kind && this->index == other.index;
59 // Internally, the state is a normalized permutation of (kind,index) pairs.
79 LocationOperand::LocationKind kind;
90 kind = LocationOperand::cast(op).location_kind();
93 kind = LocationOperand::REGISTER;
95 Key key = {is_constant, is_float, kind, index};
106 key.kind,