Lines Matching defs:AWI
134 for (const AsmWriterInst &AWI : SimilarInsts)
135 O << " case " << AWI.CGI->Namespace << "::" << AWI.CGI->TheDef->getName()
151 for (const AsmWriterInst &AWI : SimilarInsts) {
152 OpsToPrint.emplace_back(AWI.CGI->Namespace.str() +
153 "::" + AWI.CGI->TheDef->getName().str(),
154 AWI.Operands[i]);
350 for (AsmWriterInst &AWI : Instructions) {
351 if (AWI.Operands[0].OperandType == AsmWriterOperand::isLiteralTextOperand &&
352 !AWI.Operands[0].Str.empty()) {
353 std::string Str = AWI.Operands[0].Str;
362 for (AsmWriterInst &AWI : Instructions) {
364 if (AWI.Operands[0].OperandType != AsmWriterOperand::isLiteralTextOperand ||
365 AWI.Operands[0].Str.empty()) {
369 std::string Str = AWI.Operands[0].Str;
375 AWI.Operands.erase(AWI.Operands.begin());
379 OpcodeInfo[AWI.CGIIndex] = Idx + 1;