| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | RISCV.cpp | 225 auto VScale = getVScaleRange(Opts, ArmStreamingKind::NotStreaming); in getTargetDefines() 369 RISCVTargetInfo::getVScaleRange(const LangOptions &LangOpts, in getVScaleRange() function in RISCVTargetInfo
|
| H A D | RISCV.h | 102 getVScaleRange(const LangOptions &LangOpts, ArmStreamingKind Mode,
|
| H A D | AArch64.h | 199 getVScaleRange(const LangOptions &LangOpts, ArmStreamingKind Mode,
|
| H A D | AArch64.cpp | 752 AArch64TargetInfo::getVScaleRange(const LangOptions &LangOpts, in getVScaleRange() function in AArch64TargetInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | EVLIndVarSimplify.cpp | 83 ConstantRange CR = llvm::getVScaleRange(&F, 64); in getVFFromIndVar()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 663 LLVM_ABI ConstantRange getVScaleRange(const Function *F, unsigned BitWidth);
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | RISCV.cpp | 522 auto VScale = getContext().getTargetInfo().getVScaleRange( in coerceVLSVector()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 445 ConstantRange CR = getVScaleRange(&F, 64); in getSubtargetImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 1206 ConstantRange CR = getVScaleRange(&F, Off.getBitWidth()); in aliasGEP() 1232 ConstantRange CR = getVScaleRange(&F, Scale.getBitWidth()); in aliasGEP()
|
| H A D | ValueTracking.cpp | 1088 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 D | InstructionSimplify.cpp | 6795 ConstantRange CR = getVScaleRange(Call->getFunction(), 64); in simplifyIntrinsic()
|
| H A D | ScalarEvolution.cpp | 6678 return setRange(S, SignHint, getVScaleRange(&F, BitWidth)); in getRangeRef()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1047 getVScaleRange(const LangOptions &LangOpts, ArmStreamingKind Mode,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 1980 const ConstantRange Result = getVScaleRange(II->getFunction(), BitWidth); in handleCallResult()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 2081 VScaleRange = getVScaleRange(I->getCaller(), 64); in getIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1124 getContext().getTargetInfo().getVScaleRange(getLangOpts(), IsArmStreaming, in StartFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2098 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 D | SelectionDAGBuilder.cpp | 8128 VScaleRange = getVScaleRange(I.getCaller(), 64); in visitIntrinsicCall()
|
| H A D | TargetLowering.cpp | 9618 VScaleRange = getVScaleRange(&DAG.getMachineFunction().getFunction(), 64); in expandVectorFindLastActive()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 4278 auto VScale = getASTContext().getTargetInfo().getVScaleRange( in mangleRISCVFixedRVVVectorType()
|
| H A D | ASTContext.cpp | 10530 auto VScale = Context.getTargetInfo().getVScaleRange( in getRVVTypeSize()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8527 auto VScale = S.Context.getTargetInfo().getVScaleRange( in HandleRISCVRVVVectorBitsTypeAttr()
|