Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelDAGToDAG.cpp115 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
H A DAMDGPUTargetTransformInfo.cpp1209 unsigned NumVectorElts = cast<FixedVectorType>(SrcTy)->getNumElements(); in getShuffleCost() local
H A DAMDGPUISelDAGToDAG.cpp439 unsigned NumVectorElts = VT.getVectorNumElements(); in SelectBuildVector() local
663 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7149 unsigned NumVectorElts = NumElts.isScalable() ? 1 : NumElts.getFixedValue(); in FoldConstantArithmetic() local