Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h70 unsigned Index, bool HasRealUse);
H A DAArch64TargetTransformInfo.cpp2702 bool HasRealUse) { in getVectorInstrCostHelper() argument
2726 if (Index == 0 && (!HasRealUse || !Val->getScalarType()->isIntegerTy())) in getVectorInstrCostHelper()
2756 bool HasRealUse = in getVectorInstrCost() local
2758 return getVectorInstrCostHelper(nullptr, Val, Index, HasRealUse); in getVectorInstrCost()