Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp367 Value *IncVal = Phi->getIncomingValue(I); in optimizeLiveType() local
368 if (isa<ConstantAggregateZero>(IncVal)) { in optimizeLiveType()
372 } else if (Value *Val = ValMap.lookup(IncVal)) in optimizeLiveType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1284 ComplexPairTy IncVal(NextVal, InVal.second); in EmitComplexPrePostIncDec() local
1287 EmitStoreOfComplex(IncVal, LV, /*init*/ false); in EmitComplexPrePostIncDec()
1294 return isPre ? IncVal : InVal; in EmitComplexPrePostIncDec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23526 uint32_t IncVal = CInc->getZExtValue(); in performPostLD1Combine() local
23528 if (IncVal != NumBytes) in performPostLD1Combine()
24431 uint32_t IncVal = CInc->getZExtValue(); in performNEONPostLDSTCombine() local
24435 if (IncVal != NumBytes) in performNEONPostLDSTCombine()