Searched defs:VectorWidth (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp150 unsigned VectorWidth = EI.getVectorOperandType()->getNumElements(); local
154 if (IndexVal >= VectorWidth)
160 if (EI.getOperand(0)->hasOneUse() && VectorWidth != 1) {
161 APInt UndefElts(VectorWidth, 0);
162 APInt DemandedMask(VectorWidth, 0);
180 if (VT->getNumElements() == VectorWidth)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp161 unsigned VectorWidth = EI.getVectorOperandType()->getNumElements(); local
164 assert(IndexVal < VectorWidth);
169 if (EI.getOperand(0)->hasOneUse() && VectorWidth != 1) {
170 APInt UndefElts(VectorWidth, 0);
171 APInt DemandedMask(VectorWidth, 0);
185 if (VT->getNumElements() == VectorWidth)
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1216 unsigned VectorWidth = VecType->getNumElements(); local
1224 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) {
1242 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) {
1358 unsigned VectorWidth = VecType->getNumElements(); local
1361 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) {
1373 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) {
1467 unsigned VectorWidth = VecType->getNumElements(); local
1473 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) {
1493 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) {
1597 unsigned VectorWidth local
[all...]

Completed in 96 milliseconds