Home
last modified time | relevance | path

Searched defs:VScale (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp506 Value *VScale = Builder.CreateCall(VScaleFunc, {}, "vscale"); in discardEVLParameter() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1008 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
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5312 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()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp966 auto *VScale = Builder.CreateVScale(StepVal); in instCombineSVECntElts() local
H A DAArch64ISelDAGToDAG.cpp5845 SDValue VScale = N.getOperand(1); in SelectAddrModeIndexedSVE() local
H A DAArch64InstrInfo.cpp4313 int VScale = 1; in emitFrameOffsetAdj() local
H A DAArch64ISelLowering.cpp16274 unsigned VScale = MaxSVESize / AArch64::SVEBitsPerBlock; in isAllActivePredicate() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3999 SDValue VScale = DAG.getNode( in visitGetElementPtr() local
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3884 SDValue VScale = DAG.getNode(ISD::SRL, DL, VT, VLENB, in LowerOperation() local