Searched refs:CInc (Results 1 – 8 of 8) sorted by relevance
71 Constant* CInc(uint32_t base, uint32_t count) in CInc() function
901 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()928 Value* lanes = B->CInc<int>(0, vecWidth); in DOUBLE_EMU()
8863 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local8864 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()9285 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local9286 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
14142 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in CombineBaseUpdate() local14143 if (NumBytes >= 3 * 16 && (!CInc || CInc->getZExtValue() != NumBytes)) { in CombineBaseUpdate()14339 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in PerformMVEVLDCombine() local14340 if (!CInc || CInc->getZExtValue() != NumBytes) in PerformMVEVLDCombine()
11540 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local11541 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()11713 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local11714 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
13985 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local13986 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()14196 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local14197 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
13179 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in CombineBaseUpdate() local13180 if (NumBytes >= 3 * 16 && (!CInc || CInc->getZExtValue() != NumBytes)) { in CombineBaseUpdate()
9988 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in CombineBaseUpdate() local9989 uint64_t IncVal = CInc->getZExtValue(); in CombineBaseUpdate()