Home
last modified time | relevance | path

Searched refs:getGroup (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp81 MemoryGroup &NewGroup = getGroup(NewGID); in dispatch()
88 MemoryGroup &IDom = getGroup(ImmediateLoadDominator); in dispatch()
96 MemoryGroup &StoreGroup = getGroup(CurrentStoreBarrierGroupID); in dispatch()
106 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch()
147 getGroup(ImmediateLoadDominator).isExecuting(); in dispatch()
151 MemoryGroup &NewGroup = getGroup(NewGID); in dispatch()
157 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch()
166 MemoryGroup &LoadGroup = getGroup(ImmediateLoadDominator); in dispatch()
175 MemoryGroup &LoadGroup = getGroup(CurrentLoadBarrierGroupID); in dispatch()
190 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch()
H A DScheduler.cpp88 const MemoryGroup &Group = LSU.getGroup(IS->getLSUTokenID()); in issueInstructionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h278 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOption.cpp71 const Option Group = getGroup(); in print()
103 const Option Group = getGroup(); in matches()
H A DArgList.cpp38 O = O.getGroup()) { in append()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionELF.h78 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup() function
H A DMCSectionWasm.h58 const MCSymbolWasm *getGroup() const { return Group; } in getGroup() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOption.h103 const Option getGroup() const { in getGroup() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWasmStreamer.cpp64 const MCSymbol *Grp = SectionWasm->getGroup(); in changeSection()
H A DELFObjectWriter.cpp803 Flags, EntrySize, Sec.getGroup(), &Sec); in createRelocationSection()
1052 GroupSymbolIndex = Section->getGroup()->getIndex(); in writeSectionHeader()
1097 const MCSymbolELF *SignatureSymbol = Section.getGroup(); in writeObject()
1142 const MCSymbol *SignatureSymbol = Group->getGroup(); in writeObject()
H A DMCObjectFileInfo.cpp1036 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection()
1054 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection()
1071 if (const MCSymbol *Group = ElfSec->getGroup()) { in getPseudoProbeSection()
H A DWasmObjectWriter.cpp1424 << Section.getGroup() << "\n";); in writeOneObject()
1451 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject()
1486 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject()
1540 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject()
H A DMCELFStreamer.cpp156 const MCSymbol *Grp = SectionELF->getGroup(); in changeSection()
H A DMCContext.cpp446 if (const MCSymbol *Group = Section->getGroup()) in renameELFSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp239 if (Current->getGroup()) in parseDirectiveType()
H A DELFAsmParser.cpp651 if (const MCSymbol *Group = Section->getGroup()) { in ParseSectionArguments()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp58 Stat->getUser(), Stat->getGroup(), Size, in createFileEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h204 uint32_t getGroup() const { return fs_st_gid; } in getGroup() function
211 uint32_t getGroup() const { in getGroup() function
H A DVirtualFileSystem.h82 uint32_t getGroup() const { return Group; } in getGroup() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp297 sys::fs::changeFileOwnership(FD, Stat.getUser(), Stat.getGroup()); in restoreStatOnFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp404 Status.getUser(), Status.getGroup(), Size, in getVirtualFileRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp68 User(Status.getUser()), Group(Status.getGroup()), Size(Status.getSize()), in Status()
79 In.getUser(), In.getGroup(), In.getSize(), In.getType(), in copyWithNewName()
85 In.getUser(), In.getGroup(), In.getSize(), In.type(), in copyWithNewName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp111 M.GID = Status.getGroup(); in getFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1065 auto *Group = CWS->getGroup(); in doBeforeLabelEmit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1224 const MCSymbolELF *Group = FnSection.getGroup(); in SwitchToEHSection()

12