Searched refs:CountVT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7962 EVT CountVT = Count.getValueType(); in visitIntrinsicCall() local 7964 if (!TLI.shouldExpandGetVectorLength(CountVT, VF, IsScalable)) { in visitIntrinsicCall() 7974 if (CountVT.bitsLT(VT)) { in visitIntrinsicCall() 7976 CountVT = VT; in visitIntrinsicCall() 7979 SDValue MaxEVL = DAG.getElementCount(sdl, CountVT, in visitIntrinsicCall() 7982 SDValue UMin = DAG.getNode(ISD::UMIN, sdl, CountVT, Count, MaxEVL); in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 462 virtual bool shouldExpandGetVectorLength(EVT CountVT, unsigned VF, in shouldExpandGetVectorLength() argument
|