Searched refs:IndexListEntry (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 47 class IndexListEntry : public ilist_node<IndexListEntry> { 52 IndexListEntry(MachineInstr *mi, unsigned index) : mi(mi), index(index) {} in IndexListEntry() function 93 PointerIntPair<IndexListEntry*, 2, unsigned> lie; 95 IndexListEntry* listEntry() const { in listEntry() 122 SlotIndex(IndexListEntry *entry, unsigned slot) : lie(entry, slot) {} in SlotIndex() 305 using IndexList = simple_ilist<IndexListEntry>; 327 IndexListEntry* createEntry(MachineInstr *mi, unsigned index) { in createEntry() 328 IndexListEntry *entry = in createEntry() 329 static_cast<IndexListEntry *>(ileAllocator.Allocate( in createEntry() 330 sizeof(IndexListEntry), alignof(IndexListEntry))); in createEntry() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SlotIndexes.cpp | 136 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeMachineInstrFromMaps() 149 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeSingleMachineInstrFromMaps() 267 for (const IndexListEntry &ILE : indexList) { in print()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 17822 {"_ZN4llvm14IndexListEntry16getEmptyKeyEntryEv", "llvm::IndexListEntry::getEmptyKeyEntry()"}, 17823 {"_ZN4llvm14IndexListEntry20getTombstoneKeyEntryEv", "llvm::IndexListEntry::getTombstoneKeyEntry()"…
|