Lines Matching defs:Opcode
42 uint16_t WideOpc; // Wide opcode
43 uint16_t NarrowOpc1; // Narrow opcode to transform to
44 uint16_t NarrowOpc2; // Narrow opcode when it's two-address
107 // FIXME: Clean this up after splitting each Thumb load / store opcode
147 /// ReduceOpcodeMap - Maps wide opcode to index of entry in ReduceTable.
278 /// Old opcode has an optional def of CPSR.
281 // If old opcode does not implicitly define CPSR, then it's not ok since
343 llvm_unreachable("Unexpected Thumb2 load / store opcode!");
579 // source insn opcode. So for now, we hack a local entry record to use.
868 unsigned Opcode = MI->getOpcode();
869 DenseMap<unsigned, unsigned>::iterator OPI = ReduceOpcodeMap.find(Opcode);