Searched refs:newDef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/lib/Core/ |
| H A D | SymbolTable.cpp | 139 const auto *newDef = cast<DefinedAtom>(&newAtom); in addByName() local 140 switch (mergeSelect(existingDef->merge(), newDef->merge())) { in addByName() 149 uint64_t newSize = newDef->sectionSize(); in addByName() 155 uint64_t newSize = newDef->sectionSize(); in addByName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 824 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() function in DataFlowGraph 831 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() function in DataFlowGraph 912 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 938 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 1307 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1321 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1356 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1489 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in buildPhis()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 825 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner, 827 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner,
|