Home
last modified time | relevance | path

Searched refs:getBaseIndex (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h511 return beginIndex() > Start.getBaseIndex() && in isLocal()
535 const_iterator I = find(Idx.getBaseIndex()); in Query()
547 if (I->start <= Idx.getBaseIndex()) { in Query()
560 if (EarlyVal->def == Idx.getBaseIndex()) in Query()
580 if (Indexes->getNextNonNullIndex(S.start).getBaseIndex() < in isZeroLength()
581 S.end.getBaseIndex()) in isZeroLength()
H A DSlotIndexes.h241 SlotIndex getBaseIndex() const {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h218 Indexes.push_back(After ? SI.getDeadSlot() : SI.getBaseIndex()); in getLiveRegMap()
257 return getLiveRegs(LIS.getInstructionIndex(MI).getBaseIndex(), LIS, in getLiveRegsBefore()
H A DGCNRegPressure.cpp214 auto SI = LIS.getInstructionIndex(*MO.getParent()).getBaseIndex(); in getUsedRegMask()
362 SlotIndex SI = LIS.getInstructionIndex(*NextMI).getBaseIndex(); in advanceBeforeNext()
463 const auto &SI = LIS.getInstructionIndex(*LastTrackedMI).getBaseIndex(); in isValid()
H A DSIWholeQuadMode.cpp1092 SlotIndex Next = S->start.getBaseIndex(); in prepareInsertion()
1097 MachineInstr *EndMI = LIS->getInstructionFromIndex(S->end.getBaseIndex()); in prepareInsertion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1104 LiveRange::iterator OldIdxIn = LR.find(OldIdx.getBaseIndex()); in handleMoveDown()
1131 LR.advanceTo(Next, NewIdx.getBaseIndex()); in handleMoveDown()
1277 LiveRange::iterator OldIdxIn = LR.find(OldIdx.getBaseIndex()); in handleMoveUp()
1343 assert(NewIdxIn == LR.find(NewIdx.getBaseIndex())); in handleMoveUp()
1725 assert(VNI->def.getBaseIndex() == Pos.getBaseIndex()); in removeVRegDefAt()
1732 if (SVNI->def.getBaseIndex() == Pos.getBaseIndex()) in removeVRegDefAt()
H A DRenameIndependentSubregs.cpp191 : Pos.getBaseIndex(); in findComponents()
225 : Pos.getBaseIndex(); in rewriteOperands()
H A DSplitKit.cpp662 Idx = Idx.getBaseIndex(); in enterIntvBefore()
778 Idx = Idx.getBaseIndex(); in leaveIntvBefore()
1667 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1830 if (!EnterAfter || EnterAfter < BI.FirstInstr.getBaseIndex()) { in splitRegOutBlock()
H A DVirtRegMap.cpp515 SlotIndex BeforeMIUses = MIIndex.getBaseIndex(); in subRegLiveThrough()
H A DRegisterPressure.cpp625 Pos.getBaseIndex()); in adjustLaneLiveness()
1259 Pos.getBaseIndex(), LaneBitmask::getNone(), in getLastUsedLanes()
H A DRegAllocGreedy.cpp2186 BI.LiveIn ? BI.FirstInstr.getBaseIndex() : BI.FirstInstr; in calcGapWeights()
2219 if (Uses[Gap+1].getBaseIndex() >= IntI.stop()) in calcGapWeights()
2243 if (Uses[Gap+1].getBaseIndex() >= I->end) in calcGapWeights()
H A DInlineSpiller.cpp585 VNInfo *ParentVNI = VirtReg.getVNInfoAt(UseIdx.getBaseIndex()); in reMaterializeFor()
H A DRegisterCoalescer.cpp1038 if (S->start.getBaseIndex() == CopyIdx.getBaseIndex()) in removeCopyByCommutingDef()
H A DLiveDebugVariables.cpp1605 Idx = Idx.getBaseIndex(); in findInsertLocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp368 for (SlotIndex I = S.start.getBaseIndex(), E = S.end.getBaseIndex(); in shouldCoalesce()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3350 static unsigned getBaseIndex(const CXXRecordDecl *Derived, in getBaseIndex() function
3787 O = &O->getStructBase(getBaseIndex(Derived, Base)); in findSubobject()
9787 Value = &Value->getStructBase(getBaseIndex(RD, Base)); in VisitCastExpr()