Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A 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()
H A DAutoUpgrade.cpp1035 auto *NewST = StructType::get(ST->getContext(), ST->elements()); in UpgradeIntrinsicFunction1() local
1036 auto *NewFT = FunctionType::get(NewST, FT->params(), FT->isVarArg()); in UpgradeIntrinsicFunction1()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17627 return NewST; in ReduceLoadOpStoreWidth()
17634 return NewST; in ReduceLoadOpStoreWidth()
17709 SDValue NewST = in ReduceLoadOpStoreWidth() local
17719 return NewST; in ReduceLoadOpStoreWidth()
17768 SDValue NewST = in TransformFPLoadStorePair() local
17773 AddToWorklist(NewST.getNode()); in TransformFPLoadStorePair()
17777 return NewST; in TransformFPLoadStorePair()
19043 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local
19044 return NewST; in visitSTORE()
24951 SDValue NewST; in parallelizeChainedStores() local
[all …]