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.cpp474 ArrayRef<EncodingAndInst> AllInstructions; member in __anonfc09cd8b0211::FilterChooser
514 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
525 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
539 const Record *EncodingDef = AllInstructions[Opcode].EncodingDef; in insnWithID()
708 std::make_unique<FilterChooser>(Owner.AllInstructions, in recurse()
732 std::make_unique<FilterChooser>(Owner.AllInstructions, Inst.second, in recurse()
1331 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1353 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
1410 const Record *EncodingDef = AllInstructions[Opc].EncodingDef; in emitSoftFailTableEntry()
1436 << AllInstructions[Opc] << " is set but Inst{" << i in emitSoftFailTableEntry()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1793 SmallPtrSet<Instruction *, 16> AllInstructions; in checkNodes() local
1803 if (!AllInstructions.insert(I).second) in checkNodes()
1815 for (auto *I : AllInstructions) { in checkNodes()
1821 if (AllInstructions.count(cast<Instruction>(U))) in checkNodes()
1847 if (!AllInstructions.count(I) || FinalInstructions.count(I)) in checkNodes()