Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1528 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMove() local
1531 assert(getMBBStartIdx(MI.getParent()) <= OldIndex && in handleMove()
1532 OldIndex < getMBBEndIdx(MI.getParent()) && in handleMove()
1535 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1552 SlotIndex OldIndex = Indexes->getInstructionIndex(*I, true); in handleMoveIntoNewBundle() local
1553 ToProcess.push_back(OldIndex); in handleMoveIntoNewBundle()
1557 for (SlotIndex OldIndex : ToProcess) { in handleMoveIntoNewBundle() local
1558 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoNewBundle()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2726 unsigned OldIndex = Index; in CheckDesignatedInitializer() local
2727 IList->setInit(OldIndex, DIE->getInit()); in CheckDesignatedInitializer()
2734 if (IList->getInit(OldIndex) != DIE->getInit()) in CheckDesignatedInitializer()
2735 DIE->setInit(IList->getInit(OldIndex)); in CheckDesignatedInitializer()
2736 IList->setInit(OldIndex, DIE); in CheckDesignatedInitializer()
2984 unsigned OldIndex = StructuredIndex - 1; in CheckDesignatedInitializer() local
2985 if (StructuredList && OldIndex <= StructuredList->getNumInits()) { in CheckDesignatedInitializer()
2986 if (Expr *PrevInit = StructuredList->getInit(OldIndex)) { in CheckDesignatedInitializer()
3049 unsigned OldIndex = Index; in CheckDesignatedInitializer() local
3057 IList->setInit(OldIndex, DIE); in CheckDesignatedInitializer()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp494 static Value *createShiftShuffle(Value *Vec, unsigned OldIndex, in createShiftShuffle() argument
501 ShufMask[NewIndex] = OldIndex; in createShiftShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3841 SlotIndex OldIndex = LIS->getInstructionIndex(*MIB).getRegSlot(false); in convertToThreeAddress() local
3845 auto S = LR.find(OldIndex); in convertToThreeAddress()
3846 if (S != LR.end() && S->start == OldIndex) { in convertToThreeAddress()
3847 assert(S->valno && S->valno->def == OldIndex); in convertToThreeAddress()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11391 int OldIndex = AllocaIndex; in tryToElideArgumentCopy() local
11393 if (MFI.getObjectSize(FixedIndex) != MFI.getObjectSize(OldIndex)) { in tryToElideArgumentCopy()
11412 << " Replacing frame index " << OldIndex << " with " << FixedIndex in tryToElideArgumentCopy()
11415 MFI.RemoveStackObject(OldIndex); in tryToElideArgumentCopy()
11419 ArgCopyElisionFrameIndexMap.insert({OldIndex, FixedIndex}); in tryToElideArgumentCopy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2512 int OldIndex = RunSkipBlockVars.size() - 1; in BuildRCRecordLayout() local
2521 for (int i = OldIndex+1; i <= FirstIndex; ++i) in BuildRCRecordLayout()