Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h95 typedef typename BVH1::Index Index1; in BVIntersect() typedef
109 …std::vector<std::pair<Index1, Index2> > todo(1, std::make_pair(tree1.getRootIndex(), tree2.getRoot… in BVIntersect()
238 typedef typename BVH1::Index Index1; in BVMinimize() typedef
242 typedef std::pair<Scalar, std::pair<Index1, Index2> > QueueElement; //first element is priority in BVMinimize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp221 unsigned Index1 = MakeIndex(String1); in MakeIndex() local
222 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex()
223 (void) Index1; in MakeIndex()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp5076 inline uint32_t makePshufdMask(SizeT Index0, SizeT Index1, SizeT Index2, in makePshufdMask() argument
5078 const SizeT Mask = (Index0 & 0x3) | ((Index1 & 0x3) << 2) | in makePshufdMask()
5085 Operand *Src, SizeT Index0, SizeT Index1, SizeT Index2, SizeT Index3) { in lowerShuffleVector_AllFromSameSrc() argument
5087 assert((Index0 & SrcBit) == (Index1 & SrcBit)); in lowerShuffleVector_AllFromSameSrc()
5096 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); in lowerShuffleVector_AllFromSameSrc()
5103 SizeT Index1, Operand *Src1, in lowerShuffleVector_TwoFromSameSrc() argument
5106 assert((Index0 & SrcBit) == (Index1 & SrcBit) || (Index1 == IGNORE_INDEX)); in lowerShuffleVector_TwoFromSameSrc()
5116 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); in lowerShuffleVector_TwoFromSameSrc()
5125 SizeT Index1) { in lowerShuffleVector_UnifyFromDifferentSrcs() argument
5127 Index1, IGNORE_INDEX); in lowerShuffleVector_UnifyFromDifferentSrcs()
[all …]
DIceTargetLoweringX8632.cpp5666 inline uint32_t makePshufdMask(SizeT Index0, SizeT Index1, SizeT Index2, in makePshufdMask() argument
5668 const SizeT Mask = (Index0 & 0x3) | ((Index1 & 0x3) << 2) | in makePshufdMask()
5675 Operand *Src, SizeT Index0, SizeT Index1, SizeT Index2, SizeT Index3) { in lowerShuffleVector_AllFromSameSrc() argument
5677 assert((Index0 & SrcBit) == (Index1 & SrcBit)); in lowerShuffleVector_AllFromSameSrc()
5686 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); in lowerShuffleVector_AllFromSameSrc()
5693 SizeT Index1, Operand *Src1, in lowerShuffleVector_TwoFromSameSrc() argument
5696 assert((Index0 & SrcBit) == (Index1 & SrcBit) || (Index1 == IGNORE_INDEX)); in lowerShuffleVector_TwoFromSameSrc()
5706 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); in lowerShuffleVector_TwoFromSameSrc()
5715 SizeT Index1) { in lowerShuffleVector_UnifyFromDifferentSrcs() argument
5717 Index1, IGNORE_INDEX); in lowerShuffleVector_UnifyFromDifferentSrcs()
[all …]
DIceTargetLoweringX8664.h908 SizeT Index1, SizeT Index2,
912 SizeT Index1, Operand *Src1,
919 SizeT Index1);
DIceTargetLoweringX8632.h925 SizeT Index1, SizeT Index2,
929 SizeT Index1, Operand *Src1,
936 SizeT Index1);
/external/llvm/lib/Option/
DArgList.cpp368 unsigned Index1 = MakeIndex(String1); in MakeIndex() local
369 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex()
370 (void) Index1; in MakeIndex()
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dpretty_printing_scenarios.story390 void m1(@Boo boolean @Index1 [] @ Index2 [] boolArray) {}
396 void m1(@Boo boolean @Index1 [] @Index2 [] boolArray) {
/external/clang/lib/AST/
DASTImporter.cpp1087 if (Optional<unsigned> Index1 = findUntaggedStructOrUnionIndex(D1)) { in IsStructurallyEquivalent() local
1089 if (*Index1 != *Index2) in IsStructurallyEquivalent()
2767 if (Optional<unsigned> Index1 in VisitRecordDecl() local
2771 if (*Index1 != *Index2) in VisitRecordDecl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp19869 int Index0, Index1; in scalarizeBinOpOfSplats() local
19871 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats()
19872 if (!Src0 || !Src1 || Index0 != Index1 || in scalarizeBinOpOfSplats()