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

12

/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.h45 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
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h151 /// available and do the appropriate bookkeeping. SPAdj is the stack
155 MachineBasicBlock::iterator I, int SPAdj);
156 unsigned scavengeRegister(const TargetRegisterClass *RegClass, int SPAdj) { argument
157 return scavengeRegister(RegClass, MBBI, SPAdj);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.h70 int &SPAdj);
H A DPrologEpilogInserter.cpp653 // Store SPAdj at exit of a basic block.
662 int SPAdj = 0; local
668 SPAdj = SPState[StackPred->getNumber()];
671 replaceFrameIndices(BB, Fn, SPAdj);
672 SPState[BB->getNumber()] = SPAdj;
680 int SPAdj = 0; local
681 replaceFrameIndices(BB, Fn, SPAdj);
686 int &SPAdj) {
711 SPAdj += Size;
759 TRI.eliminateFrameIndex(MI, SPAdj,
685 replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &Fn, int &SPAdj) argument
792 int SPAdj = 0; local
[all...]
H A DRegisterScavenging.cpp363 int SPAdj) {
421 TRI->eliminateFrameIndex(II, SPAdj, FIOperandNum, this);
429 TRI->eliminateFrameIndex(II, SPAdj, FIOperandNum, this);
361 scavengeRegister(const TargetRegisterClass *RC, MachineBasicBlock::iterator I, int SPAdj) argument
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h38 void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj,
H A DAArch64RegisterInfo.cpp81 int SPAdj,
84 assert(SPAdj == 0 && "Cannot deal with nonzero SPAdj yet");
111 Offset = TFI->resolveFrameIndexReference(MF, FrameIndex, FrameReg, SPAdj,
80 eliminateFrameIndex(MachineBasicBlock::iterator MBBI, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
H A DAArch64FrameLowering.h59 unsigned &FrameReg, int SPAdj,
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.h60 int SPAdj, unsigned FIOperandNum,
H A DARMFrameLowering.h56 unsigned &FrameReg, int SPAdj) const;
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h59 int SPAdj, unsigned FIOperandNum,
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPURegisterInfo.h62 void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
H A DAMDGPURegisterInfo.cpp38 int SPAdj,
37 eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h45 int SPAdj, unsigned FIOperandNum,
H A DSparcRegisterInfo.cpp153 int SPAdj, unsigned FIOperandNum,
155 assert(SPAdj == 0 && "Unexpected");
152 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h60 int SPAdj, unsigned FIOperandNum,
H A DSystemZRegisterInfo.cpp60 int SPAdj, unsigned FIOperandNum,
62 assert(SPAdj == 0 && "Outgoing arguments should be part of the frame");
59 eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h56 int SPAdj, unsigned FIOperandNum,
H A DXCoreRegisterInfo.cpp106 int SPAdj, unsigned FIOperandNum,
108 assert(SPAdj == 0 && "Unexpected");
168 SPAdj);
105 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.cpp100 int SPAdj, unsigned FIOperandNum,
102 assert(SPAdj == 0 && "Unexpected");
99 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
H A DNVPTXRegisterInfo.h54 virtual void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h62 int SPAdj, unsigned FIOperandNum,
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.h120 int SPAdj, unsigned FIOperandNum,
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h80 int SPAdj, unsigned FIOperandNum,

Completed in 212 milliseconds

12