Home
last modified time | relevance | path

Searched refs:addDef (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/TableGen/
DTGParser.cpp370 Records.addDef(std::move(IterRec)); in ProcessForeachDefs()
1250 Records.addDef(std::move(NewRecOwner)); in ParseSimpleValue()
2042 Records.addDef(std::move(CurRecOwner)); in ParseDef()
2444 Records.addDef(std::move(CurRec)); in InstantiateMulticlassDef()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp213 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { in addDef() function in __anonb2ee42a60211::UserValue
507 UV->addDef(Idx, MI->getOperand(0)); in handleDebugValue()
/external/llvm/include/llvm/TableGen/
DRecord.h1695 void addDef(std::unique_ptr<Record> R) { in addDef() function