| /llvm-project-15.0.7/llvm/lib/MCA/HardwareUnits/ |
| H A D | LSUnit.cpp | 82 MemoryGroup &NewGroup = getGroup(NewGID); in dispatch() 89 MemoryGroup &IDom = getGroup(ImmediateLoadDominator); in dispatch() 97 MemoryGroup &StoreGroup = getGroup(CurrentStoreBarrierGroupID); in dispatch() 107 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch() 148 getGroup(ImmediateLoadDominator).isExecuting(); in dispatch() 152 MemoryGroup &NewGroup = getGroup(NewGID); in dispatch() 158 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch() 167 MemoryGroup &LoadGroup = getGroup(ImmediateLoadDominator); in dispatch() 176 MemoryGroup &LoadGroup = getGroup(CurrentLoadBarrierGroupID); in dispatch() 191 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch()
|
| H A D | Scheduler.cpp | 88 const MemoryGroup &Group = LSU.getGroup(IS->getLSUTokenID()); in issueInstructionImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | LSUnit.h | 278 const MemoryGroup &Group = getGroup(GroupID); in isReady() 286 const MemoryGroup &Group = getGroup(GroupID); in isPending() 294 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() 300 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers() 304 const MemoryGroup &getGroup(unsigned Index) const { in getGroup() function 309 MemoryGroup &getGroup(unsigned Index) { in getGroup() function
|
| /llvm-project-15.0.7/llvm/lib/Option/ |
| H A D | Option.cpp | 71 const Option Group = getGroup(); in print() 103 const Option Group = getGroup(); in matches()
|
| H A D | ArgList.cpp | 38 O = O.getGroup()) { in append()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSectionWasm.h | 58 const MCSymbolWasm *getGroup() const { return Group; } in getGroup() function
|
| H A D | MCSectionELF.h | 76 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Option/ |
| H A D | Option.h | 103 const Option getGroup() const { in getGroup() function
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCWasmStreamer.cpp | 88 const MCSymbol *Grp = SectionWasm->getGroup(); in changeSection()
|
| H A D | ELFObjectWriter.cpp | 814 Sec.getGroup(), &Sec); in createRelocationSection() 1039 GroupSymbolIndex = Section->getGroup()->getIndex(); in writeSectionHeader() 1084 const MCSymbolELF *SignatureSymbol = Section.getGroup(); in writeObject() 1121 const MCSymbol *SignatureSymbol = Group->getGroup(); in writeObject()
|
| H A D | MCObjectFileInfo.cpp | 1112 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection() 1130 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection() 1147 if (const MCSymbol *Group = ElfSec->getGroup()) { in getPseudoProbeSection()
|
| H A D | WasmObjectWriter.cpp | 1492 << Section.getGroup() << "\n";); in writeOneObject() 1519 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject() 1554 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject() 1608 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject()
|
| H A D | MCELFStreamer.cpp | 157 const MCSymbol *Grp = SectionELF->getGroup(); in changeSection()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 246 if (Current->getGroup()) in parseDirectiveType()
|
| H A D | ELFAsmParser.cpp | 672 if (const MCSymbol *Group = Section->getGroup()) { in ParseSectionArguments()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Driver.cpp | 785 if (!opt.getGroup().isValid()) in warnIfDeprecatedOption() 787 if (opt.getGroup().getID() == OPT_grp_deprecated) { in warnIfDeprecatedOption() 794 if (!opt.getGroup().isValid() || !opt.hasFlag(DriverFlag::HelpHidden)) in warnIfUnimplementedOption() 796 switch (opt.getGroup().getID()) { in warnIfUnimplementedOption()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FileUtilities.cpp | 372 sys::fs::changeFileOwnership(FD, Status.getUser(), Status.getGroup()); in apply()
|
| H A D | VirtualFileSystem.cpp | 66 User(Status.getUser()), Group(Status.getGroup()), Size(Status.getSize()), in Status() 77 In.getUser(), In.getGroup(), NewSize, In.getType(), in copyWithNewSize() 83 In.getUser(), In.getGroup(), In.getSize(), In.getType(), in copyWithNewName() 89 In.getUser(), In.getGroup(), In.getSize(), In.type(), in copyWithNewName()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 204 uint32_t getGroup() const { return fs_st_gid; } in getGroup() function 211 uint32_t getGroup() const { in getGroup() function
|
| H A D | VirtualFileSystem.h | 97 uint32_t getGroup() const { return Group; } in getGroup() function
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | FileManager.cpp | 457 Status.getUser(), Status.getGroup(), Size, in getVirtualFileRef()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 148 M.GID = Status.getGroup(); in getFile()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1088 auto *Group = CWS->getGroup(); in doBeforeLabelEmit()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | VirtualFileSystemTest.cpp | 1136 ASSERT_EQ(0xDABBAD00, Stat->getGroup()); in TEST_F() 1140 ASSERT_EQ(0xDABBAD00, Stat->getGroup()); in TEST_F() 1145 ASSERT_EQ(0xDABBAD00, Stat->getGroup()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 1155 const MCSymbolELF *Group = FnSection.getGroup(); in SwitchToEHSection()
|