Home
last modified time | relevance | path

Searched refs:OldIndex (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.h439 const clang::VarDecl *OldIndex, in VariableNamer() argument
443 SourceStmt(SourceStmt), OldIndex(OldIndex), TheContainer(TheContainer), in VariableNamer()
457 const clang::VarDecl *OldIndex; variable
DLoopConvertUtils.cpp857 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/
DLiveIntervals.cpp1492 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/
DLiveIntervalAnalysis.cpp1370 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/
DLiveIntervals.cpp1472 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/
DVectorCombine.cpp314 static Value *createShiftShuffle(Value *Vec, unsigned OldIndex, in createShiftShuffle() argument
321 ShufMask[NewIndex] = OldIndex; in createShiftShuffle()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp2413 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/
DSemaInit.cpp2060 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/
Dvariant.h690 template <std::size_t OldIndex>
691 void operator()(SizeT<OldIndex> /*old_i*/
/external/abseil-cpp/absl/types/internal/
Dvariant.h690 template <std::size_t OldIndex>
691 void operator()(SizeT<OldIndex> /*old_i*/
/external/openscreen/third_party/abseil/src/absl/types/internal/
Dvariant.h690 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/
Dvariant.h690 template <std::size_t OldIndex>
691 void operator()(SizeT<OldIndex> /*old_i*/
/external/webrtc/third_party/abseil-cpp/absl/types/internal/
Dvariant.h690 template <std::size_t OldIndex>
691 void operator()(SizeT<OldIndex> /*old_i*/
/external/libtextclassifier/abseil-cpp/absl/types/internal/
Dvariant.h690 template <std::size_t OldIndex>
691 void operator()(SizeT<OldIndex> /*old_i*/
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c124 unsigned int OldIndex:(RC_REGISTER_INDEX_BITS+1);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9586 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/
DSelectionDAGBuilder.cpp9694 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/
DCGObjCMac.cpp2250 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/
DCGObjCMac.cpp2550 int OldIndex = RunSkipBlockVars.size() - 1; in BuildRCRecordLayout() local
2559 for (int i = OldIndex+1; i <= FirstIndex; ++i) in BuildRCRecordLayout()