Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp365 Records.addDef(IterRec); in ProcessForeachDefs()
1233 Records.addDef(NewRec); in ParseSimpleValue()
1943 Records.addDef(CurRec); in ParseDef()
2325 Records.addDef(CurRec); in InstantiateMulticlassDef()
DRecord.cpp1683 TrackedRecords.addDef(this); in setName()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp204 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { in addDef() function in __anonf795f96c0211::UserValue
453 UV->addDef(Idx, MI->getOperand(0)); in handleDebugValue()
/external/llvm/include/llvm/TableGen/
DRecord.h1574 void addDef(Record *R) { in addDef() function