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

  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 258 /// specForUID - Returns the instruction specifier for a given unique
263 InstructionSpecifier& specForUID(InstrUID uid) {
X86RecognizableInstr.cpp 198 Spec = &tables.specForUID(UID);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86DisassemblerTables.h 273 /// specForUID - Returns the instruction specifier for a given unique
278 InstructionSpecifier& specForUID(InstrUID uid) {
X86RecognizableInstr.cpp 203 Spec = &tables.specForUID(UID);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
X86DisassemblerTables.h 263 /// specForUID - Returns the instruction specifier for a given unique
268 InstructionSpecifier& specForUID(InstrUID uid) {
X86RecognizableInstr.cpp 70 Spec = &tables.specForUID(UID);
    [all...]

Completed in 1244 milliseconds