Searched refs:AllInstructions (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 151 bool hasAllInternalUses(SmallPtrSet<Instruction *, 16> &AllInstructions); 204 SmallPtrSet<Instruction *, 16> AllInstructions; member in __anon57316e8b0111::ComplexDeinterleavingGraph 214 AllInstructions.insert(Node->Real); in submitCompositeNode() 215 AllInstructions.insert(Node->Imag); in submitCompositeNode() 217 AllInstructions.insert(I); in submitCompositeNode() 820 AllInstructions.insert(RootI); in identifyNodes() 834 if (!Node->hasAllInternalUses(AllInstructions)) { in identifyNodes() 870 SmallPtrSet<Instruction *, 16> &AllInstructions) { in hasAllInternalUses() argument 875 if (!AllInstructions.contains(cast<Instruction>(User))) in hasAllInternalUses() 879 if (!AllInstructions.contains(cast<Instruction>(User))) in hasAllInternalUses() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 374 ArrayRef<EncodingAndInst> AllInstructions; member in __anone74076820511::FilterChooser 408 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser() 419 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser() 433 BitsInit &Bits = getBitsField(*AllInstructions[Opcode].EncodingDef, "Inst"); in insnWithID() 442 AllInstructions[Opcode].EncodingDef->getValue("SoftFail"); in insnWithID() 454 const Record *EncodingDef = AllInstructions[Opcode].EncodingDef; in emitNameWithID() 455 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef; in emitNameWithID() 621 std::make_unique<FilterChooser>(Owner->AllInstructions, in recurse() 647 Owner->AllInstructions, Inst.second, in recurse() 1256 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in emitPredicateMatch() [all …]
|