Searched refs:allIntScalarsAndVectors (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.cpp | 126 auto allIntScalarsAndVectors = {s8, s16, s32, s64, v2s8, v2s16, in SPIRVLegalizerInfo() local 186 getActionDefinitionsBuilder(G_BITREVERSE).legalFor(allIntScalarsAndVectors); in SPIRVLegalizerInfo() 191 .legalForCartesianProduct(allIntScalarsAndVectors, in SPIRVLegalizerInfo() 199 .legalFor(allIntScalarsAndVectors); in SPIRVLegalizerInfo() 202 allIntScalarsAndVectors, allIntScalarsAndVectors); in SPIRVLegalizerInfo() 304 allFloatScalarsAndVectors, allIntScalarsAndVectors); in SPIRVLegalizerInfo() 309 .legalForCartesianProduct(allIntScalarsAndVectors, in SPIRVLegalizerInfo() 310 allIntScalarsAndVectors); in SPIRVLegalizerInfo() 317 .legalFor(allIntScalarsAndVectors); in SPIRVLegalizerInfo()
|