Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp23 CachedTypes[Inc] = ResTy; in inferScalarTypeForRecipe()
35 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()
43 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()
84 CachedTypes[R->getOperand(1)] = ResTy; in inferScalarTypeForRecipe()
118 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()
150 CachedTypes[R->getOperand(1)] = ResTy; in inferScalarTypeForRecipe()
157 CachedTypes[R->getOperand(2)] = ResTy; in inferScalarTypeForRecipe()
201 if (Type *CachedTy = CachedTypes.lookup(V)) in inferScalarType()
235 CachedTypes[V] = ResultTy; in inferScalarType()
H A DVPlanAnalysis.h37 DenseMap<const VPValue *, Type *> CachedTypes; variable