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

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 47 bool IsAnyReg;
51 bool isAnyReg() const { return IsAnyReg; }
75 if (IsAnyReg)
  /external/llvm/lib/CodeGen/
StackMaps.cpp 42 IsAnyReg(MI->getOperand(getMetaIdx(CCPos)).getImm() == CallingConv::AnyReg)
260 opers.isAnyReg() && opers.hasDef());
265 if (opers.isAnyReg()) {

Completed in 383 milliseconds