Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp355 Records.addDef(std::move(IterRec)); in ProcessForeachDefs()
1224 Records.addDef(std::move(NewRecOwner)); in ParseSimpleValue()
2006 Records.addDef(std::move(CurRecOwner)); in ParseDef()
2429 Records.addDef(std::move(CurRec)); in InstantiateMulticlassDef()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp211 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { in addDef() function in __anonc19bfbeb0211::UserValue
505 UV->addDef(Idx, MI->getOperand(0)); in handleDebugValue()
/external/llvm/include/llvm/TableGen/
DRecord.h1453 void addDef(std::unique_ptr<Record> R) { in addDef() function