Home
last modified time | relevance | path

Searched refs:recogInstr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp276 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local
278 recogInstr.emitInstructionSpecifier(tables); in processInstr()
280 if (recogInstr.shouldBeEmitted()) in processInstr()
281 recogInstr.emitDecodePath(tables); in processInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp145 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local
147 if (recogInstr.shouldBeEmitted()) { in processInstr()
148 recogInstr.emitInstructionSpecifier(); in processInstr()
149 recogInstr.emitDecodePath(tables); in processInstr()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp272 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local
274 if (recogInstr.shouldBeEmitted()) { in processInstr()
275 recogInstr.emitInstructionSpecifier(); in processInstr()
276 recogInstr.emitDecodePath(tables); in processInstr()