Searched defs:NewST (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | SymbolTableListTraitsImpl.h | 38 ValueSymbolTable *NewST = getSymTab(getListOwner()); in setSymTabObject() local 92 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | SymbolTableListTraitsImpl.h | 38 ValueSymbolTable *NewST = TraitsClass::getSymTab(getListOwner()); in setSymTabObject() local 96 ValueSymbolTable *NewST = TraitsClass::getSymTab(NewIP); in transferNodesFromList() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | SymbolTableListTraitsImpl.h | 38 ValueSymbolTable *NewST = getSymTab(getListOwner()); in setSymTabObject() local 91 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6416 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 6423 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 6492 SDValue NewST = DAG.getStore(Chain, N->getDebugLoc(), in ReduceLoadOpStoreWidth() local 6551 SDValue NewST = DAG.getStore(NewLD.getValue(1), N->getDebugLoc(), in TransformFPLoadStorePair() local 6675 SDValue NewST = TransformFPLoadStorePair(N); in visitSTORE() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10879 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 10886 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 10962 SDValue NewST = DAG.getStore(Chain, SDLoc(N), in ReduceLoadOpStoreWidth() local 11019 SDValue NewST = DAG.getStore(NewLD.getValue(1), SDLoc(N), in TransformFPLoadStorePair() local 12061 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13416 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 13423 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 13497 SDValue NewST = in ReduceLoadOpStoreWidth() local 13552 SDValue NewST = in TransformFPLoadStorePair() local 14679 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local
|