Home
last modified time | relevance | path

Searched refs:allIntScalars (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp126 auto allIntScalars = {s8, s16, s32, s64}; in SPIRVLegalizerInfo() local
132 auto allFloatAndIntScalars = allIntScalars; in SPIRVLegalizerInfo()
183 .legalForCartesianProduct(allPtrs, allIntScalars); in SPIRVLegalizerInfo()
185 .legalForCartesianProduct(allIntScalars, allPtrs); in SPIRVLegalizerInfo()
187 allPtrs, allIntScalars); in SPIRVLegalizerInfo()
203 .legalForCartesianProduct(allIntScalars, allWritablePtrs); in SPIRVLegalizerInfo()