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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 144 const unsigned *ImplicitDefs; // Registers implicitly defined by this instr
234 return ImplicitDefs;
240 if (ImplicitDefs == 0) return 0;
242 for (; ImplicitDefs[i]; ++i) /*empty*/;
258 if (const unsigned *ImpDefs = ImplicitDefs)
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 214 /// ImplicitDefs/ImplicitUses - These are lists of registers that are
216 std::vector<Record*> ImplicitDefs, ImplicitUses;

Completed in 170 milliseconds