| /freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | RISCV.cpp | 208 auto VScale = getVScaleRange(Opts); getTargetDefines() local
|
| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | RISCV.cpp | 326 auto VScale = in coerceVLSVector() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 880 Value *VScale = Builder.CreateVScale(ConstantInt::get(DestTy, 1)); visitTrunc() local 1230 Value *VScale = Builder.CreateVScale(ConstantInt::get(DestTy, 1)); visitZExt() local 1521 Value *VScale = Builder.CreateVScale(ConstantInt::get(DestTy, 1)); visitSExt() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 648 Value *VScale = Builder.CreateCall(VScaleFunc, {}, "vscale"); discardEVLParameter() local
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 771 const SCEV *visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 4941 if (std::optional<unsigned> VScale = getVScaleForTuning(OrigLoop, TTI)) { isMoreProfitable() local 5212 if (std::optional<unsigned> VScale = getVScaleForTuning(OrigLoop, TTI)) selectEpilogueVectorizationFactor() local 5440 if (std::optional<unsigned> VScale = getVScaleForTuning(TheLoop, TTI)) selectInterleaveCount() local 9724 areRuntimeChecksProfitable(GeneratedRTChecks & Checks,VectorizationFactor & VF,std::optional<unsigned> VScale,Loop * L,ScalarEvolution & SE,ScalarEpilogueLowering SEL) areRuntimeChecksProfitable() argument [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1208 auto *VScale = IC.Builder.CreateVScale(StepVal); instCombineSVECntElts() local
|
| H A D | AArch64ISelDAGToDAG.cpp | 6927 SDValue VScale = N.getOperand(1); SelectAddrModeIndexedSVE() local
|
| H A D | AArch64InstrInfo.cpp | 5311 int VScale = 1; emitFrameOffsetAdj() local
|
| H A D | AArch64ISelLowering.cpp | 12720 unsigned VScale = MaxSVESize / AArch64::SVEBitsPerBlock; isAllActivePredicate() local [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 4052 auto VScale = getASTContext().getTargetInfo().getVScaleRange( mangleRISCVFixedRVVVectorType() local
|
| H A D | ASTContext.cpp | 9526 auto VScale = Context.getTargetInfo().getVScaleRange(Context.getLangOpts()); getRVVTypeSize() local
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 8616 auto VScale = S.Context.getTargetInfo().getVScaleRange(S.getLangOpts()); HandleRISCVRVVVectorBitsTypeAttr() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4193 SDValue VScale = DAG.getNode( visitGetElementPtr() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 4049 visitVScale(const SCEVVScale * VScale) visitVScale() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 6050 SDValue VScale = DAG.getNode(ISD::SRL, DL, XLenVT, Res, LowerOperation() local
|