Home
last modified time | relevance | path

Searched refs:CGIP (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp55 auto &CGIP = OpcodeTable[Prefix][Opc]; in emitWebAssemblyDisassemblerTables() local
61 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()
H A DGlobalISelCombinerEmitter.cpp1694 auto *CGIP = dyn_cast<CodeGenInstructionPattern>(&IP); in parseInstructionPatternMIFlags() local
1695 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() local
2238 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()