Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/IR/
DSymbolTableListTraitsImpl.h38 ValueSymbolTable *NewST = TraitsClass::getSymTab(getListOwner()); in setSymTabObject() local
41 if (OldST == NewST) return; in setSymTabObject()
55 if (NewST) { in setSymTabObject()
60 NewST->reinsertValue(I); in setSymTabObject()
96 ValueSymbolTable *NewST = TraitsClass::getSymTab(NewIP); in transferNodesFromList() local
98 if (NewST != OldST) { in transferNodesFromList()
105 if (NewST && HasName) in transferNodesFromList()
106 NewST->reinsertValue(&V); in transferNodesFromList()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8292 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
8294 return SDValue(NewST, 0); in ReduceLoadOpStoreWidth()
8299 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
8301 return SDValue(NewST, 0); in ReduceLoadOpStoreWidth()
8370 SDValue NewST = DAG.getStore(Chain, SDLoc(N), in ReduceLoadOpStoreWidth() local
8381 return NewST; in ReduceLoadOpStoreWidth()
8428 SDValue NewST = DAG.getStore(NewLD.getValue(1), SDLoc(N), in TransformFPLoadStorePair() local
8434 AddToWorkList(NewST.getNode()); in TransformFPLoadStorePair()
8438 return NewST; in TransformFPLoadStorePair()
9125 SDValue NewST = TransformFPLoadStorePair(N); in visitSTORE() local
[all …]