Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h71 Constant* CInc(uint32_t base, uint32_t count) in CInc() function
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
953 Value* lanes = B->CInc<int>(0, vecWidth); in DOUBLE_EMU()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp13177 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in CombineBaseUpdate() local
13178 if (NumBytes >= 3 * 16 && (!CInc || CInc->getZExtValue() != NumBytes)) { in CombineBaseUpdate()