Searched refs:OldIndex (Results 1 – 6 of 6) sorted by relevance
/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-7.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 1446 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMove() local 1449 assert(getMBBStartIdx(MI.getParent()) <= OldIndex && in handleMove() 1450 OldIndex < getMBBEndIdx(MI.getParent()) && in handleMove() 1453 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove() 1460 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMoveIntoBundle() local 1462 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoBundle()
|
/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/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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 8831 int OldIndex = AllocaIndex; in tryToElideArgumentCopy() local 8833 if (MFI.getObjectSize(FixedIndex) != MFI.getObjectSize(OldIndex)) { in tryToElideArgumentCopy() 8856 << " Replacing frame index " << OldIndex << " with " << FixedIndex in tryToElideArgumentCopy() 8859 MFI.RemoveStackObject(OldIndex); in tryToElideArgumentCopy() 8862 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()
|