Home
last modified time | relevance | path

Searched refs:IncVal (Results 1 – 6 of 6) 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-project/clang/lib/CodeGen/
DCGExpr.cpp1043 ComplexPairTy IncVal(NextVal, InVal.second); in EmitComplexPrePostIncDec() local
1046 EmitStoreOfComplex(IncVal, LV, /*init*/ false); in EmitComplexPrePostIncDec()
1053 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-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11541 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine() local
11543 if (IncVal != NumBytes) in performPostLD1Combine()
11714 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine() local
11718 if (IncVal != NumBytes) in performNEONPostLDSTCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp13986 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine() local
13988 if (IncVal != NumBytes) in performPostLD1Combine()
14197 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine() local
14201 if (IncVal != NumBytes) in performNEONPostLDSTCombine()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9989 uint64_t IncVal = CInc->getZExtValue(); in CombineBaseUpdate() local
9990 if (IncVal != NumBytes) in CombineBaseUpdate()