Searched refs:getGroup (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp81 MemoryGroup &NewGroup = getGroup(NewGID);
88 MemoryGroup &IDom = getGroup(ImmediateLoadDominator);
96 MemoryGroup &StoreGroup = getGroup(CurrentStoreBarrierGroupID);
106 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID);
147 getGroup(ImmediateLoadDominator).isExecuting();
151 MemoryGroup &NewGroup = getGroup(NewGID);
157 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID);
166 MemoryGroup &LoadGroup = getGroup(ImmediateLoadDominator);
175 MemoryGroup &LoadGroup = getGroup(CurrentLoadBarrierGroupID);
190 MemoryGroup &Group = getGroup(CurrentLoadGroupI
[all...]
H A DScheduler.cpp88 const MemoryGroup &Group = LSU.getGroup(IS->getLSUTokenID());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h273 const MemoryGroup &Group = getGroup(GroupID);
281 const MemoryGroup &Group = getGroup(GroupID);
289 const MemoryGroup &Group = getGroup(GroupID);
295 const MemoryGroup &Group = getGroup(GroupID);
299 const MemoryGroup &getGroup(unsigned Index) const { function in class:llvm::mca::LSUnitBase
304 MemoryGroup &getGroup(unsigned Index) { function in class:llvm::mca::LSUnitBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h74 const MCSymbolELF *getGroup() const { return Group; } function in class:llvm::final
H A DMCSectionWasm.h54 const MCSymbolWasm *getGroup() const { return Group; } function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DDriver.cpp302 if (!opt.getGroup().isValid())
304 if (opt.getGroup().getID() == OPT_grp_deprecated) {
311 if (!opt.getGroup().isValid())
313 switch (opt.getGroup().getID()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h103 const Option getGroup() const { function in class:llvm::opt::Option
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp71 const Option Group = getGroup();
103 const Option Group = getGroup();
H A DArgList.cpp38 O = O.getGroup()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp64 const MCSymbol *Grp = SectionWasm->getGroup();
H A DELFObjectWriter.cpp803 Flags, EntrySize, Sec.getGroup(), &Sec);
1054 GroupSymbolIndex = Section->getGroup()->getIndex();
1101 const MCSymbolELF *SignatureSymbol = Section.getGroup();
1148 const MCSymbol *SignatureSymbol = Group->getGroup();
H A DMCELFStreamer.cpp156 const MCSymbol *Grp = SectionELF->getGroup();
H A DWasmObjectWriter.cpp1322 if (const MCSymbolWasm *C = Section.getGroup()) {
1399 if (const MCSymbolWasm *C = Section.getGroup()) {
H A DMCContext.cpp386 if (const MCSymbol *Group = Section->getGroup())
H A DMCObjectFileInfo.cpp945 if (const MCSymbol *Group = ElfSec.getGroup()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp58 Stat->getUser(), Stat->getGroup(), Size,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h224 uint32_t getGroup() const { return fs_st_gid; } function in class:llvm::sys::fs::basic_file_status
231 uint32_t getGroup() const { function in class:llvm::sys::fs::basic_file_status
H A DVirtualFileSystem.h81 uint32_t getGroup() const { return Group; } function in class:llvm::vfs::Status
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp372 Status.getUser(), Status.getGroup(), Size,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp110 M.GID = Status.getGroup();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp68 User(Status.getUser()), Group(Status.getGroup()), Size(Status.getSize()),
79 In.getUser(), In.getGroup(), In.getSize(), In.getType(),
85 In.getUser(), In.getGroup(), In.getSize(), In.type(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp631 if (const MCSymbol *Group = Section->getGroup()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1204 const MCSymbolELF *Group = FnSection.getGroup();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2178 if (O.getGroup().isValid() && O.getGroup().getID() == options::OPT_M_Group)

Completed in 346 milliseconds