Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp1417 auto *NewST = StructType::get(ST->getContext(), ST->elements()); in upgradeIntrinsicFunction1() local
1418 auto *NewFT = FunctionType::get(NewST, FT->params(), FT->isVarArg()); in upgradeIntrinsicFunction1()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19909 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
19911 return NewST; in ReduceLoadOpStoreWidth()
19916 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local
19918 return NewST; in ReduceLoadOpStoreWidth()
19993 SDValue NewST = in ReduceLoadOpStoreWidth() local
20003 return NewST; in ReduceLoadOpStoreWidth()
20052 SDValue NewST = in TransformFPLoadStorePair() local
20057 AddToWorklist(NewST.getNode()); in TransformFPLoadStorePair()
20061 return NewST; in TransformFPLoadStorePair()
21471 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local
[all …]