Searched refs:allIntScalars (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.cpp | 133 auto allIntScalars = {s8, s16, s32, s64}; in SPIRVLegalizerInfo() local 179 all(typeInSet(0, allWritablePtrs), typeInSet(1, allIntScalars))); in SPIRVLegalizerInfo() 215 .legalForCartesianProduct(allPtrs, allIntScalars); in SPIRVLegalizerInfo() 217 .legalForCartesianProduct(allIntScalars, allPtrs); in SPIRVLegalizerInfo() 219 allPtrs, allIntScalars); in SPIRVLegalizerInfo() 235 .legalForCartesianProduct(allIntScalars, allWritablePtrs); in SPIRVLegalizerInfo()
|