Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp794 ComplexPairTy IncVal(NextVal, InVal.second); in EmitComplexPrePostIncDec() local
797 EmitStoreOfComplex(IncVal, LV, /*init*/ false); in EmitComplexPrePostIncDec()
801 return isPre ? IncVal : InVal; in EmitComplexPrePostIncDec()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8864 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine() local
8866 if (IncVal != NumBytes) in performPostLD1Combine()
9286 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine() local
9290 if (IncVal != NumBytes) in performNEONPostLDSTCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10144 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine() local
10146 if (IncVal != NumBytes) in performPostLD1Combine()
10306 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine() local
10310 if (IncVal != NumBytes) in performNEONPostLDSTCombine()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp7233 uint64_t IncVal = CInc->getZExtValue(); in CombineBaseUpdate() local
7234 if (IncVal != NumBytes) in CombineBaseUpdate()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9989 uint64_t IncVal = CInc->getZExtValue(); in CombineBaseUpdate() local
9990 if (IncVal != NumBytes) in CombineBaseUpdate()