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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 148 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr
497 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
501 if (!ImplicitDefs)
504 for (; ImplicitDefs[i]; ++i) /*empty*/