Searched refs:NewST (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | SymbolTableListTraitsImpl.h | 38 ValueSymbolTable *NewST = getSymTab(getListOwner()); in setSymTabObject() local 41 if (OldST == NewST) return; in setSymTabObject() 54 if (NewST) { in setSymTabObject() 58 NewST->reinsertValue(&*I); in setSymTabObject() 92 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList() local 94 if (NewST != OldST) { in transferNodesFromList() 101 if (NewST && HasName) in transferNodesFromList() 102 NewST->reinsertValue(&V); in transferNodesFromList()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | SymbolTableListTraitsImpl.h | 38 ValueSymbolTable *NewST = getSymTab(getListOwner()); in setSymTabObject() local 41 if (OldST == NewST) return; in setSymTabObject() 54 if (NewST) { in setSymTabObject() 58 NewST->reinsertValue(&*I); in setSymTabObject() 91 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList() local 93 if (NewST != OldST) { in transferNodesFromList() 100 if (NewST && HasName) in transferNodesFromList() 101 NewST->reinsertValue(&V); in transferNodesFromList()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | SymbolTableListTraitsImpl.h | 38 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()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6416 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 6418 return SDValue(NewST, 0); in ReduceLoadOpStoreWidth() 6423 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 6425 return SDValue(NewST, 0); in ReduceLoadOpStoreWidth() 6492 SDValue NewST = DAG.getStore(Chain, N->getDebugLoc(), in ReduceLoadOpStoreWidth() local 6504 return NewST; in ReduceLoadOpStoreWidth() 6551 SDValue NewST = DAG.getStore(NewLD.getValue(1), N->getDebugLoc(), in TransformFPLoadStorePair() local 6557 AddToWorkList(NewST.getNode()); in TransformFPLoadStorePair() 6562 return NewST; in TransformFPLoadStorePair() 6675 SDValue NewST = TransformFPLoadStorePair(N); in visitSTORE() local [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10879 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 10881 return SDValue(NewST, 0); in ReduceLoadOpStoreWidth() 10886 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 10888 return SDValue(NewST, 0); in ReduceLoadOpStoreWidth() 10962 SDValue NewST = DAG.getStore(Chain, SDLoc(N), in ReduceLoadOpStoreWidth() local 10973 return NewST; in ReduceLoadOpStoreWidth() 11019 SDValue NewST = DAG.getStore(NewLD.getValue(1), SDLoc(N), in TransformFPLoadStorePair() local 11025 AddToWorklist(NewST.getNode()); in TransformFPLoadStorePair() 11029 return NewST; in TransformFPLoadStorePair() 12061 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13416 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 13418 return SDValue(NewST, 0); in ReduceLoadOpStoreWidth() 13423 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 13425 return SDValue(NewST, 0); in ReduceLoadOpStoreWidth() 13497 SDValue NewST = in ReduceLoadOpStoreWidth() local 13507 return NewST; in ReduceLoadOpStoreWidth() 13552 SDValue NewST = in TransformFPLoadStorePair() local 13557 AddToWorklist(NewST.getNode()); in TransformFPLoadStorePair() 13561 return NewST; in TransformFPLoadStorePair() 14679 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local [all …]
|