Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Info

84 // Operand Info Emission.
150 // Fill in constraint info.
174 // ID #0 is for no operand info.
187 for (const std::string &Info : OperandInfo)
188 OS << "{ " << Info << " }, ";
212 for (const auto &Info : Inst->Operands) {
213 StrUintMapIter I = Operands.find(Info.Name);
217 std::pair<std::string, unsigned>(Info.Name, NumOperands++));
219 OpList[I->second] = Info.MIOperandNo;
378 // Emit all of the operand info records.
542 // Emit the operand info.