Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp360 const std::vector<const CodeGenInstruction*> &AllInstructions; member in ARMFilterChooser
382 AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes), in ARMFilterChooser()
389 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(NULL), in ARMFilterChooser()
401 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(&parent), in ARMFilterChooser()
425 if (AllInstructions[Opcode]->isPseudo) in insnWithID()
428 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID()
434 Record *R = AllInstructions[Opcode]->TheDef; in insnWithID()
442 return AllInstructions[Opcode]->TheDef->getName(); in nameWithID()
618 new ARMFilterChooser(Owner->AllInstructions, in recurse()
650 new ARMFilterChooser(Owner->AllInstructions, in recurse()
[all …]
DFixedLenDecoderEmitter.cpp217 const std::vector<const CodeGenInstruction*> &AllInstructions; member in FilterChooser
246 AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes), in FilterChooser()
257 AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(), in FilterChooser()
270 AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
286 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID()
294 return AllInstructions[Opcode]->TheDef->getName(); in nameWithID()
455 new FilterChooser(Owner->AllInstructions, in recurse()
488 new FilterChooser(Owner->AllInstructions, in recurse()
671 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in SingletonExists()
776 ListInit *Predicates = AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
[all …]
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp309 ArrayRef<const CodeGenInstruction *> AllInstructions; member in __anon5fb49f3b0711::FilterChooser
345 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(), in FilterChooser()
356 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
368 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID()
376 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail"); in insnWithID()
388 return AllInstructions[Opcode]->TheDef->getName(); in nameWithID()
552 Owner->AllInstructions, VariableInstructions, in recurse()
578 Owner->AllInstructions, Inst.second, in recurse()
1129 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1159 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
[all …]