Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp990 Type *ArrayAsVecType = scalarArrayTypeAsVector(PartType); in visitLoadImpl() local
991 Type *LegalType = legalNonAggregateFor(ArrayAsVecType); in visitLoadImpl()
1046 if (LegalType != ArrayAsVecType) in visitLoadImpl()
1047 LoadsRes = makeIllegalNonAggregate(LoadsRes, ArrayAsVecType, Name); in visitLoadImpl()
1048 if (ArrayAsVecType != PartType) in visitLoadImpl()
1115 Type *ArrayAsVecType = scalarArrayTypeAsVector(PartType); in visitStoreImpl() local
1116 if (ArrayAsVecType != PartType) { in visitStoreImpl()
1117 NewData = arrayToVector(NewData, ArrayAsVecType, Name); in visitStoreImpl()
1120 Type *LegalType = legalNonAggregateFor(ArrayAsVecType); in visitStoreImpl()
1121 if (LegalType != ArrayAsVecType) { in visitStoreImpl()