Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp225 auto VScale = getVScaleRange(Opts, ArmStreamingKind::NotStreaming); in getTargetDefines()
369 RISCVTargetInfo::getVScaleRange(const LangOptions &LangOpts, in getVScaleRange() function in RISCVTargetInfo
H A DRISCV.h102 getVScaleRange(const LangOptions &LangOpts, ArmStreamingKind Mode,
H A DAArch64.h199 getVScaleRange(const LangOptions &LangOpts, ArmStreamingKind Mode,
H A DAArch64.cpp752 AArch64TargetInfo::getVScaleRange(const LangOptions &LangOpts, in getVScaleRange() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp83 ConstantRange CR = llvm::getVScaleRange(&F, 64); in getVFFromIndVar()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h663 LLVM_ABI ConstantRange getVScaleRange(const Function *F, unsigned BitWidth);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp522 auto VScale = getContext().getTargetInfo().getVScaleRange( in coerceVLSVector()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp445 ConstantRange CR = getVScaleRange(&F, 64); in getSubtargetImpl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1206 ConstantRange CR = getVScaleRange(&F, Off.getBitWidth()); in aliasGEP()
1232 ConstantRange CR = getVScaleRange(&F, Scale.getBitWidth()); in aliasGEP()
H A DValueTracking.cpp1088 ConstantRange llvm::getVScaleRange(const Function *F, unsigned BitWidth) { in getVScaleRange() function in llvm
2013 const ConstantRange Range = getVScaleRange(II->getFunction(), BitWidth); in computeKnownBitsFromOperator()
2036 Known = getVScaleRange(II->getFunction(), BitWidth).toKnownBits(); in computeKnownBitsFromOperator()
9918 return getVScaleRange(II.getFunction(), Width); in getRangeForIntrinsic()
H A DInstructionSimplify.cpp6795 ConstantRange CR = getVScaleRange(Call->getFunction(), 64); in simplifyIntrinsic()
H A DScalarEvolution.cpp6678 return setRange(S, SignHint, getVScaleRange(&F, BitWidth)); in getRangeRef()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1047 getVScaleRange(const LangOptions &LangOpts, ArmStreamingKind Mode,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1980 const ConstantRange Result = getVScaleRange(II->getFunction(), BitWidth); in handleCallResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2081 VScaleRange = getVScaleRange(I->getCaller(), 64); in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1124 getContext().getTargetInfo().getVScaleRange(getLangOpts(), IsArmStreaming, in StartFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2098 ConstantRange CR = getVScaleRange(&F, 64); in getVScale()
3451 const APInt MaxNumElts = getVScaleRange(&F, BitWidth) in computeKnownBits()
3521 Known = getVScaleRange(&F, BitWidth).multiply(Multiplier).toKnownBits(); in computeKnownBits()
6055 getVScaleRange(&F, Op.getScalarValueSizeInBits()).multiply(Multiplier); in isKnownNeverZero()
H A DSelectionDAGBuilder.cpp8128 VScaleRange = getVScaleRange(I.getCaller(), 64); in visitIntrinsicCall()
H A DTargetLowering.cpp9618 VScaleRange = getVScaleRange(&DAG.getMachineFunction().getFunction(), 64); in expandVectorFindLastActive()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4278 auto VScale = getASTContext().getTargetInfo().getVScaleRange( in mangleRISCVFixedRVVVectorType()
H A DASTContext.cpp10530 auto VScale = Context.getTargetInfo().getVScaleRange( in getRVVTypeSize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8527 auto VScale = S.Context.getTargetInfo().getVScaleRange( in HandleRISCVRVVVectorBitsTypeAttr()