Home
last modified time | relevance | path

Searched defs:NumVectorElts (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelDAGToDAG.cpp103 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
H A DAMDGPUISelDAGToDAG.cpp436 unsigned NumVectorElts = VT.getVectorNumElements(); in SelectBuildVector() local
546 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6369 unsigned NumVectorElts = NumElts.isScalable() ? 1 : NumElts.getFixedValue(); in FoldConstantArithmetic() local