/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.h | 58 int SPAdj, RegScavenger *RS) const; 60 int SPAdj, RegScavenger *RS) const; 62 int SPAdj, RegScavenger *RS = NULL) const;
|
D | PPCRegisterInfo.cpp | 365 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/ |
D | BlackfinRegisterInfo.cpp | 181 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()
|
D | BlackfinRegisterInfo.h | 53 int SPAdj, RegScavenger *RS = NULL) const;
|
/external/llvm/include/llvm/CodeGen/ |
D | RegisterScavenging.h | 119 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/ |
D | PTXRegisterInfo.cpp | 32 int SPAdj, in eliminateFrameIndex() argument 47 DEBUG(dbgs() << "- SPAdj: " << SPAdj << "\n"); in eliminateFrameIndex()
|
D | PTXRegisterInfo.h | 43 int SPAdj,
|
/external/llvm/lib/Target/CellSPU/ |
D | SPURegisterInfo.h | 74 void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, 96 int SPAdj) const;
|
D | SPURegisterInfo.cpp | 254 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/ |
D | SystemZRegisterInfo.cpp | 96 int SPAdj, RegScavenger *RS) const { in eliminateFrameIndex() argument 97 assert(SPAdj == 0 && "Unxpected"); in eliminateFrameIndex()
|
D | SystemZRegisterInfo.h | 48 int SPAdj, RegScavenger *RS = NULL) const;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.cpp | 74 int SPAdj, RegScavenger *RS) const { in eliminateFrameIndex() argument 75 assert(SPAdj == 0 && "Unexpected"); in eliminateFrameIndex()
|
D | SparcRegisterInfo.h | 44 int SPAdj, RegScavenger *RS = NULL) const;
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 722 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()
|
D | RegisterScavenging.cpp | 331 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/ |
D | AlphaRegisterInfo.cpp | 130 int SPAdj, RegScavenger *RS) const { in eliminateFrameIndex() argument 131 assert(SPAdj == 0 && "Unexpected"); in eliminateFrameIndex()
|
D | AlphaRegisterInfo.h | 42 int SPAdj, RegScavenger *RS = NULL) const;
|
/external/llvm/lib/Target/XCore/ |
D | XCoreRegisterInfo.cpp | 167 int SPAdj, RegScavenger *RS) const { in eliminateFrameIndex() argument 168 assert(SPAdj == 0 && "Unexpected"); in eliminateFrameIndex() 235 SPAdj); in eliminateFrameIndex()
|
D | XCoreRegisterInfo.h | 60 int SPAdj, RegScavenger *RS = NULL) const;
|
/external/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.h | 55 int SPAdj, RegScavenger *RS = NULL) const;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430RegisterInfo.h | 56 int SPAdj, RegScavenger *RS = NULL) const;
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeRegisterInfo.h | 67 int SPAdj, RegScavenger *RS = NULL) const;
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1RegisterInfo.h | 65 int SPAdj, RegScavenger *RS = NULL) const;
|
D | ARMFrameLowering.h | 56 unsigned &FrameReg, int SPAdj) const;
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.h | 115 int SPAdj, RegScavenger *RS = NULL) const;
|