Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp403 ArrayRef<EncodingAndInst> AllInstructions; member in __anonfc09cd8b0511::FilterChooser
437 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
448 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
462 const Record *EncodingDef = AllInstructions[Opcode].EncodingDef; in insnWithID()
482 const Record *EncodingDef = AllInstructions[Opcode].EncodingDef; in emitNameWithID()
483 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef; in emitNameWithID()
647 std::make_unique<FilterChooser>(Owner->AllInstructions, in recurse()
674 Owner->AllInstructions, Inst.second, in recurse()
1302 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1324 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1568 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()