/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VectorCombine.cpp | 189 unsigned Index1 = cast<ConstantInt>(Ext1->getIndexOperand())->getZExtValue(); in getShuffleExtract() local 192 if (Index0 == Index1) in getShuffleExtract() 198 int Cost1 = TTI.getVectorInstrCost(Ext1->getOpcode(), VecTy, Index1); in getShuffleExtract() 212 if (PreferredExtractIndex == Index1) in getShuffleExtract() 216 return Index0 > Index1 ? Ext0 : Ext1; in getShuffleExtract() 524 uint64_t Index0 = 0, Index1 = 0; in scalarizeBinopOrCmp() local 530 m_ConstantInt(Index1))) && in scalarizeBinopOrCmp() 538 if (!IsConst0 && !IsConst1 && Index0 != Index1) in scalarizeBinopOrCmp() 549 uint64_t Index = IsConst0 ? Index1 : Index0; in scalarizeBinopOrCmp() 639 uint64_t Index0, Index1; in foldExtractedCmps() local [all …]
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | SelectionDAGAddressAnalysisTest.cpp | 137 SDValue Index1 = DAG->getMemBasePlusOffset(FIPtr, Offset1, Loc); in TEST_F() local 140 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value, Index1, in TEST_F() 171 SDValue Index1 = DAG->getMemBasePlusOffset(FIPtr, Offset1, Loc); in TEST_F() local 174 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value, Index1, in TEST_F() 241 SDValue Index1 = DAG->getMemBasePlusOffset(FIPtr, Offset1, Loc); in TEST_F() local 244 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value1, Index1, in TEST_F() 284 SDValue Index1 = DAG->getMemBasePlusOffset(FIPtr, Offset1, Loc); in TEST_F() local 287 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value1, Index1, in TEST_F() 320 SDValue Index1 = DAG->getMemBasePlusOffset(FIPtr1, Offset0, Loc); in TEST_F() local 323 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value1, Index1, in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | ArgList.cpp | 221 unsigned Index1 = MakeIndex(String1); in MakeIndex() local 222 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex() 223 (void) Index1; in MakeIndex()
|
/external/llvm-project/llvm/lib/Option/ |
D | ArgList.cpp | 221 unsigned Index1 = MakeIndex(String1); in MakeIndex() local 222 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex() 223 (void) Index1; in MakeIndex()
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | BVAlgorithms.h | 95 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/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 6145 inline uint32_t makePshufdMask(SizeT Index0, SizeT Index1, SizeT Index2, 6147 const SizeT Mask = (Index0 & 0x3) | ((Index1 & 0x3) << 2) | 6155 Operand *Src, SizeT Index0, SizeT Index1, SizeT Index2, SizeT Index3) { 6157 assert((Index0 & SrcBit) == (Index1 & SrcBit)); 6166 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); 6173 Operand *Src0, SizeT Index0, SizeT Index1, Operand *Src1, SizeT Index2, 6176 assert((Index0 & SrcBit) == (Index1 & SrcBit) || (Index1 == IGNORE_INDEX)); 6186 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3)); 6194 Operand *Src0, SizeT Index0, Operand *Src1, SizeT Index1) { 6196 Index1, IGNORE_INDEX); [all …]
|
D | IceTargetLoweringX86Base.h | 1178 SizeT Index1, SizeT Index2, 1182 SizeT Index1, Operand *Src1, 1189 SizeT Index1);
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 368 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/ |
D | pretty_printing_scenarios.story | 390 void m1(@Boo boolean @Index1 [] @ Index2 [] boolArray) {} 396 void m1(@Boo boolean @Index1 [] @Index2 [] boolArray) {
|
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
D | GSYMTest.cpp | 69 constexpr uint32_t Index1 = 1; in TEST() local 71 auto R = EntryToIndex.insert(std::make_pair(a1, Index1)); in TEST() 73 EXPECT_EQ(R.first->second, Index1); in TEST() 74 R = EntryToIndex.insert(std::make_pair(a1, Index1)); in TEST() 76 EXPECT_EQ(R.first->second, Index1); in TEST()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTStructuralEquivalence.cpp | 1359 if (Optional<unsigned> Index1 = in IsStructurallyEquivalent() local 1364 if (*Index1 != *Index2) in IsStructurallyEquivalent()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 1087 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/ |
D | DAGCombiner.cpp | 19869 int Index0, Index1; in scalarizeBinOpOfSplats() local 19871 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats() 19872 if (!Src0 || !Src1 || Index0 != Index1 || in scalarizeBinOpOfSplats()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 21276 int Index0, Index1; in scalarizeBinOpOfSplats() local 21278 SDValue Src1 = DAG.getSplatSourceVector(N1, Index1); in scalarizeBinOpOfSplats() 21279 if (!Src0 || !Src1 || Index0 != Index1 || in scalarizeBinOpOfSplats()
|