| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/Option/ |
| H A D | Option.cpp | 70 const Option Group = getGroup(); in print() 102 const Option Group = getGroup(); in matches()
|
| H A D | ArgList.cpp | 37 O = O.getGroup()) { in append()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Option/ |
| H A D | Option.h | 103 const Option getGroup() const { in getGroup() function
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 1117 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection() 1135 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection() 1155 if (const MCSymbol *Group = ElfSec.getGroup()) { in getKCFITrapSection() 1171 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPseudoProbeSection() 1223 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPCSection()
|
| H A D | MCWasmStreamer.cpp | 88 const MCSymbol *Grp = SectionWasm->getGroup(); in changeSection()
|
| H A D | ELFObjectWriter.cpp | 835 Sec.getGroup(), &Sec); in createRelocationSection() 1067 GroupSymbolIndex = Section->getGroup()->getIndex(); in writeSectionHeader() 1114 const MCSymbolELF *SignatureSymbol = Section.getGroup(); in writeObject() 1151 const MCSymbol *SignatureSymbol = Group->getGroup(); in writeObject()
|
| H A D | WasmObjectWriter.cpp | 1489 << Section.getGroup() << "\n";); in writeOneObject() 1516 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject() 1551 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject() 1601 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject()
|
| H A D | MCELFStreamer.cpp | 160 const MCSymbol *Grp = SectionELF->getGroup(); in changeSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 252 if (Current->getGroup()) in parseDirectiveType()
|
| H A D | ELFAsmParser.cpp | 672 if (const MCSymbol *Group = Section->getGroup()) { in ParseSectionArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | FileUtilities.cpp | 373 sys::fs::changeFileOwnership(FD, Status.getUser(), Status.getGroup()); in apply()
|
| H A D | VirtualFileSystem.cpp | 65 User(Status.getUser()), Group(Status.getGroup()), Size(Status.getSize()), in Status() 76 In.getUser(), In.getGroup(), NewSize, In.getType(), in copyWithNewSize() 82 In.getUser(), In.getGroup(), In.getSize(), In.getType(), in copyWithNewName() 88 In.getUser(), In.getGroup(), In.getSize(), In.type(), in copyWithNewName()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Driver.cpp | 820 if (!opt.getGroup().isValid()) in warnIfDeprecatedOption() 822 if (opt.getGroup().getID() == OPT_grp_deprecated) { in warnIfDeprecatedOption() 829 if (!opt.getGroup().isValid() || !opt.hasFlag(DriverFlag::HelpHidden)) in warnIfUnimplementedOption() 831 switch (opt.getGroup().getID()) { in warnIfUnimplementedOption()
|
| /openbsd-src/gnu/llvm/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 | 96 uint32_t getGroup() const { return Group; } in getGroup() function
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | FileManager.cpp | 433 Status.getUser(), Status.getGroup(), Size, in getVirtualFileRef()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 148 M.GID = Status.getGroup(); in getFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1103 auto *Group = CWS->getGroup(); in doBeforeLabelEmit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 1160 const MCSymbolELF *Group = FnSection.getGroup(); in SwitchToEHSection()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 3014 if (O.getGroup().isValid() && O.getGroup().getID() == OTOOL_grp_obsolete) { in parseOtoolOptions()
|