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

12

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h184 int SPAdj, unsigned FIOperandNum,
H A DARMBaseRegisterInfo.cpp693 int SPAdj, unsigned FIOperandNum,
708 int Offset = TFI->ResolveFrameIndexReference(MF, FrameIndex, FrameReg, SPAdj);
710 // PEI::scavengeFrameVirtualRegs() cannot accurately track SPAdj because the
692 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
H A DThumb1RegisterInfo.cpp559 int SPAdj, unsigned FIOperandNum,
574 MF.getFrameInfo()->getStackSize() + SPAdj;
577 assert(SPAdj == 0 && MF.getTarget().getFrameLowering()->hasFP(MF) &&
588 // PEI::scavengeFrameVirtualRegs() cannot accurately track SPAdj because the
H A DARMFrameLowering.cpp502 int SPAdj) const {
512 Offset += SPAdj;
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp120 int SPAdj, unsigned FIOperandNum,
124 assert(SPAdj == 0 && "Unexpected");
119 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp211 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, argument
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp323 int SPAdj,
347 FrameRegPos = -static_cast<int64_t>(MFI->getStackSize()) + SPAdj;
320 resolveFrameIndexReference(MachineFunction &MF, int FrameIndex, unsigned &FrameReg, int SPAdj, bool IsCalleeSaveOp) const argument
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h782 /// finished product. SPAdj is the SP adjustment due to call frame setup
785 int SPAdj, unsigned FIOperandNum,
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp556 int SPAdj, unsigned FIOperandNum,
558 assert(SPAdj == 0 && "Unexpected");
555 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp465 int SPAdj, unsigned FIOperandNum,
467 assert(SPAdj == 0 && "Unexpected");
464 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const argument

Completed in 110 milliseconds

12