Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveIntervals.cpp1510 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMove() local
1513 assert(getMBBStartIdx(MI.getParent()) <= OldIndex && in handleMove()
1514 OldIndex < getMBBEndIdx(MI.getParent()) && in handleMove()
1517 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1534 SlotIndex OldIndex = Indexes->getInstructionIndex(*I, true); in handleMoveIntoNewBundle() local
1535 ToProcess.push_back(OldIndex); in handleMoveIntoNewBundle()
1539 for (SlotIndex OldIndex : ToProcess) { in handleMoveIntoNewBundle() local
1540 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMoveIntoNewBundle()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaInit.cpp2484 unsigned OldIndex = Index; in CheckDesignatedInitializer() local
2485 IList->setInit(OldIndex, DIE->getInit()); in CheckDesignatedInitializer()
2492 if (IList->getInit(OldIndex) != DIE->getInit()) in CheckDesignatedInitializer()
2493 DIE->setInit(IList->getInit(OldIndex)); in CheckDesignatedInitializer()
2494 IList->setInit(OldIndex, DIE); in CheckDesignatedInitializer()
2729 unsigned OldIndex = NumBases + PrevField->getFieldIndex(); in CheckDesignatedInitializer() local
2730 if (StructuredList && OldIndex <= StructuredList->getNumInits()) { in CheckDesignatedInitializer()
2731 if (Expr *PrevInit = StructuredList->getInit(OldIndex)) { in CheckDesignatedInitializer()
2794 unsigned OldIndex = Index; in CheckDesignatedInitializer() local
2802 IList->setInit(OldIndex, DIE); in CheckDesignatedInitializer()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVectorCombine.cpp480 static Value *createShiftShuffle(Value *Vec, unsigned OldIndex, in createShiftShuffle() argument
487 ShufMask[NewIndex] = OldIndex; in createShiftShuffle()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp10472 int OldIndex = AllocaIndex; in tryToElideArgumentCopy() local
10474 if (MFI.getObjectSize(FixedIndex) != MFI.getObjectSize(OldIndex)) { in tryToElideArgumentCopy()
10493 << " Replacing frame index " << OldIndex << " with " << FixedIndex in tryToElideArgumentCopy()
10496 MFI.RemoveStackObject(OldIndex); in tryToElideArgumentCopy()
10499 ArgCopyElisionFrameIndexMap.insert({OldIndex, FixedIndex}); in tryToElideArgumentCopy()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGObjCMac.cpp2513 int OldIndex = RunSkipBlockVars.size() - 1; in BuildRCRecordLayout() local
2522 for (int i = OldIndex+1; i <= FirstIndex; ++i) in BuildRCRecordLayout()