Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/types/
DCompositeTypeConverter.kt27 class CompositeTypeConverter(val conv1: TypeConverter, val conv2: TypeConverter) : TypeConverter( constant in androidx.room.solver.types.CompositeTypeConverter
28 conv1.from, conv2.to) {
32 addStatement("final $T $L", conv1.to.typeName(), tmp) in convert()
33 conv1.convert(inputVarName, tmp, scope) in convert()
/frameworks/rs/rsov/compiler/tests/rs_allocation/
Dcopy_coords.ll15 %conv1 = trunc i32 %y to i8
16 %1 = insertelement <4 x i8> %0, i8 %conv1, i32 1
Dread.ll23 %conv1 = zext i8 %1 to i32
26 …l call <4 x i8> @_Z21rsGetElementAt_uchar413rs_allocationjj([1 x i32] %2, i32 %conv, i32 %conv1) #2
Daccess_same.ll23 %conv1 = zext i8 %1 to i32
26 …l call <4 x i8> @_Z21rsGetElementAt_uchar413rs_allocationjj([1 x i32] %2, i32 %conv, i32 %conv1) #2
Dmulti_read.ll24 %conv1 = zext i8 %1 to i32
27 …l call <4 x i8> @_Z21rsGetElementAt_uchar413rs_allocationjj([1 x i32] %2, i32 %conv, i32 %conv1) #2
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/
DTypeAdapterStore.kt216 val r1 = reverse(converter.conv1) ?: return null in <lambda>()