Lines Matching refs:OpKind
90 class OpKind { class
95 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anon3cd78fb00311::OperandsSignature::OpKind
97 bool operator<(OpKind RHS) const { return Repr < RHS.Repr; } in operator <()
98 bool operator==(OpKind RHS) const { return Repr == RHS.Repr; } in operator ==()
100 static OpKind getReg() { in getReg()
101 OpKind K; in getReg()
105 static OpKind getFP() { in getFP()
106 OpKind K; in getFP()
110 static OpKind getImm(unsigned V) { in getImm()
113 OpKind K; in getImm()
142 SmallVector<OpKind, 3> Operands;
168 Result.Operands.push_back(OpKind::getImm(0)); in getWithoutImmCodes()
210 Operands.push_back(OpKind::getImm(0)); in initialize()
215 Operands.push_back(OpKind::getFP()); in initialize()
246 Operands.push_back(OpKind::getImm(PredNo)); in initialize()
257 Operands.push_back(OpKind::getFP()); in initialize()
301 Operands.push_back(OpKind::getReg()); in initialize()