Searched refs:NarrowOpc2 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp48 uint16_t NarrowOpc2; // Narrow opcode when it's two-address member in struct:__anon12941::ReduceEntry
398 Opc = Entry.NarrowOpc2;
501 Opc = Entry.NarrowOpc2; // tPOP_RET
515 Opc = Entry.NarrowOpc2; // tPOP or tPUSH
751 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc2);
968 if (Entry.NarrowOpc2 &&
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DThumb2SizeReduction.cpp44 unsigned NarrowOpc2; // Narrow opcode when it's two-address member in struct:__anon18749::ReduceEntry
336 Opc = Entry.NarrowOpc2;
394 Opc = Entry.NarrowOpc2; // tPOP_RET
409 Opc = Entry.NarrowOpc2; // tPOP or tPUSH
613 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc2);
844 if (Entry.NarrowOpc2 &&

Completed in 117 milliseconds