HomeSort by relevance Sort by last modified time
    Searched defs:AllocateReg (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 116 /// AllocateReg - Attempt to allocate one register. If it is not available,
119 unsigned AllocateReg(unsigned Reg) {
125 /// Version of AllocateReg with extra register to be shadowed.
126 unsigned AllocateReg(unsigned Reg, unsigned ShadowReg) {
133 /// AllocateReg - Attempt to allocate one of the specified registers. If none
136 unsigned AllocateReg(const unsigned *Regs, unsigned NumRegs) {
147 /// Version of AllocateReg with list of registers to be shadowed.
148 unsigned AllocateReg(const unsigned *Regs, const unsigned *ShadowRegs,
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 307 /// AllocateReg - Attempt to allocate one register. If it is not available,
310 unsigned AllocateReg(unsigned Reg) {
316 /// Version of AllocateReg with extra register to be shadowed.
317 unsigned AllocateReg(unsigned Reg, unsigned ShadowReg) {
324 /// AllocateReg - Attempt to allocate one of the specified registers. If none
327 unsigned AllocateReg(const MCPhysReg *Regs, unsigned NumRegs) {
363 /// Version of AllocateReg with list of registers to be shadowed.
364 unsigned AllocateReg(const MCPhysReg *Regs, const MCPhysReg *ShadowRegs,
395 /// Note that, unlike AllocateReg, this shadows ALL of the shadow registers.

Completed in 125 milliseconds