HomeSort by relevance Sort by last modified time
    Searched refs:getFirstUnallocated (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 109 /// getFirstUnallocated - Return the first unallocated register in the set, or
111 unsigned getFirstUnallocated(const unsigned *Regs, unsigned NumRegs) const {
139 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
152 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 230 /// getFirstUnallocated - Return the first unallocated register in the set, or
232 unsigned getFirstUnallocated(const uint16_t *Regs, unsigned NumRegs) const {
260 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
273 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 307 unsigned NumAllocated = CCInfo.getFirstUnallocated(ArgRegs, 6);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 147 milliseconds