Searched refs:AllInstructions (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | ARMDecoderEmitter.cpp | 360 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 …]
|
D | FixedLenDecoderEmitter.cpp | 217 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/ |
D | FixedLenDecoderEmitter.cpp | 309 ArrayRef<const CodeGenInstruction *> AllInstructions; member in __anonf641aa1c0711::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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 326 ArrayRef<const CodeGenInstruction *> AllInstructions; member in __anon7f5b27540511::FilterChooser 359 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser() 370 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser() 384 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID() 392 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail"); in insnWithID() 404 return AllInstructions[Opcode]->TheDef->getName(); in nameWithID() 566 Owner->AllInstructions, VariableInstructions, in recurse() 592 Owner->AllInstructions, Inst.second, in recurse() 1156 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in emitPredicateMatch() 1185 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate() [all …]
|