Home | History | Annotate | Download | only in compiler

Lines Matching refs:kind

88   switch (op.kind()) {
250 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep,
252 : LocationOperand(EXPLICIT, kind, rep, index) {
253 DCHECK_IMPLIES(kind == REGISTER && !IsFloatingPoint(rep),
255 DCHECK_IMPLIES(kind == REGISTER && rep == MachineRepresentation::kFloat32,
257 DCHECK_IMPLIES(kind == REGISTER && (rep == MachineRepresentation::kFloat64),
959 switch (combine.kind()) {