Searched defs:NewN (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 528 void setValue(const Value *V, SDValue NewN) { in setValue() 534 void setUnusedArgValue(const Value *V, SDValue NewN) { in setUnusedArgValue()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExplodedGraph.cpp | 497 ExplodedNode *NewN = G->createUncachedNode(N->getLocation(), N->State, in trim() local
|
H A D | ExprEngineCXX.cpp | 926 ExplodedNode *NewN = Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr() local
|
H A D | BugReporter.cpp | 2617 ExplodedNode *NewN = GNew->createUncachedNode( in getNextBugPath() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1627 Node &NewN = initNode(NewFunction); in addSplitFunction() local 1711 Node &NewN = initNode(*NewFunction); in addSplitRefRecursiveFunctions() local 1744 Node &NewN = get(*NewFunction); in addSplitRefRecursiveFunctions() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 756 auto *NewN = MDNode::replaceWithUniqued(std::move(ClonedN)); in mapNodesInPOT() local
|
H A D | SimplifyLibCalls.cpp | 1119 Value *NewN = in optimizeMemCCpy() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 2122 SDNode *NewN = nullptr; in selectRor() local 2145 SDNode *NewN = DAG.getMachineNode(Hexagon::V6_valignb, SDLoc(N), in selectVAlign() local
|
H A D | HexagonCommonGEP.cpp | 954 GepNode *NewN = new (*Mem) GepNode(N); in separateChainForNode() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5527 SDNode *NewN = CurDAG->SelectNodeTo(N, PPC::LXVDSX, in Select() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 3377 SDNode *NewN; in SelectCMPZ() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 38026 if (SDValue NewN = combineRedundantDWordShuffle(N, Mask, DAG)) in combineTargetShuffle() local
|