Searched defs:VScale (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 506 Value *VScale = Builder.CreateCall(VScaleFunc, {}, "vscale"); in discardEVLParameter() local
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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 | 4313 int VScale = 1; in emitFrameOffsetAdj() local
|
H A D | AArch64ISelLowering.cpp | 16274 unsigned VScale = MaxSVESize / AArch64::SVEBitsPerBlock; in isAllActivePredicate() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3999 SDValue VScale = DAG.getNode( in visitGetElementPtr() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3884 SDValue VScale = DAG.getNode(ISD::SRL, DL, VT, VLENB, in LowerOperation() local
|