Searched defs:StackSlot (Results 1 - 2 of 2) sorted by path

/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp76 int StackSlot; member in class:__anon25751::InlineSpiller
79 // All registers to spill to StackSlot, including the main register.
254 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
258 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
622 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
744 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot,
803 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) {
1001 /// If MI is a load or store of StackSlot, it can be removed.
1010 if (InstrReg != Reg || FI != StackSlot)
1109 : TII.foldMemoryOperand(MI, FoldOps, StackSlot);
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5308 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); local
5310 StackSlot, MachinePointerInfo(), false, false,0);
5314 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four);

Completed in 320 milliseconds