Searched refs:getBitsField (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DARMDecoderEmitter.cpp143 static BitsInit &getBitsField(const Record &def, const char *str) { function
428 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst");
924 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));
1483 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));
1562 BitsInit &Bits = getBitsField(Def, "Inst");
H A DFixedLenDecoderEmitter.cpp79 static BitsInit &getBitsField(const Record &def, const char *str) { function
286 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst");
671 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));
1230 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));
1252 BitsInit &Bits = getBitsField(Def, "Inst");
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp169 static BitsInit &getBitsField(const Record &def, const char *str) { function
368 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst");
1690 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));
1703 BitsInit &Bits = getBitsField(Def, "Inst");

Completed in 80 milliseconds