Home
last modified time | relevance | path

Searched refs:CurrentIndex (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h641 const NameIndex *CurrentIndex = nullptr;
686 return A.CurrentIndex == B.CurrentIndex && A.DataOffset == B.DataOffset;
696 const NameIndex *CurrentIndex; variable
702 assert(CurrentName <= CurrentIndex->getNameCount()); in next()
715 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName) in NameIterator() argument
716 : CurrentIndex(CurrentIndex), CurrentName(CurrentName) {} in NameIterator()
719 return CurrentIndex->getNameTableEntry(CurrentName);
732 return A.CurrentIndex == B.CurrentIndex && A.CurrentName == B.CurrentName;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp971 SlotIndex CurrentIndex = LRPosInfo[0].Begin; in extractInstructionFeatures() local
985 while (CurrentIndex <= LRPosInfo[CurrentSegmentIndex].End && in extractInstructionFeatures()
987 int CurrentOpcode = GetOpcode(CurrentIndex); in extractInstructionFeatures()
992 if (CurrentIndex >= LastIndex) { in extractInstructionFeatures()
995 CurrentIndex = CurrentIndex.getNextIndex(); in extractInstructionFeatures()
1007 assert(LRPosInfo[CurrentSegmentIndex].Begin <= CurrentIndex); in extractInstructionFeatures()
1038 if (CurrentIndex >= LastIndex) { in extractInstructionFeatures()
1041 CurrentIndex = CurrentIndex.getNextIndex(); in extractInstructionFeatures()
1054 CurrentIndex = LRPosInfo[CurrentSegmentIndex + 1].Begin; in extractInstructionFeatures()
1060 void extractMBBFrequency(const SlotIndex CurrentIndex, in extractMBBFrequency() argument
[all …]
H A DMLRegAllocEvictAdvisor.h43 void extractMBBFrequency(const SlotIndex CurrentIndex,
H A DCodeGenPrepare.cpp3459 size_t CurrentIndex = 0; member in __anon01de4a8e0c11::PhiNodeSetIterator
3555 void SkipRemovedElements(size_t &CurrentIndex) { in SkipRemovedElements() argument
3556 while (CurrentIndex < NodeList.size()) { in SkipRemovedElements()
3562 ++CurrentIndex; in SkipRemovedElements()
3568 : Set(Set), CurrentIndex(Start) {} in PhiNodeSetIterator()
3571 assert(CurrentIndex < Set->NodeList.size() && in operator *()
3573 return Set->NodeList[CurrentIndex]; in operator *()
3577 assert(CurrentIndex < Set->NodeList.size() && in operator ++()
3579 ++CurrentIndex; in operator ++()
3580 Set->SkipRemovedElements(CurrentIndex); in operator ++()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c216 UINT32 CurrentIndex; in AcpiDmDisasmByteList() local
239 CurrentIndex = i + j; in AcpiDmDisasmByteList()
240 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()
248 AcpiOsPrintf (" 0x%2.2X", ByteData[CurrentIndex]); in AcpiDmDisasmByteList()
252 if (CurrentIndex < (ByteCount - 1)) in AcpiDmDisasmByteList()
267 CurrentIndex = i + j; in AcpiDmDisasmByteList()
268 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()
273 BufChar = ByteData[CurrentIndex]; in AcpiDmDisasmByteList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp881 const Header &Hdr = CurrentIndex->Hdr; in findEntryOffsetInCurrentIndex()
884 for (const NameTableEntry &NTE : *CurrentIndex) { in findEntryOffsetInCurrentIndex()
896 uint32_t Index = CurrentIndex->getBucketArrayEntry(Bucket); in findEntryOffsetInCurrentIndex()
901 uint32_t Hash = CurrentIndex->getHashArrayEntry(Index); in findEntryOffsetInCurrentIndex()
905 NameTableEntry NTE = CurrentIndex->getNameTableEntry(Index); in findEntryOffsetInCurrentIndex()
913 auto EntryOr = CurrentIndex->getEntry(&DataOffset); in getEntryAtCurrentOffset()
932 CurrentIndex != End; ++CurrentIndex) { in searchFromStartOfCurrentIndex()
940 assert(CurrentIndex && "Incrementing an end() iterator?"); in next()
947 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) { in next()
953 ++CurrentIndex; in next()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h189 const u32 Index = atomic_fetch_add(&CurrentIndex, 1U, memory_order_relaxed); in initThread()
240 atomic_u32 CurrentIndex = {}; member
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpidebug.h251 bit32 CurrentIndex; member
H A Dmpidebug.c890 pBParms->CurrentIndex = saRoot->CurrentTraceIndex; in siTraceGetInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp58 ~PakedBitsWriter() { assert(!CurrentIndex); } in ~PakedBitsWriter()
61 assert(CurrentIndex && "Writing Bits without recording first!"); in addBit()
65 assert(CurrentIndex && "Writing Bits without recording first!"); in addBits()
70 if (!CurrentIndex) in writeBits()
73 RecordRef[*CurrentIndex] = (uint32_t)PackingBits; in writeBits()
74 CurrentIndex = std::nullopt; in writeBits()
81 CurrentIndex = RecordRef.size(); in updateBits()
88 std::optional<unsigned> CurrentIndex; member in clang::ASTStmtWriter::PakedBitsWriter
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h607 bit32 CurrentIndex; member
H A Dtdioctl.c847 BufferParms.CurrentIndex = 0; in tiCOMMgntIOCTL()
894 BufferParms.CurrentIndex = 0; in tiCOMMgntIOCTL()
902 llist->CurrentIndex = BufferParms.CurrentIndex ; in tiCOMMgntIOCTL()
926 BufferParms.CurrentIndex = 0; in tiCOMMgntIOCTL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3612 size_t CurrentIndex = 0; in emitInlinees() local
3613 while (CurrentIndex < SortedInlinees.size()) { in emitInlinees()
3616 std::min(ChunkSize, SortedInlinees.size() - CurrentIndex); in emitInlinees()
3620 const size_t CurrentChunkEnd = CurrentIndex + CurrentChunkSize; in emitInlinees()
3621 for (; CurrentIndex < CurrentChunkEnd; ++CurrentIndex) { in emitInlinees()
3623 OS.emitInt32(SortedInlinees[CurrentIndex].getIndex()); in emitInlinees()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp489 unsigned CurrentIndex = BeginIndex; in populateBundleOperandInfos() local
495 BOI.Begin = CurrentIndex; in populateBundleOperandInfos()
496 BOI.End = CurrentIndex + BI->input_size(); in populateBundleOperandInfos()
497 CurrentIndex = BOI.End; in populateBundleOperandInfos()