/aosp_15_r20/external/libvpx/vpx_scale/generic/ |
H A D | vpx_scale.c | 35 int VScale; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1008 Value *VScale = Builder.CreateVScale(ConstantInt::get(DestTy, 1)); in visitTrunc() local 1351 Value *VScale = Builder.CreateVScale(ConstantInt::get(DestTy, 1)); in visitZExt() local 1621 Value *VScale = Builder.CreateVScale(ConstantInt::get(DestTy, 1)); in visitSExt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 506 Value *VScale = Builder.CreateCall(VScaleFunc, {}, "vscale"); in discardEVLParameter() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 771 const SCEV *visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 771 const SCEV *visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 771 const SCEV *visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 771 const SCEV *visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5312 if (std::optional<unsigned> VScale = getVScaleForTuning()) { in isMoreProfitable() local 5362 if (std::optional<unsigned> VScale = getVScaleForTuning()) in selectVectorizationFactor() local 5577 if (std::optional<unsigned> VScale = getVScaleForTuning()) in selectEpilogueVectorizationFactor() local 10059 std::optional<unsigned> VScale, Loop *L, in areRuntimeChecksProfitable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 966 auto *VScale = Builder.CreateVScale(StepVal); in instCombineSVECntElts() local
|
H A D | AArch64ISelDAGToDAG.cpp | 5845 SDValue VScale = N.getOperand(1); in SelectAddrModeIndexedSVE() local
|
H A D | AArch64InstrInfo.cpp | 4310 int VScale = 1; in emitFrameOffsetAdj() local
|
H A D | AArch64ISelLowering.cpp | 16274 unsigned VScale = MaxSVESize / AArch64::SVEBitsPerBlock; in isAllActivePredicate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3999 SDValue VScale = DAG.getNode( in visitGetElementPtr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3884 SDValue VScale = DAG.getNode(ISD::SRL, DL, VT, VLENB, in LowerOperation() local
|