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

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

Completed in 155 milliseconds