Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSymbolTableListTraitsImpl.h37 ValueSymbolTable *NewST = getSymTab(getListOwner()); in setSymTabObject() local
40 if (OldST == NewST) return; in setSymTabObject()
53 if (NewST) { in setSymTabObject()
57 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/llvm/lib/IR/
DSymbolTableListTraitsImpl.h38 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/llvm-project/llvm/lib/IR/
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()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10879 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-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15119 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
15121 return NewST; in ReduceLoadOpStoreWidth()
15126 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
15128 return NewST; in ReduceLoadOpStoreWidth()
15197 SDValue NewST = in ReduceLoadOpStoreWidth() local
15207 return NewST; in ReduceLoadOpStoreWidth()
15250 SDValue NewST = in TransformFPLoadStorePair() local
15255 AddToWorklist(NewST.getNode()); in TransformFPLoadStorePair()
15259 return NewST; in TransformFPLoadStorePair()
16426 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local
[all …]
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16151 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
16153 return NewST; in ReduceLoadOpStoreWidth()
16158 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
16160 return NewST; in ReduceLoadOpStoreWidth()
16233 SDValue NewST = in ReduceLoadOpStoreWidth() local
16243 return NewST; in ReduceLoadOpStoreWidth()
16293 SDValue NewST = in TransformFPLoadStorePair() local
16298 AddToWorklist(NewST.getNode()); in TransformFPLoadStorePair()
16302 return NewST; in TransformFPLoadStorePair()
17529 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local
[all …]