Home | History | Annotate | Download | only in TableGen

Lines Matching refs:OI

1066     OperandInfo::const_iterator OI = OpInfo.begin();
1068 << "(insn, " << OI->Base << ", " << OI->Width
1072 for (OperandInfo::const_iterator OI = OpInfo.begin(), OE = OpInfo.end();
1073 OI != OE; ++OI) {
1075 << "(insn, " << OI->Base << ", " << OI->Width
1076 << ") << " << OI->Offset << ");\n";