/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | RISCV.cpp | 209 auto VScale = getVScaleRange(Opts); in getTargetDefines() 295 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 | 157 getVScaleRange(const LangOptions &LangOpts) const override;
|
H A D | AArch64.cpp | 681 AArch64TargetInfo::getVScaleRange(const LangOptions &LangOpts) const { in getVScaleRange() function in AArch64TargetInfo
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | RISCV.cpp | 327 getContext().getTargetInfo().getVScaleRange(getContext().getLangOpts()); in coerceVLSVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 429 ConstantRange CR = getVScaleRange(&F, 64); in getSubtargetImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 936 ConstantRange getVScaleRange(const Function *F, unsigned BitWidth);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1196 ConstantRange CR = getVScaleRange(&F, Off.getBitWidth()); in aliasGEP() 1222 ConstantRange CR = getVScaleRange(&F, Scale.getBitWidth()); in aliasGEP()
|
H A D | ValueTracking.cpp | 1008 ConstantRange llvm::getVScaleRange(const Function *F, unsigned BitWidth) { in getVScaleRange() function in llvm 1840 const ConstantRange Range = getVScaleRange(II->getFunction(), BitWidth); in computeKnownBitsFromOperator() 1863 Known = getVScaleRange(II->getFunction(), BitWidth).toKnownBits(); in computeKnownBitsFromOperator() 9610 return getVScaleRange(II.getFunction(), Width); in getRangeForIntrinsic()
|
H A D | InstructionSimplify.cpp | 6769 ConstantRange CR = getVScaleRange(Call->getFunction(), 64); in simplifyIntrinsic()
|
H A D | ScalarEvolution.cpp | 6666 return setRange(S, SignHint, getVScaleRange(&F, BitWidth)); in getRangeRef()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1017 getVScaleRange(const LangOptions &LangOpts) const { in getVScaleRange() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1783 VScaleRange = getVScaleRange(I->getCaller(), 64); in getIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 555 getContext().getTargetInfo().getVScaleRange(getLangOpts()); in FinishFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2041 ConstantRange CR = getVScaleRange(&F, 64); in getVScale() 3208 const APInt MaxNumElts = getVScaleRange(&F, BitWidth) in computeKnownBits() 3278 Known = getVScaleRange(&F, BitWidth).multiply(Multiplier).toKnownBits(); in computeKnownBits() 5658 getVScaleRange(&F, Op.getScalarValueSizeInBits()).multiply(Multiplier); in isKnownNeverZero()
|
H A D | SelectionDAGBuilder.cpp | 8044 VScaleRange = getVScaleRange(I.getCaller(), 64); in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 4062 auto VScale = getASTContext().getTargetInfo().getVScaleRange( in mangleRISCVFixedRVVVectorType()
|
H A D | ASTContext.cpp | 9976 auto VScale = Context.getTargetInfo().getVScaleRange(Context.getLangOpts()); in getRVVTypeSize()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 8310 auto VScale = S.Context.getTargetInfo().getVScaleRange(S.getLangOpts()); in HandleRISCVRVVVectorBitsTypeAttr()
|