Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10143 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local
10144 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()
10305 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local
10306 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp7232 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in CombineBaseUpdate() local
7233 uint64_t IncVal = CInc->getZExtValue(); in CombineBaseUpdate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp11624 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in CombineBaseUpdate() local
11625 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()