/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPURegisterInfo.cpp | 39 int SPAdj,
|
AMDGPURegisterInfo.h | 54 void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
|
/external/llvm/lib/Target/MSP430/ |
MSP430RegisterInfo.h | 45 int SPAdj, unsigned FIOperandNum,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPURegisterInfo.cpp | 39 int SPAdj,
|
AMDGPURegisterInfo.h | 54 void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
|
/external/llvm/lib/Target/R600/ |
AMDGPURegisterInfo.h | 54 void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
|
AMDGPURegisterInfo.cpp | 38 int SPAdj,
|
/external/llvm/lib/Target/Sparc/ |
SparcRegisterInfo.h | 42 int SPAdj, unsigned FIOperandNum,
|
SparcRegisterInfo.cpp | 79 int SPAdj, unsigned FIOperandNum, 81 assert(SPAdj == 0 && "Unexpected");
|
/external/llvm/lib/Target/SystemZ/ |
SystemZRegisterInfo.h | 56 int SPAdj, unsigned FIOperandNum,
|
SystemZRegisterInfo.cpp | 58 int SPAdj, unsigned FIOperandNum, 60 assert(SPAdj == 0 && "Outgoing arguments should be part of the frame");
|
/external/llvm/include/llvm/CodeGen/ |
RegisterScavenging.h | 151 /// available and do the appropriate bookkeeping. SPAdj is the stack 155 MachineBasicBlock::iterator I, int SPAdj); 156 unsigned scavengeRegister(const TargetRegisterClass *RegClass, int SPAdj) { 157 return scavengeRegister(RegClass, MBBI, SPAdj);
|
/external/llvm/lib/Target/AArch64/ |
AArch64RegisterInfo.h | 38 void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj,
|
AArch64RegisterInfo.cpp | 81 int SPAdj, 84 assert(SPAdj == 0 && "Cannot deal with nonzero SPAdj yet"); 111 Offset = TFI->resolveFrameIndexReference(MF, FrameIndex, FrameReg, SPAdj,
|
AArch64FrameLowering.h | 59 unsigned &FrameReg, int SPAdj,
|
/external/llvm/lib/Target/ARM/ |
Thumb1RegisterInfo.h | 60 int SPAdj, unsigned FIOperandNum,
|
ARMFrameLowering.h | 56 unsigned &FrameReg, int SPAdj) const;
|
/external/llvm/lib/Target/Hexagon/ |
HexagonRegisterInfo.h | 59 int SPAdj, unsigned FIOperandNum,
|
/external/llvm/lib/Target/Mips/ |
MipsRegisterInfo.h | 59 int SPAdj, unsigned FIOperandNum,
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXRegisterInfo.h | 54 virtual void eliminateFrameIndex(MachineBasicBlock::iterator MI, int SPAdj,
|
NVPTXRegisterInfo.cpp | 100 int SPAdj, unsigned FIOperandNum, 102 assert(SPAdj == 0 && "Unexpected");
|
/external/llvm/lib/Target/XCore/ |
XCoreRegisterInfo.h | 56 int SPAdj, unsigned FIOperandNum,
|
XCoreRegisterInfo.cpp | 106 int SPAdj, unsigned FIOperandNum, 108 assert(SPAdj == 0 && "Unexpected"); 168 SPAdj);
|
/external/llvm/lib/Target/X86/ |
X86RegisterInfo.h | 120 int SPAdj, unsigned FIOperandNum,
|
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.h | 80 int SPAdj, unsigned FIOperandNum,
|