Searched refs:CGIP (Results 1 – 2 of 2) sorted by relevance
55 auto &CGIP = OpcodeTable[Prefix][Opc]; in emitWebAssemblyDisassemblerTables() local61 if (CGIP.second) { in emitWebAssemblyDisassemblerTables()66 bool IsCanonicalExisting = CGIP.second->TheDef->getValueAsBit("IsCanonical"); in emitWebAssemblyDisassemblerTables()77 if (CGIP.second->AsmString.size() <= CGI.AsmString.size()) in emitWebAssemblyDisassemblerTables()82 CGIP = std::make_pair(I, &CGI); in emitWebAssemblyDisassemblerTables()
1694 auto *CGIP = dyn_cast<CodeGenInstructionPattern>(&IP); in parseInstructionPatternMIFlags() local1695 if (!CGIP) { in parseInstructionPatternMIFlags()1711 if (CGIP->getMIFlagsInfo()) { in parseInstructionPatternMIFlags()1716 auto &FI = CGIP->getOrCreateMIFlagsInfo(); in parseInstructionPatternMIFlags()2234 auto &CGIP = cast<CodeGenInstructionPattern>(P); in emitInstructionApplyPattern() local2238 M.addAction<BuildMIAction>(M.allocateOutputInsnID(), &CGIP.getInst()); in emitInstructionApplyPattern()2250 if (!emitCodeGenInstructionApplyImmOperand(M, DstMI, CGIP, Op)) in emitInstructionApplyPattern()2330 if (const auto *FI = CGIP.getMIFlagsInfo()) { in emitInstructionApplyPattern()