Home
last modified time | relevance | path

Searched refs:NewST (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h42 ValueSymbolTable *NewST = getSymTab(getListOwner()); in setSymTabObject() local
45 if (OldST == NewST) return; in setSymTabObject()
58 if (NewST) { in setSymTabObject()
62 NewST->reinsertValue(&*I); in setSymTabObject()
102 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList() local
104 if (NewST != OldST) { in transferNodesFromList()
111 if (NewST && HasName) in transferNodesFromList()
112 NewST->reinsertValue(&V); in transferNodesFromList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16471 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
16473 return NewST; in ReduceLoadOpStoreWidth()
16478 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
16480 return NewST; in ReduceLoadOpStoreWidth()
16553 SDValue NewST = in ReduceLoadOpStoreWidth() local
16563 return NewST; in ReduceLoadOpStoreWidth()
16613 SDValue NewST = in TransformFPLoadStorePair() local
16618 AddToWorklist(NewST.getNode()); in TransformFPLoadStorePair()
16622 return NewST; in TransformFPLoadStorePair()
17847 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local
[all …]