Home | History | Annotate | Download | only in TableGen

Lines Matching refs:OI

1070     OperandInfo::const_iterator OI = OpInfo.begin();
1072 << "(insn, " << OI->Base << ", " << OI->Width
1076 for (OperandInfo::const_iterator OI = OpInfo.begin(), OE = OpInfo.end();
1077 OI != OE; ++OI) {
1079 << "(insn, " << OI->Base << ", " << OI->Width
1080 << ") << " << OI->Offset << ");\n";