/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | LoopConvertUtils.h | 439 const clang::VarDecl *OldIndex, in VariableNamer() argument 443 SourceStmt(SourceStmt), OldIndex(OldIndex), TheContainer(TheContainer), in VariableNamer() 457 const clang::VarDecl *OldIndex; variable
|
D | LoopConvertUtils.cpp | 857 if (!declarationExists(IteratorName) || IteratorName == OldIndex->getName()) in createIndexName() 864 if (!declarationExists(IteratorName) || IteratorName == OldIndex->getName()) in createIndexName() 868 return std::string(OldIndex->getName()); in createIndexName()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 1492 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMove() local 1495 assert(getMBBStartIdx(MI.getParent()) <= OldIndex && in handleMove() 1496 OldIndex < getMBBEndIdx(MI.getParent()) && in handleMove() 1499 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove() 1516 SlotIndex OldIndex = Indexes->getInstructionIndex(*I, true); in handleMoveIntoNewBundle() local 1517 ToProcess.push_back(OldIndex); in handleMoveIntoNewBundle() 1521 for (SlotIndex OldIndex : ToProcess) { in handleMoveIntoNewBundle() local 1522 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoNewBundle()
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1370 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMove() local 1373 assert(getMBBStartIdx(MI.getParent()) <= OldIndex && in handleMove() 1374 OldIndex < getMBBEndIdx(MI.getParent()) && in handleMove() 1377 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove() 1384 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMoveIntoBundle() local 1386 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 1472 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMove() local 1475 assert(getMBBStartIdx(MI.getParent()) <= OldIndex && in handleMove() 1476 OldIndex < getMBBEndIdx(MI.getParent()) && in handleMove() 1479 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove() 1486 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMoveIntoBundle() local 1488 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VectorCombine.cpp | 314 static Value *createShiftShuffle(Value *Vec, unsigned OldIndex, in createShiftShuffle() argument 321 ShufMask[NewIndex] = OldIndex; in createShiftShuffle()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 2413 unsigned OldIndex = Index; in CheckDesignatedInitializer() local 2414 IList->setInit(OldIndex, DIE->getInit()); in CheckDesignatedInitializer() 2421 if (IList->getInit(OldIndex) != DIE->getInit()) in CheckDesignatedInitializer() 2422 DIE->setInit(IList->getInit(OldIndex)); in CheckDesignatedInitializer() 2423 IList->setInit(OldIndex, DIE); in CheckDesignatedInitializer() 2658 unsigned OldIndex = NumBases + PrevField->getFieldIndex(); in CheckDesignatedInitializer() local 2659 if (StructuredList && OldIndex <= StructuredList->getNumInits()) { in CheckDesignatedInitializer() 2660 if (Expr *PrevInit = StructuredList->getInit(OldIndex)) { in CheckDesignatedInitializer() 2723 unsigned OldIndex = Index; in CheckDesignatedInitializer() local 2731 IList->setInit(OldIndex, DIE); in CheckDesignatedInitializer() [all …]
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 2060 unsigned OldIndex = Index; in CheckDesignatedInitializer() local 2061 IList->setInit(OldIndex, DIE->getInit()); in CheckDesignatedInitializer() 2068 if (IList->getInit(OldIndex) != DIE->getInit()) in CheckDesignatedInitializer() 2069 DIE->setInit(IList->getInit(OldIndex)); in CheckDesignatedInitializer() 2070 IList->setInit(OldIndex, DIE); in CheckDesignatedInitializer() 2335 unsigned OldIndex = Index; in CheckDesignatedInitializer() local 2343 IList->setInit(OldIndex, DIE); in CheckDesignatedInitializer() 2545 unsigned OldIndex = Index; in CheckDesignatedInitializer() local 2553 Index = OldIndex; in CheckDesignatedInitializer()
|
/external/angle/third_party/abseil-cpp/absl/types/internal/ |
D | variant.h | 690 template <std::size_t OldIndex> 691 void operator()(SizeT<OldIndex> /*old_i*/
|
/external/abseil-cpp/absl/types/internal/ |
D | variant.h | 690 template <std::size_t OldIndex> 691 void operator()(SizeT<OldIndex> /*old_i*/
|
/external/openscreen/third_party/abseil/src/absl/types/internal/ |
D | variant.h | 690 template <std::size_t OldIndex> 691 void operator()(SizeT<OldIndex> /*old_i*/
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/ |
D | variant.h | 690 template <std::size_t OldIndex> 691 void operator()(SizeT<OldIndex> /*old_i*/
|
/external/webrtc/third_party/abseil-cpp/absl/types/internal/ |
D | variant.h | 690 template <std::size_t OldIndex> 691 void operator()(SizeT<OldIndex> /*old_i*/
|
/external/libtextclassifier/abseil-cpp/absl/types/internal/ |
D | variant.h | 690 template <std::size_t OldIndex> 691 void operator()(SizeT<OldIndex> /*old_i*/
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 124 unsigned int OldIndex:(RC_REGISTER_INDEX_BITS+1);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 9586 int OldIndex = AllocaIndex; in tryToElideArgumentCopy() local 9588 if (MFI.getObjectSize(FixedIndex) != MFI.getObjectSize(OldIndex)) { in tryToElideArgumentCopy() 9611 << " Replacing frame index " << OldIndex << " with " << FixedIndex in tryToElideArgumentCopy() 9614 MFI.RemoveStackObject(OldIndex); in tryToElideArgumentCopy() 9617 ArgCopyElisionFrameIndexMap.insert({OldIndex, FixedIndex}); in tryToElideArgumentCopy()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 9694 int OldIndex = AllocaIndex; in tryToElideArgumentCopy() local 9696 if (MFI.getObjectSize(FixedIndex) != MFI.getObjectSize(OldIndex)) { in tryToElideArgumentCopy() 9715 << " Replacing frame index " << OldIndex << " with " << FixedIndex in tryToElideArgumentCopy() 9718 MFI.RemoveStackObject(OldIndex); in tryToElideArgumentCopy() 9721 ArgCopyElisionFrameIndexMap.insert({OldIndex, FixedIndex}); in tryToElideArgumentCopy()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2250 int OldIndex = RunSkipBlockVars.size() - 1; in BuildRCRecordLayout() local 2260 for (int i = OldIndex+1; i <= FirstIndex; ++i) in BuildRCRecordLayout()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2550 int OldIndex = RunSkipBlockVars.size() - 1; in BuildRCRecordLayout() local 2559 for (int i = OldIndex+1; i <= FirstIndex; ++i) in BuildRCRecordLayout()
|