Searched refs:NewST (Results 1 – 3 of 3) sorted by relevance
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()
1417 auto *NewST = StructType::get(ST->getContext(), ST->elements()); in upgradeIntrinsicFunction1() local1418 auto *NewFT = FunctionType::get(NewST, FT->params(), FT->isVarArg()); in upgradeIntrinsicFunction1()
19909 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local19911 return NewST; in ReduceLoadOpStoreWidth()19916 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth() local19918 return NewST; in ReduceLoadOpStoreWidth()19993 SDValue NewST = in ReduceLoadOpStoreWidth() local20003 return NewST; in ReduceLoadOpStoreWidth()20052 SDValue NewST = in TransformFPLoadStorePair() local20057 AddToWorklist(NewST.getNode()); in TransformFPLoadStorePair()20061 return NewST; in TransformFPLoadStorePair()21471 if (SDValue NewST = TransformFPLoadStorePair(N)) in visitSTORE() local[all …]