| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | RISCV.cpp | 208 auto VScale = getVScaleRange(Opts); in getTargetDefines() 294 RISCVTargetInfo::getVScaleRange(const LangOptions &LangOpts) const { in getVScaleRange() function in RISCVTargetInfo
|
| H A D | RISCV.h | 102 getVScaleRange(const LangOptions &LangOpts) const override;
|
| H A D | AArch64.h | 156 getVScaleRange(const LangOptions &LangOpts) const override;
|
| H A D | AArch64.cpp | 626 AArch64TargetInfo::getVScaleRange(const LangOptions &LangOpts) const { in getVScaleRange() function in AArch64TargetInfo
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | RISCV.cpp | 327 getContext().getTargetInfo().getVScaleRange(getContext().getLangOpts()); in coerceVLSVector()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 413 ConstantRange CR = getVScaleRange(&F, 64); in getSubtargetImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 860 ConstantRange getVScaleRange(const Function *F, unsigned BitWidth);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 978 getVScaleRange(const LangOptions &LangOpts) const { in getVScaleRange() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 511 getContext().getTargetInfo().getVScaleRange(getLangOpts()); in FinishFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 915 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 D | InstructionSimplify.cpp | 6708 ConstantRange CR = getVScaleRange(Call->getFunction(), 64); in simplifyIntrinsic()
|
| H A D | ScalarEvolution.cpp | 6650 return setRange(S, SignHint, getVScaleRange(&F, BitWidth)); in getRangeRef()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 4052 auto VScale = getASTContext().getTargetInfo().getVScaleRange( in mangleRISCVFixedRVVVectorType()
|
| H A D | ASTContext.cpp | 9526 auto VScale = Context.getTargetInfo().getVScaleRange(Context.getLangOpts()); in getRVVTypeSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2005 ConstantRange CR = getVScaleRange(&F, 64); in getVScale() 3171 Known = getVScaleRange(&F, BitWidth).multiply(Multiplier).toKnownBits(); in computeKnownBits()
|
| H A D | SelectionDAGBuilder.cpp | 7637 CR = CR.umul_sat(getVScaleRange(I.getCaller(), 64)); in visitIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8616 auto VScale = S.Context.getTargetInfo().getVScaleRange(S.getLangOpts()); in HandleRISCVRVVVectorBitsTypeAttr()
|