/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 935 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() 959 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() 986 Shuffle->getMaskValue(i))); in SimplifyDemandedVectorElts()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1028 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() 1052 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() 1079 Shuffle->getMaskValue(i))); in SimplifyDemandedVectorElts()
|
D | InstCombineVectorOps.cpp | 229 int SrcIdx = SVI->getMaskValue(Elt->getZExtValue()); in visitExtractElementInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1159 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() 1187 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() 1255 Shuffle->getMaskValue(i))); in SimplifyDemandedVectorElts()
|
D | InstCombineVectorOps.cpp | 255 int SrcIdx = SVI->getMaskValue(Elt->getZExtValue()); in visitExtractElementInst() 581 int Elt = Shuf.getMaskValue(i); in isShuffleEquivalentToSelect()
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 262 int InEl = SVI->getMaskValue(EltNo); in findScalarElement()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 264 int InEl = SVI->getMaskValue(EltNo); in findScalarElement()
|
D | InstructionSimplify.cpp | 4205 SourceShuf->getMaskValue(RootElt), RootVec, MaxRecurse); in foldIdentityShuffles()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 557 int Selector = SVI.getMaskValue(I); in visitShuffleVectorInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 675 int Selector = SVI.getMaskValue(I); in visitShuffleVectorInst()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 2351 int m = cast<ShuffleVectorInst>(J)->getMaskValue(v); in fillNewShuffleMask() 2549 Idx = LSV->getMaskValue(i); in getReplacementInput() 2567 Idx = HSV->getMaskValue(i); in getReplacementInput()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 2187 static int getMaskValue(Constant *Mask, unsigned i); 2189 int getMaskValue(unsigned i) const { 2190 return getMaskValue(getMask(), i);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 2433 static int getMaskValue(const Constant *Mask, unsigned Elt); 2437 int getMaskValue(unsigned Elt) const { 2438 return getMaskValue(getMask(), Elt);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 853 int Elt = ShuffleVectorInst::getMaskValue(Mask, i); in ConstantFoldShuffleVectorInstruction()
|
D | Instructions.cpp | 1677 int ShuffleVectorInst::getMaskValue(const Constant *Mask, unsigned i) { in getMaskValue() function in ShuffleVectorInst
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 847 int Elt = ShuffleVectorInst::getMaskValue(Mask, i); in ConstantFoldShuffleVectorInstruction()
|
D | Instructions.cpp | 1922 int ShuffleVectorInst::getMaskValue(Constant *Mask, unsigned i) { in getMaskValue() function in ShuffleVectorInst
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instructions.h | 1663 int getMaskValue(unsigned i) const;
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 3534 int SrcVal = SVI.getMaskValue(i); in visitShuffleVectorInst()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1589 int ShuffleVectorInst::getMaskValue(unsigned i) const { in getMaskValue() function in ShuffleVectorInst
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1151 int MV = SVI->getMaskValue(Idx); in getMaskElt()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2551 if (ShufInst->getMaskValue(i) != int(i + ElemNumToReduce / 2)) in isVectorReductionOp() 2554 if (ShufInst->getMaskValue(i) != -1) in isVectorReductionOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2753 if (ShufInst->getMaskValue(i) != int(i + ElemNumToReduce / 2)) in isVectorReductionOp() 2756 if (ShufInst->getMaskValue(i) != -1) in isVectorReductionOp()
|