Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DDropUnitDims.cpp310 auto replacementInfo = replaceUnitExtents( in matchAndRewrite() local
313 reassociationMaps.push_back(replacementInfo.reassociation); in matchAndRewrite()
314 newIndexingMaps.push_back(replacementInfo.indexMap); in matchAndRewrite()
315 newInputOutputTypes.push_back(replacementInfo.type); in matchAndRewrite()
316 doCanonicalization |= replacementInfo.type != std::get<1>(it); in matchAndRewrite()
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp4323 const ShaderInterfaceVariableInfo *replacementInfo = mVariableInfoById[replacementId]; in transformAccessChain() local
4324 ValidateShaderInterfaceVariableIsAttribute(replacementInfo); in transformAccessChain()
4349 const ShaderInterfaceVariableInfo *replacementInfo = mVariableInfoById[replacementId]; in transformLoadHelper() local
4350 ValidateShaderInterfaceVariableIsAttribute(replacementInfo); in transformLoadHelper()
4361 const spirv::IdRef replacementTypeId(mFloatTypes[replacementInfo->attributeComponentCount]); in transformLoadHelper()
4368 if (aliasingInfo->attributeComponentCount == replacementInfo->attributeComponentCount) in transformLoadHelper()
4385 ASSERT(aliasingInfo->attributeComponentCount < replacementInfo->attributeComponentCount); in transformLoadHelper()