/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 49 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
D | XCoreInstrInfo.cpp | 78 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in XCoreInstrInfo
|
/external/llvm/lib/Target/Blackfin/ |
D | BlackfinInstrInfo.h | 39 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
D | BlackfinInstrInfo.cpp | 61 unsigned BlackfinInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in BlackfinInstrInfo
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUInstrInfo.h | 44 unsigned isStoreToStackSlot(const MachineInstr *MI,
|
D | SPUInstrInfo.cpp | 98 SPUInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SPUInstrInfo
|
/external/llvm/lib/Target/Alpha/ |
D | AlphaInstrInfo.h | 38 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
D | AlphaInstrInfo.cpp | 54 AlphaInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in AlphaInstrInfo
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 62 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
D | SparcInstrInfo.cpp | 59 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SparcInstrInfo
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 71 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
|
D | SystemZInstrInfo.cpp | 161 unsigned SystemZInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SystemZInstrInfo
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 104 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
D | MipsInstrInfo.cpp | 69 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const in isStoreToStackSlot() function in MipsInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 94 unsigned isStoreToStackSlot(const MachineInstr *MI,
|
D | README_ALTIVEC.txt | 3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
|
D | PPCInstrInfo.cpp | 77 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in PPCInstrInfo
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.h | 250 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
D | MBlazeInstrInfo.cpp | 63 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const { in isStoreToStackSlot() function in MBlazeInstrInfo
|
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 451 TII->isStoreToStackSlot(MI, SS)) in AllMemRefsCanBeUnfolded() 633 } else if (unsigned SrcReg = TII->isStoreToStackSlot(MI, OldFI)) { in UnfoldAndRewriteInstruction() 690 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue; in RemoveDeadStores()
|
D | InlineSpiller.cpp | 225 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) in isSnippet() 587 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) { in eliminateRedundantSpills() 792 !(InstrReg = TII.isStoreToStackSlot(MI, FI))) in coalesceStackAccess()
|
D | VirtRegRewriter.cpp | 2416 !TII->isStoreToStackSlot(&MI, SS)) { // Not profitable! in RewriteMBB() 2469 if (unsigned SrcReg = TII->isStoreToStackSlot(&MI, StackSlot)) { in RewriteMBB()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 151 virtual unsigned isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 242 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 670 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
|