HomeSort by relevance Sort by last modified time
    Searched defs:StackSlot (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 76 int StackSlot;
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) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 295 milliseconds