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 118 /// AllocateReg - Attempt to allocate one register. If it is not available,
121 unsigned AllocateReg(unsigned Reg) {
127 /// Version of AllocateReg with extra register to be shadowed.
128 unsigned AllocateReg(unsigned Reg, unsigned ShadowReg) {
135 /// AllocateReg - Attempt to allocate one of the specified registers. If none
138 unsigned AllocateReg(const unsigned *Regs, unsigned NumRegs) {
149 /// Version of AllocateReg with list of registers to be shadowed.
150 unsigned AllocateReg(const unsigned *Regs, const unsigned *ShadowRegs,
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 240 /// AllocateReg - Attempt to allocate one register. If it is not available,
243 unsigned AllocateReg(unsigned Reg) {
249 /// Version of AllocateReg with extra register to be shadowed.
250 unsigned AllocateReg(unsigned Reg, unsigned ShadowReg) {
257 /// AllocateReg - Attempt to allocate one of the specified registers. If none
260 unsigned AllocateReg(const uint16_t *Regs, unsigned NumRegs) {
271 /// Version of AllocateReg with list of registers to be shadowed.
272 unsigned AllocateReg(const uint16_t *Regs, const uint16_t *ShadowRegs,

Completed in 92 milliseconds