Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp1131 unsigned BitIndex, InsnIndex; in filterProcessor() local
1161 for (InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) { in filterProcessor()
1164 insnWithID(insn, Opcodes[InsnIndex]); in filterProcessor()
DFixedLenDecoderEmitter.cpp967 unsigned BitIndex, InsnIndex; in filterProcessor() local
997 for (InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) { in filterProcessor()
1000 insnWithID(insn, Opcodes[InsnIndex]); in filterProcessor()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1464 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) { in filterProcessor() local
1467 insnWithID(insn, Opcodes[InsnIndex]); in filterProcessor()