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 117 /// AllocateReg - Attempt to allocate one register. If it is not available,
120 unsigned AllocateReg(unsigned Reg) {
126 /// Version of AllocateReg with extra register to be shadowed.
127 unsigned AllocateReg(unsigned Reg, unsigned ShadowReg) {
134 /// AllocateReg - Attempt to allocate one of the specified registers. If none
137 unsigned AllocateReg(const unsigned *Regs, unsigned NumRegs) {
148 /// Version of AllocateReg with list of registers to be shadowed.
149 unsigned AllocateReg(const unsigned *Regs, const unsigned *ShadowRegs,
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 288 /// AllocateReg - Attempt to allocate one register. If it is not available,
291 unsigned AllocateReg(unsigned Reg) {
297 /// Version of AllocateReg with extra register to be shadowed.
298 unsigned AllocateReg(unsigned Reg, unsigned ShadowReg) {
305 /// AllocateReg - Attempt to allocate one of the specified registers. If none
308 unsigned AllocateReg(const uint16_t *Regs, unsigned NumRegs) {
319 /// Version of AllocateReg with list of registers to be shadowed.
320 unsigned AllocateReg(const uint16_t *Regs, const uint16_t *ShadowRegs,

Completed in 43 milliseconds