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

/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp871 void ARMFrameLowering::emitPopInst(MachineBasicBlock &MBB, function in class:ARMFrameLowering
1119 /// stack is still aligned, unlike the code inserted by emitPopInst.
1242 // The emitPopInst calls below do not insert reloads for the aligned DPRCS2
1250 emitPopInst(MBB, MI, CSI, FltOpc, 0, isVarArg, true, &isARMArea3Register,
1252 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false,
1254 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false,

Completed in 91 milliseconds