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.cpp114 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
H A DAMDGPUTargetTransformInfo.cpp1118 unsigned NumVectorElts = cast<FixedVectorType>(VT)->getNumElements(); in getShuffleCost() local
H A DAMDGPUISelDAGToDAG.cpp443 unsigned NumVectorElts = VT.getVectorNumElements(); in SelectBuildVector() local
551 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6698 unsigned NumVectorElts = NumElts.isScalable() ? 1 : NumElts.getFixedValue(); in FoldConstantArithmetic() local