Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h519 return beginIndex() > Start.getBaseIndex() && in isLocal()
543 const_iterator I = find(Idx.getBaseIndex()); in Query()
555 if (I->start <= Idx.getBaseIndex()) { in Query()
568 if (EarlyVal->def == Idx.getBaseIndex()) in Query()
588 if (Indexes->getNextNonNullIndex(S.start).getBaseIndex() < in isZeroLength()
589 S.end.getBaseIndex()) in isZeroLength()
H A DSlotIndexes.h246 SlotIndex getBaseIndex() const {
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h216 Indexes.push_back(After ? SI.getDeadSlot() : SI.getBaseIndex()); in getLiveRegMap()
255 return getLiveRegs(LIS.getInstructionIndex(MI).getBaseIndex(), LIS, in getLiveRegsBefore()
H A DGCNRegPressure.cpp185 auto SI = LIS.getInstructionIndex(*MO.getParent()).getBaseIndex(); in getUsedRegMask()
335 : LIS.getInstructionIndex(*NextMI).getBaseIndex(); in advanceBeforeNext()
434 const auto &SI = LIS.getInstructionIndex(*LastTrackedMI).getBaseIndex(); in isValid()
H A DSIWholeQuadMode.cpp1157 SlotIndex Next = S->start.getBaseIndex(); in prepareInsertion()
1162 MachineInstr *EndMI = LIS->getInstructionFromIndex(S->end.getBaseIndex()); in prepareInsertion()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1098 LiveRange::iterator OldIdxIn = LR.find(OldIdx.getBaseIndex()); in handleMoveDown()
1125 LR.advanceTo(Next, NewIdx.getBaseIndex()); in handleMoveDown()
1271 LiveRange::iterator OldIdxIn = LR.find(OldIdx.getBaseIndex()); in handleMoveUp()
1337 assert(NewIdxIn == LR.find(NewIdx.getBaseIndex())); in handleMoveUp()
1722 assert(VNI->def.getBaseIndex() == Pos.getBaseIndex()); in removeVRegDefAt()
1729 if (SVNI->def.getBaseIndex() == Pos.getBaseIndex()) in removeVRegDefAt()
H A DRenameIndependentSubregs.cpp191 : Pos.getBaseIndex(); in findComponents()
225 : Pos.getBaseIndex(); in rewriteOperands()
H A DSplitKit.cpp656 Idx = Idx.getBaseIndex(); in enterIntvBefore()
772 Idx = Idx.getBaseIndex(); in leaveIntvBefore()
1681 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1844 if (!EnterAfter || EnterAfter < BI.FirstInstr.getBaseIndex()) { in splitRegOutBlock()
H A DVirtRegMap.cpp515 SlotIndex BeforeMIUses = MIIndex.getBaseIndex(); in subRegLiveThrough()
H A DRegisterPressure.cpp624 Pos.getBaseIndex()); in adjustLaneLiveness()
1258 Pos.getBaseIndex(), LaneBitmask::getNone(), in getLastUsedLanes()
H A DRegAllocGreedy.cpp1400 BI.LiveIn ? BI.FirstInstr.getBaseIndex() : BI.FirstInstr; in calcGapWeights()
1433 if (Uses[Gap+1].getBaseIndex() >= IntI.stop()) in calcGapWeights()
1457 if (Uses[Gap+1].getBaseIndex() >= I->end) in calcGapWeights()
H A DInlineSpiller.cpp592 VNInfo *ParentVNI = VirtReg.getVNInfoAt(UseIdx.getBaseIndex()); in reMaterializeFor()
H A DTwoAddressInstructionPass.cpp1604 if (S->end.getBaseIndex() != UseIdx) in processTiedPairs()
H A DRegisterCoalescer.cpp1023 if (S->start.getBaseIndex() == CopyIdx.getBaseIndex()) in removeCopyByCommutingDef()
H A DLiveDebugVariables.cpp1592 Idx = Idx.getBaseIndex(); in findInsertLocation()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp374 for (SlotIndex I = S.start.getBaseIndex(), E = S.end.getBaseIndex(); in shouldCoalesce()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp3366 static unsigned getBaseIndex(const CXXRecordDecl *Derived, in getBaseIndex() function
3803 O = &O->getStructBase(getBaseIndex(Derived, Base)); in findSubobject()
9939 Value = &Value->getStructBase(getBaseIndex(RD, Base)); in VisitCastExpr()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1122 if (S->end.getBaseIndex() == Idx) in classifyLEAReg()