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

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp455 SmallVector<unsigned, 2> ImplicitDefs; local
551 ImplicitDefs.push_back(OldReg);
612 for (auto ImplicitDef : ImplicitDefs)
619 for (auto ImplicitDef : ImplicitDefs)
647 ImplicitDefs.clear();
/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.h151 const uint16_t *ImplicitDefs; // Registers implicitly defined by this instr member in class:llvm::MCInstrDesc
575 return ImplicitDefs;
580 if (!ImplicitDefs) return 0;
582 for (; ImplicitDefs[i]; ++i) /*empty*/;
599 if (const uint16_t *ImpDefs = ImplicitDefs)

Completed in 136 milliseconds