Home
last modified time | relevance | path

Searched refs:SPAdj (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h58 int SPAdj, RegScavenger *RS) const;
60 int SPAdj, RegScavenger *RS) const;
62 int SPAdj, RegScavenger *RS = NULL) const;
DPPCRegisterInfo.cpp365 const TargetRegisterClass *RC, int SPAdj) { in findScratchRegister() argument
371 Reg = RS->scavengeRegister(RC, II, SPAdj); in findScratchRegister()
383 int SPAdj, RegScavenger *RS) const { in lowerDynamicAlloc() argument
420 Reg = findScratchRegister(II, RS, RC, SPAdj); in lowerDynamicAlloc()
498 unsigned FrameIndex, int SPAdj, in lowerCRSpilling() argument
509 unsigned Reg = findScratchRegister(II, RS, RC, SPAdj); in lowerCRSpilling()
538 int SPAdj, RegScavenger *RS) const { in eliminateFrameIndex() argument
539 assert(SPAdj == 0 && "Unexpected"); in eliminateFrameIndex()
577 lowerDynamicAlloc(II, SPAdj, RS); in eliminateFrameIndex()
584 lowerCRSpilling(II, FrameIndex, SPAdj, RS); in eliminateFrameIndex()
[all …]
/external/llvm/lib/Target/Blackfin/
DBlackfinRegisterInfo.cpp181 int SPAdj) { in findScratchRegister() argument
185 Reg = RS->scavengeRegister(RC, II, SPAdj); in findScratchRegister()
191 int SPAdj, RegScavenger *RS) const { in eliminateFrameIndex() argument
209 assert(SPAdj==0 && "Unexpected SP adjust in function with frame pointer"); in eliminateFrameIndex()
212 Offset += MF.getFrameInfo()->getStackSize() + SPAdj; in eliminateFrameIndex()
267 unsigned ScratchReg = findScratchRegister(II, RS, &BF::PRegClass, SPAdj); in eliminateFrameIndex()
282 unsigned ScratchReg = findScratchRegister(II, RS, &BF::DRegClass, SPAdj); in eliminateFrameIndex()
304 unsigned ScratchReg = findScratchRegister(II, RS, &BF::DRegClass, SPAdj); in eliminateFrameIndex()
DBlackfinRegisterInfo.h53 int SPAdj, RegScavenger *RS = NULL) const;
/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h119 MachineBasicBlock::iterator I, int SPAdj);
120 unsigned scavengeRegister(const TargetRegisterClass *RegClass, int SPAdj) { in scavengeRegister() argument
121 return scavengeRegister(RegClass, MBBI, SPAdj); in scavengeRegister()
/external/llvm/lib/Target/PTX/
DPTXRegisterInfo.cpp32 int SPAdj, in eliminateFrameIndex() argument
47 DEBUG(dbgs() << "- SPAdj: " << SPAdj << "\n"); in eliminateFrameIndex()
DPTXRegisterInfo.h43 int SPAdj,
/external/llvm/lib/Target/CellSPU/
DSPURegisterInfo.h74 void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj,
96 int SPAdj) const;
DSPURegisterInfo.cpp254 SPURegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, in eliminateFrameIndex() argument
299 unsigned tmpReg = findScratchRegister(II, RS, &SPU::R32CRegClass, SPAdj); in eliminateFrameIndex()
348 int SPAdj) const in findScratchRegister()
353 Reg = RS->scavengeRegister(RC, II, SPAdj); in findScratchRegister()
/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp96 int SPAdj, RegScavenger *RS) const { in eliminateFrameIndex() argument
97 assert(SPAdj == 0 && "Unxpected"); in eliminateFrameIndex()
DSystemZRegisterInfo.h48 int SPAdj, RegScavenger *RS = NULL) const;
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.cpp74 int SPAdj, RegScavenger *RS) const { in eliminateFrameIndex() argument
75 assert(SPAdj == 0 && "Unexpected"); in eliminateFrameIndex()
DSparcRegisterInfo.h44 int SPAdj, RegScavenger *RS = NULL) const;
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp722 int SPAdj = 0; // SP offset due to call frame setup / destroy. in replaceFrameIndices() local
741 SPAdj += Size; in replaceFrameIndices()
772 TRI.eliminateFrameIndex(MI, SPAdj, in replaceFrameIndices()
796 assert((SPAdjCount || SPAdj == 0) && in replaceFrameIndices()
812 int SPAdj = 0; in scavengeFrameVirtualRegs() local
838 ScratchReg = RS->scavengeRegister(RC, I, SPAdj); in scavengeFrameVirtualRegs()
DRegisterScavenging.cpp331 int SPAdj) { in scavengeRegister() argument
377 TRI->eliminateFrameIndex(II, SPAdj, this); in scavengeRegister()
382 TRI->eliminateFrameIndex(II, SPAdj, this); in scavengeRegister()
/external/llvm/lib/Target/Alpha/
DAlphaRegisterInfo.cpp130 int SPAdj, RegScavenger *RS) const { in eliminateFrameIndex() argument
131 assert(SPAdj == 0 && "Unexpected"); in eliminateFrameIndex()
DAlphaRegisterInfo.h42 int SPAdj, RegScavenger *RS = NULL) const;
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp167 int SPAdj, RegScavenger *RS) const { in eliminateFrameIndex() argument
168 assert(SPAdj == 0 && "Unexpected"); in eliminateFrameIndex()
235 SPAdj); in eliminateFrameIndex()
DXCoreRegisterInfo.h60 int SPAdj, RegScavenger *RS = NULL) const;
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.h55 int SPAdj, RegScavenger *RS = NULL) const;
/external/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.h56 int SPAdj, RegScavenger *RS = NULL) const;
/external/llvm/lib/Target/MBlaze/
DMBlazeRegisterInfo.h67 int SPAdj, RegScavenger *RS = NULL) const;
/external/llvm/lib/Target/ARM/
DThumb1RegisterInfo.h65 int SPAdj, RegScavenger *RS = NULL) const;
DARMFrameLowering.h56 unsigned &FrameReg, int SPAdj) const;
/external/llvm/lib/Target/X86/
DX86RegisterInfo.h115 int SPAdj, RegScavenger *RS = NULL) const;

12