Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h133 unsigned EndIdx = TransitionInfoIdx; in transition() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp137 unsigned *EndIdx = nullptr; member
297 unsigned EndIdx, unsigned Edge) { in insertInternalNode()
355 unsigned extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend()
1025 unsigned EndIdx = StartIdx + StringLen - 1; in findCandidates() local
DPostRASchedulerList.cpp161 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; } in setEndIndex()
DStackColoring.cpp868 SlotIndex EndIdx = Indexes->getMBBEndIdx(&MBB); in calculateLiveIntervals() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp158 int EndIdx = NotSet; in trySequenceOfOnes() local
DAArch64InstrInfo.cpp1057 for (unsigned OpIdx = 0, EndIdx = Instr.getNumOperands(); OpIdx < EndIdx; in UpdateOperandRegClass() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp183 for (unsigned OpIdx = 0, EndIdx = MI.getNumOperands(); OpIdx != EndIdx; in getInstrMappingImpl() local
444 EndIdx = OpdMapper.getInstrMapping().getNumOperands(); in applyDefaultMapping() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp797 for (size_t I = getDIEIndex(Die) + 1, EndIdx = DieArray.size(); I < EndIdx; in getSibling() local
840 for (size_t I = getDIEIndex(Die) + 1, EndIdx = DieArray.size(); I < EndIdx; in getLastChild() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h621 auto Idx = R.begin(), EndIdx = R.end(); in findIndexesLiveAt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1404 unsigned EndIdx = Mask.back(); in isShuffleExtractingFromLHS() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1152 unsigned StartIdx, EndIdx; member