Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp204 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { in addDef() function in __anonbf8bdbd10211::UserValue
453 UV->addDef(Idx, MI->getOperand(0)); in handleDebugValue()
/external/llvm/lib/TableGen/
DTGParser.cpp350 Records.addDef(std::move(IterRec)); in ProcessForeachDefs()
1219 Records.addDef(std::move(NewRecOwner)); in ParseSimpleValue()
2001 Records.addDef(std::move(CurRecOwner)); in ParseDef()
2424 Records.addDef(std::move(CurRec)); in InstantiateMulticlassDef()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp214 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { in addDef() function in __anon3ed24ca50211::UserValue
507 UV->addDef(Idx, MI.getOperand(0)); in handleDebugValue()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp1113 Records.addDef(NewRec); in ParseSimpleValue()
1684 Records.addDef(CurRec); in ParseDef()
2027 Records.addDef(CurRec); in ResolveMulticlassDef()
DRecord.cpp1699 TrackedRecords.addDef(this); in setName()
/external/llvm/include/llvm/TableGen/
DRecord.h1535 void addDef(std::unique_ptr<Record> R) { in addDef() function
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1604 void addDef(Record *R) { in addDef() function