Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getOperandClass

734   /// getOperandClass - Lookup or create the class for the given operand.
735 ClassInfo *getOperandClass(const CGIOperandList::OperandInfo &OI,
737 ClassInfo *getOperandClass(Record *Rec, int SubOpIdx);
1139 AsmMatcherInfo::getOperandClass(const CGIOperandList::OperandInfo &OI,
1144 return getOperandClass(Rec, SubOpIdx);
1148 AsmMatcherInfo::getOperandClass(Record *Rec, int SubOpIdx) {
1665 Op->Class = getOperandClass(Operands[Idx], Op->SubOpIdx);
1707 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(),