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 239 /// AllocateReg - Attempt to allocate one register. If it is not available,
242 unsigned AllocateReg(unsigned Reg) {
248 /// Version of AllocateReg with extra register to be shadowed.
249 unsigned AllocateReg(unsigned Reg, unsigned ShadowReg) {
256 /// AllocateReg - Attempt to allocate one of the specified registers. If none
259 unsigned AllocateReg(const uint16_t *Regs, unsigned NumRegs) {
270 /// Version of AllocateReg with list of registers to be shadowed.
271 unsigned AllocateReg(const uint16_t *Regs, const uint16_t *ShadowRegs,

Completed in 17 milliseconds