Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16092 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode()); in getPointerConstIncrement() local
16093 if (!CInc) in getPointerConstIncrement()
16099 return CInc->getZExtValue(); in getPointerConstIncrement()
16103 return CInc->getZExtValue(); in getPointerConstIncrement()
16112 static bool findPointerConstIncrement(SDNode *N, SDValue *Ptr, SDValue *CInc) { in findPointerConstIncrement() argument
16118 *CInc = N->getOperand(1); in findPointerConstIncrement()
16126 *CInc = N->getOperand(2); in findPointerConstIncrement()
16187 SDValue CInc; in CombineBaseUpdate() local
16188 if (findPointerConstIncrement(Addr.getNode(), &Base, &CInc)) { in CombineBaseUpdate()
16190 getPointerConstIncrement(Addr->getOpcode(), Base, CInc, DCI.DAG); in CombineBaseUpdate()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22490 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performPostLD1Combine() local
22491 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine()
23274 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) { in performNEONPostLDSTCombine() local
23275 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine()