Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600ISelDAGToDAG.cpp103 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
H A DAMDGPUISelDAGToDAG.cpp443 unsigned NumVectorElts = VT.getVectorNumElements(); in SelectBuildVector() local
555 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp658 static unsigned selectSGPRVectorRegClassID(unsigned NumVectorElts) { in selectSGPRVectorRegClassID()
683 unsigned NumVectorElts = VT.getVectorNumElements(); in SelectBuildVector() local
791 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
2790 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp244 static unsigned selectSGPRVectorRegClassID(unsigned NumVectorElts) { in selectSGPRVectorRegClassID()
292 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5931 unsigned NumVectorElts = NumElts.isScalable() ? 1 : NumElts.getFixedValue(); in FoldConstantArithmetic() local