Home
last modified time | relevance | path

Searched defs:EndIdx (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSuffixTree.cpp55 unsigned EndIdx, unsigned Edge) { in insertInternalNode()
97 unsigned SuffixTree::extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAutomaton.h133 unsigned EndIdx = TransitionInfoIdx; in transition() local
H A DSuffixTree.h58 unsigned *EndIdx = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp157 int EndIdx = NotSet; in trySequenceOfOnes() local
H A DAArch64InstrInfo.cpp1191 for (unsigned OpIdx = 0, EndIdx = Instr.getNumOperands(); OpIdx < EndIdx; in UpdateOperandRegClass() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1840 for (unsigned SubIdx = 0, EndIdx = RegUnitSets.size(); in pruneUnitSets() local
1931 for (unsigned Idx = 0, EndIdx = RegUnitSets.size(); Idx != EndIdx; ++Idx) { in computeRegUnitSets() local
2113 for (unsigned Idx = 0, EndIdx = RegUnitSets.size(); Idx != EndIdx; ++Idx) in computeDerivedInfo() local
2118 for (unsigned Idx = 0, EndIdx = RegUnitSets.size(); Idx != EndIdx; ++Idx) in computeDerivedInfo() local
2125 for (unsigned Idx = 0, EndIdx = RegUnitSets.size(); Idx != EndIdx; ++Idx) { in computeDerivedInfo() local
H A DSubtargetEmitter.cpp1149 for (unsigned UseIdx = 0, EndIdx = Reads.size(); in GenSchedClassTables() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp283 SlotIndex EndIdx = LIS->getInstructionIndex(*AndExecMI); in optimizeElseBranch() local
H A DAMDGPULegalizerInfo.cpp4021 auto EndIdx = Intr->VAddrEnd; in packImage16bitOpsToDwords() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp183 for (unsigned OpIdx = 0, EndIdx = MI.getNumOperands(); OpIdx != EndIdx; in getInstrMappingImpl() local
443 EndIdx = OpdMapper.getInstrMapping().getNumOperands(); in applyDefaultMapping() local
H A DCombinerHelper.cpp2004 for (unsigned Idx = 1, EndIdx = SrcInstr->getNumOperands(); Idx != EndIdx; in matchCombineUnmergeMergeToPlainValues() local
2080 for (unsigned Idx = 1, EndIdx = MI.getNumDefs(); Idx != EndIdx; ++Idx) { in matchCombineUnmergeWithDeadLanesToTrunc() local
2161 for (unsigned Idx = 1, EndIdx = MI.getNumDefs(); Idx != EndIdx; ++Idx) { in applyCombineUnmergeZExtToZExt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp742 for (size_t I = getDIEIndex(Die) + 1, EndIdx = DieArray.size(); I < EndIdx; in getSibling() local
785 for (size_t I = getDIEIndex(Die) + 1, EndIdx = DieArray.size(); I < EndIdx; in getLastChild() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp159 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; } in setEndIndex()
H A DLiveIntervals.cpp1564 const SlotIndex EndIdx, LiveRange &LR, in repairOldRegInRange()
1668 SlotIndex EndIdx; in repairIntervalsInRange() local
H A DStackColoring.cpp912 SlotIndex EndIdx = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals() local
H A DFixupStatepointCallerSaved.cpp380 EndIdx = MI.getNumOperands(); in findRegistersToSpill() local
H A DMachineOutliner.cpp525 unsigned EndIdx = StartIdx + StringLen - 1; in findCandidates() local
H A DMIRPrinter.cpp406 const int EndIdx = MFI.getObjectIndexEnd(); in convertStackObjects() local
H A DInlineSpiller.cpp566 EndIdx = MI.getNumOperands(); in canGuaranteeAssignmentAfterRemat() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1237 unsigned EndIdx = IRSC.getEndIdx(); in pruneIncompatibleRegions() local
1636 unsigned EndIdx = OS->Candidate->getEndIdx(); in doOutline() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp713 unsigned EndIdx = StartIdx + StringLen - 1; in createCandidatesFromSuffixTree() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h621 auto Idx = R.begin(), EndIdx = R.end(); in findIndexesLiveAt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp771 for (int Idx = 0, EndIdx = PHI.getNumIncomingValues(); Idx < EndIdx; in isHardwareLoopProfitable() local
H A DPPCISelDAGToDAG.cpp1385 unsigned StartIdx, EndIdx; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1740 unsigned EndIdx = Mask.back(); in isShuffleExtractingFromLHS() local

12