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

  /external/llvm/lib/CodeGen/
StackMaps.cpp 60 unsigned ScratchIdx = StartIdx, e = MI->getNumOperands();
61 while (ScratchIdx < e &&
62 !(MI->getOperand(ScratchIdx).isReg() &&
63 MI->getOperand(ScratchIdx).isDef() &&
64 MI->getOperand(ScratchIdx).isImplicit() &&
65 MI->getOperand(ScratchIdx).isEarlyClobber()))
66 ++ScratchIdx;
68 assert(ScratchIdx != e && "No scratch register available");
69 return ScratchIdx;
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]

Completed in 68 milliseconds