Searched refs:allIntScalars (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVLegalizerInfo.cpp | 126 auto allIntScalars = {s8, s16, s32, s64}; in SPIRVLegalizerInfo() local 132 auto allFloatAndIntScalars = allIntScalars; in SPIRVLegalizerInfo() 149 all(typeInSet(0, allWritablePtrs), typeInSet(1, allIntScalars))); in SPIRVLegalizerInfo() 186 .legalForCartesianProduct(allPtrs, allIntScalars); in SPIRVLegalizerInfo() 188 .legalForCartesianProduct(allIntScalars, allPtrs); in SPIRVLegalizerInfo() 190 allPtrs, allIntScalars); in SPIRVLegalizerInfo() 206 .legalForCartesianProduct(allIntScalars, allWritablePtrs); in SPIRVLegalizerInfo()
|