HomeSort by relevance Sort by last modified time
    Searched refs:getBitsField (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.cpp 143 static BitsInit &getBitsField(const Record &def, const char *str) {
428 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst");
924 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));
    [all...]
FixedLenDecoderEmitter.cpp 79 static BitsInit &getBitsField(const Record &def, const char *str) {
286 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst");
671 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 169 static BitsInit &getBitsField(const Record &def, const char *str) {
368 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst");
    [all...]

Completed in 50 milliseconds