Home
last modified time | relevance | path

Searched refs:getVScaleRange (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp208 auto VScale = getVScaleRange(Opts); in getTargetDefines()
294 RISCVTargetInfo::getVScaleRange(const LangOptions &LangOpts) const { in getVScaleRange() function in RISCVTargetInfo
H A DRISCV.h102 getVScaleRange(const LangOptions &LangOpts) const override;
H A DAArch64.h156 getVScaleRange(const LangOptions &LangOpts) const override;
H A DAArch64.cpp626 AArch64TargetInfo::getVScaleRange(const LangOptions &LangOpts) const { in getVScaleRange() function in AArch64TargetInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp327 getContext().getTargetInfo().getVScaleRange(getContext().getLangOpts()); in coerceVLSVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp413 ConstantRange CR = getVScaleRange(&F, 64); in getSubtargetImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h860 ConstantRange getVScaleRange(const Function *F, unsigned BitWidth);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h978 getVScaleRange(const LangOptions &LangOpts) const { in getVScaleRange() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp511 getContext().getTargetInfo().getVScaleRange(getLangOpts()); in FinishFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp915 ConstantRange llvm::getVScaleRange(const Function *F, unsigned BitWidth) { in getVScaleRange() function in llvm
1577 Known = getVScaleRange(II->getFunction(), BitWidth).toKnownBits(); in computeKnownBitsFromOperator()
8803 return getVScaleRange(II.getFunction(), Width); in getRangeForIntrinsic()
H A DInstructionSimplify.cpp6708 ConstantRange CR = getVScaleRange(Call->getFunction(), 64); in simplifyIntrinsic()
H A DScalarEvolution.cpp6650 return setRange(S, SignHint, getVScaleRange(&F, BitWidth)); in getRangeRef()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4052 auto VScale = getASTContext().getTargetInfo().getVScaleRange( in mangleRISCVFixedRVVVectorType()
H A DASTContext.cpp9526 auto VScale = Context.getTargetInfo().getVScaleRange(Context.getLangOpts()); in getRVVTypeSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2005 ConstantRange CR = getVScaleRange(&F, 64); in getVScale()
3171 Known = getVScaleRange(&F, BitWidth).multiply(Multiplier).toKnownBits(); in computeKnownBits()
H A DSelectionDAGBuilder.cpp7637 CR = CR.umul_sat(getVScaleRange(I.getCaller(), 64)); in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8616 auto VScale = S.Context.getTargetInfo().getVScaleRange(S.getLangOpts()); in HandleRISCVRVVVectorBitsTypeAttr()