Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp3919 uint32_t ElemPerCont = in lowerExtractElement() local
3921 auto *Src = Src0R->getContainers()[Index / ElemPerCont]; in lowerExtractElement()
3924 uint32_t PosInCont = Index % ElemPerCont; in lowerExtractElement()
3925 if (ElemPerCont == 1) { in lowerExtractElement()
3927 } else if (ElemPerCont == 2) { in lowerExtractElement()
3939 } else if (ElemPerCont == 4) { in lowerExtractElement()
4431 uint32_t ElemPerCont = in lowerInsertElement() local
4434 auto *Src = Src0R->getContainers()[Index / ElemPerCont]; in lowerInsertElement()
4436 if (ElemPerCont > 1) in lowerInsertElement()
4446 auto *DstE = TVDest->getContainers()[Index / ElemPerCont]; in lowerInsertElement()
[all …]