Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/abseil-cpp/absl/types/internal/
Dvariant.h690 template <std::size_t OldIndex>
691 void operator()(SizeT<OldIndex> /*old_i*/
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dvariant.h690 template <std::size_t OldIndex>
691 void operator()(SizeT<OldIndex> /*old_i*/
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c124 unsigned int OldIndex:(RC_REGISTER_INDEX_BITS+1);
/third_party/skia/third_party/externals/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()