Searched refs:MaxEVL (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 663 Value *MaxEVL = nullptr; in discardEVLParameter() local 673 MaxEVL = Builder.CreateMul(VScale, FactorConst, "scalable_size", in discardEVLParameter() 676 MaxEVL = ConstantInt::get(Int32Ty, StaticElemCount.getFixedValue(), false); in discardEVLParameter() 678 VPI.setVectorLengthParam(MaxEVL); in discardEVLParameter()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7979 SDValue MaxEVL = DAG.getElementCount(sdl, CountVT, in visitIntrinsicCall() local 7982 SDValue UMin = DAG.getNode(ISD::UMIN, sdl, CountVT, Count, MaxEVL); in visitIntrinsicCall()
|