Searched refs:getBitsField (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 79 static BitsInit &getBitsField(const Record &def, const char *str) { in getBitsField() function 286 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID() 671 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in SingletonExists() 1230 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in emit() 1252 BitsInit &Bits = getBitsField(Def, "Inst"); in populateInstruction()
|
D | ARMDecoderEmitter.cpp | 143 static BitsInit &getBitsField(const Record &def, const char *str) { in getBitsField() function 428 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID() 924 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in SingletonExists() 1483 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in emit() 1562 BitsInit &Bits = getBitsField(Def, "Inst"); in populateInstruction()
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 169 static BitsInit &getBitsField(const Record &def, const char *str) { in getBitsField() function 368 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID() 1690 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in emitTableEntries() 1703 BitsInit &Bits = getBitsField(Def, "Inst"); in populateInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 184 static BitsInit &getBitsField(const Record &def, StringRef str) { in getBitsField() function 384 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID() 1714 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in emitTableEntries() 1754 BitsInit &Bits = getBitsField(Def, "Inst"); in populateInstruction()
|