Lines Matching refs:getChain

5593     SDValue Chain = Node->getChain();  in LowerINTRINSIC_W_CHAIN()
6190 SDValue Chain = MGT->getChain(); in LowerMGATHER()
6289 SDValue Chain = MSC->getChain(); in LowerMSCATTER()
6381 VT, DL, LoadNode->getChain(), LoadNode->getBasePtr(), in LowerMLOAD()
6419 return DAG.getStore(ST->getChain(), DL, ExtractTrunc, in LowerTruncateVectorStore()
6477 {StoreNode->getChain(), Lo, Hi, StoreNode->getBasePtr()}, in LowerSTORE()
6486 SDValue Chain = StoreNode->getChain(); in LowerSTORE()
6529 {StoreNode->getChain(), StoreValue.first, StoreValue.second, in LowerStore128()
6544 SDValue Chain = LoadNode->getChain(); in LowerLOAD()
6579 SDValue Load = DAG.getLoad(MVT::f32, DL, LoadNode->getChain(), in LowerLOAD()
18563 SDValue Load = DAG.getLoad(VT, SDLoc(N), LN0->getChain(), LN0->getBasePtr(), in performIntToFpCombine()
19374 SDValue NewLoad = DAG.getLoad(FVT, dl, LD->getChain(), in performConcatVectorsCombine()
20692 SDValue Load = DAG.getLoad(DLoadVT, SDLoc(L0), L0->getChain(), in performExtBinopLoadFold()
21630 DAG.getStore(St.getChain(), DL, SplatVal, BasePtr, PtrInfo, in splitStoreSplat()
21721 SDValue L = DAG.getMaskedLoad(LoadVT, DL, MINode->getChain(), in performLDNT1Combine()
21794 return DAG.getMaskedStore(MINode->getChain(), DL, Data, MINode->getOperand(4), in performSTNT1Combine()
21997 DAG.getStore(S->getChain(), DL, SubVector0, BasePtr, S->getPointerInfo(), in splitStores()
22051 VT, DL, MLD->getChain(), MLD->getBasePtr(), MLD->getOffset(), Mask, in performUnpackCombine()
22572 return DAG.getStore(Store->getChain(), SDLoc(Store), Orig, in foldTruncStoreOfExt()
22603 SDValue Chain = LD->getChain(); in combineV3I8LoadExt()
22661 SDValue Chain = LD->getChain(); in performLOADCombine()
22854 return DAG.getStore(Store->getChain(), DL, ExtendedBits, Store->getBasePtr(), in combineBoolVectorAndTruncateStore()
22889 SDValue Chain = ST->getChain(); in combineI8TruncStore()
22916 SDValue Chain = ST->getChain(); in performSTORECombine()
22961 return DAG.getTruncStore(ST->getChain(), ST, Rshrnb, ST->getBasePtr(), in performSTORECombine()
23000 return DAG.getMaskedStore(MST->getChain(), DL, Value.getOperand(0), in performMSTORECombine()
23016 return DAG.getMaskedStore(MST->getChain(), DL, Rshrnb, MST->getBasePtr(), in performMSTORECombine()
23156 SDValue Chain = MGS->getChain(); in performMaskedGatherScatterCombine()
24989 LN0->getChain(), LN0->getBasePtr(), in performFPExtendCombine()
26276 {LoadNode->getChain(), LoadNode->getBasePtr()}, in ReplaceNodeResults()
26303 {LoadNode->getChain(), LoadNode->getBasePtr()}, in ReplaceNodeResults()
27244 LoadVT, DL, Load->getChain(), Load->getBasePtr(), Load->getOffset(), Pg, in LowerFixedLengthVectorLoadToSVE()
27318 ContainerVT, DL, Load->getChain(), Load->getBasePtr(), Load->getOffset(), in LowerFixedLengthVectorMLoadToSVE()
27362 return DAG.getMaskedStore(Store->getChain(), DL, NewValue, in LowerFixedLengthVectorStoreToSVE()
27380 Store->getChain(), DL, NewValue, Store->getBasePtr(), Store->getOffset(), in LowerFixedLengthVectorMStoreToSVE()
27969 SDValue Chain = HG->getChain(); in LowerVECTOR_HISTOGRAM()