Searched refs:AllInstructions (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 376 ArrayRef<EncodingAndInst> AllInstructions; member in __anon983fc5010511::FilterChooser 410 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser() 421 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser() 444 AllInstructions[Opcode].EncodingDef->getValue("SoftFail"); in insnWithID() 456 const Record *EncodingDef = AllInstructions[Opcode].EncodingDef; in emitNameWithID() 457 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef; in emitNameWithID() 623 std::make_unique<FilterChooser>(Owner->AllInstructions, in recurse() 649 Owner->AllInstructions, Inst.second, in recurse() 1258 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in emitPredicateMatch() 1345 AllInstructions[Opc].EncodingDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 1568 SmallPtrSet<Instruction *, 16> AllInstructions; in checkNodes() local 1579 if (!AllInstructions.insert(I).second) in checkNodes() 1592 for (auto *I : AllInstructions) { in checkNodes() 1598 if (AllInstructions.count(cast<Instruction>(U))) in checkNodes() 1625 if (!AllInstructions.count(I) || FinalInstructions.count(I)) in checkNodes()
|