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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CallingConvLower.h 230 /// getFirstUnallocated - Return the first unallocated register in the set, or
232 unsigned getFirstUnallocated(const unsigned *Regs, unsigned NumRegs) const {
260 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
273 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs);
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 330 /// getFirstUnallocated - Return the index of the first unallocated register
332 unsigned getFirstUnallocated(ArrayRef<MCPhysReg> Regs) const {
360 unsigned FirstUnalloc = getFirstUnallocated(Regs);
401 unsigned FirstUnalloc = getFirstUnallocated(Regs);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
CallingConvLower.h 341 /// getFirstUnallocated - Return the index of the first unallocated register
343 unsigned getFirstUnallocated(ArrayRef<MCPhysReg> Regs) const {
371 unsigned FirstUnalloc = getFirstUnallocated(Regs);
412 unsigned FirstUnalloc = getFirstUnallocated(Regs);

Completed in 496 milliseconds