Home
last modified time | relevance | path

Searched refs:CInc (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h71 Constant* CInc(uint32_t base, uint32_t count) in CInc() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp901 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
928 Value* lanes = B->CInc<int>(0, vecWidth); in DOUBLE_EMU()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8863 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local
8864 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()
9285 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local
9286 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp14142 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in CombineBaseUpdate() local
14143 if (NumBytes >= 3 * 16 && (!CInc || CInc->getZExtValue() != NumBytes)) { in CombineBaseUpdate()
14339 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in PerformMVEVLDCombine() local
14340 if (!CInc || CInc->getZExtValue() != NumBytes) in PerformMVEVLDCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11540 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local
11541 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()
11713 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local
11714 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp13985 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local
13986 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()
14196 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local
14197 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp13179 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in CombineBaseUpdate() local
13180 if (NumBytes >= 3 * 16 && (!CInc || CInc->getZExtValue() != NumBytes)) { in CombineBaseUpdate()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9988 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in CombineBaseUpdate() local
9989 uint64_t IncVal = CInc->getZExtValue(); in CombineBaseUpdate()