Searched defs:ADDriOpc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp221 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri : ARM::t2ADDri; local
223 BuildMI(MBB, MBBI, dl, TII.get(ADDriOpc), FramePtr)
H A DARMBaseRegisterInfo.cpp945 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri : local
953 const MCInstrDesc &MCID = TII.get(ADDriOpc);

Completed in 62 milliseconds