Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelDAGToDAG.cpp114 unsigned NumVectorElts = VT.getVectorNumElements(); Select() local
H A DAMDGPUTargetTransformInfo.cpp1118 unsigned NumVectorElts = cast<FixedVectorType>(VT)->getNumElements(); getShuffleCost() local
H A DAMDGPUISelDAGToDAG.cpp443 unsigned NumVectorElts = VT.getVectorNumElements(); SelectBuildVector() local
551 unsigned NumVectorElts = VT.getVectorNumElements(); Select() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6691 unsigned NumVectorElts = NumElts.isScalable() ? 1 : NumElts.getFixedValue(); FoldConstantArithmetic() local