Searched defs:ImplicitDefs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h219 /// ImplicitDefs/ImplicitUses - These are lists of registers that are
221 std::vector<Record*> ImplicitDefs, ImplicitUses; member in class:llvm::CodeGenInstruction
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h147 const uint16_t *ImplicitDefs; // Registers implicitly defined by this instr member in class:llvm::MCInstrDesc
530 return ImplicitDefs;
535 if (!ImplicitDefs) return 0;
537 for (; ImplicitDefs[i]; ++i) /*empty*/;
554 if (const uint16_t *ImpDefs = ImplicitDefs)

Completed in 1812 milliseconds