Searched refs:NewST (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | SymbolTableListTraitsImpl.h | 42 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()
|
| H A D | AutoUpgrade.cpp | 1599 auto *NewST = StructType::get(ST->getContext(), ST->elements()); in upgradeIntrinsicFunction1() local 1600 auto *NewFT = FunctionType::get(NewST, FT->params(), FT->isVarArg()); in upgradeIntrinsicFunction1()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 20906 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 20908 return NewST; in ReduceLoadOpStoreWidth() 20913 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local 20915 return NewST; in ReduceLoadOpStoreWidth() 21014 SDValue NewST = in ReduceLoadOpStoreWidth() local 21024 return NewST; in ReduceLoadOpStoreWidth() 21069 SDValue NewST = DAG.getStore(ST->getChain(), SDLoc(N), NewLD, in TransformFPLoadStorePair() local 21073 AddToWorklist(NewST.getNode()); in TransformFPLoadStorePair() 21077 return NewST; in TransformFPLoadStorePair() 22528 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 16813 SDValue NewST = DAG.getStore(ST->getChain(), dl, Const64, in PerformDAGCombine() local 16820 ? DCI.CombineTo(N, NewST, /*AddTo=*/false) in PerformDAGCombine() 16821 : DCI.CombineTo(N, NewST, NewST.getValue(1), /*AddTo=*/false); in PerformDAGCombine()
|