Searched refs:SPAdj (Results 1 - 25 of 44) sorted by relevance

12

/external/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.h32 void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
H A DBPFRegisterInfo.cpp45 int SPAdj, unsigned FIOperandNum,
47 assert(SPAdj == 0 && "Unexpected");
44 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
/external/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.h37 int SPAdj, unsigned FIOperandNum,
H A DMSP430RegisterInfo.cpp105 int SPAdj, unsigned FIOperandNum,
107 assert(SPAdj == 0 && "Unexpected");
104 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPURegisterInfo.cpp39 int SPAdj,
38 eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj, RegScavenger *RS) const argument
H A DAMDGPURegisterInfo.h54 void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h76 int alignSPAdjust(int SPAdj) const {
77 if (SPAdj < 0) {
78 SPAdj = -RoundUpToAlignment(-SPAdj, StackAlignment);
80 SPAdj = RoundUpToAlignment(SPAdj, StackAlignment);
82 return SPAdj;
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterInfo.h49 void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
H A DAMDGPURegisterInfo.cpp35 int SPAdj,
34 eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
H A DSIRegisterInfo.h49 void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.h38 void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
H A DWebAssemblyRegisterInfo.cpp55 MachineBasicBlock::iterator II, int SPAdj,
57 assert(SPAdj == 0);
54 eliminateFrameIndex( MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger * ) const argument
H A DWebAssemblyPEI.cpp101 int &SPAdj);
829 // Store SPAdj at exit of a basic block.
837 int SPAdj = 0; local
843 SPAdj = SPState[StackPred->getNumber()];
846 replaceFrameIndices(BB, Fn, SPAdj);
847 SPState[BB->getNumber()] = SPAdj;
855 int SPAdj = 0; local
856 replaceFrameIndices(&BB, Fn, SPAdj);
861 int &SPAdj) {
879 SPAdj
860 replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &Fn, int &SPAdj) argument
991 int SPAdj = 0; local
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h43 int SPAdj, unsigned FIOperandNum,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.cpp92 int SPAdj, unsigned FIOperandNum,
94 assert(SPAdj == 0 && "Unexpected");
91 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
H A DNVPTXRegisterInfo.h42 void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
/external/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h139 /// available and do the appropriate bookkeeping. SPAdj is the stack
143 MachineBasicBlock::iterator I, int SPAdj);
144 unsigned scavengeRegister(const TargetRegisterClass *RegClass, int SPAdj) { argument
145 return scavengeRegister(RegClass, MBBI, SPAdj);
/external/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h51 void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj,
/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h39 int SPAdj, unsigned FIOperandNum,
/external/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h51 int SPAdj, unsigned FIOperandNum,
H A DSystemZRegisterInfo.cpp59 int SPAdj, unsigned FIOperandNum,
61 assert(SPAdj == 0 && "Outgoing arguments should be part of the frame");
58 eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
/external/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.h60 int SPAdj, unsigned FIOperandNum,
/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h57 int SPAdj, unsigned FIOperandNum,
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp92 int &SPAdj);
813 // Store SPAdj at exit of a basic block.
821 int SPAdj = 0; local
827 SPAdj = SPState[StackPred->getNumber()];
830 replaceFrameIndices(BB, Fn, SPAdj);
831 SPState[BB->getNumber()] = SPAdj;
839 int SPAdj = 0; local
840 replaceFrameIndices(&BB, Fn, SPAdj);
845 int &SPAdj) {
863 SPAdj
844 replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &Fn, int &SPAdj) argument
975 int SPAdj = 0; local
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h84 void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj,

Completed in 686 milliseconds

12