Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp82 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 DScheduler.cpp88 const MemoryGroup &Group = LSU.getGroup(IS->getLSUTokenID()); in issueInstructionImpl()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DOption.cpp70 const Option Group = getGroup(); in print()
102 const Option Group = getGroup(); in matches()
H A DArgList.cpp37 O = O.getGroup()) { in append()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionWasm.h58 const MCSymbolWasm *getGroup() const { return Group; } in getGroup() function
H A DMCSectionELF.h76 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DOption.h103 const Option getGroup() const { in getGroup() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1117 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 DMCWasmStreamer.cpp88 const MCSymbol *Grp = SectionWasm->getGroup(); in changeSection()
H A DELFObjectWriter.cpp835 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 DWasmObjectWriter.cpp1489 << 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 DMCELFStreamer.cpp160 const MCSymbol *Grp = SectionELF->getGroup(); in changeSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp252 if (Current->getGroup()) in parseDirectiveType()
H A DELFAsmParser.cpp672 if (const MCSymbol *Group = Section->getGroup()) { in ParseSectionArguments()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileUtilities.cpp373 sys::fs::changeFileOwnership(FD, Status.getUser(), Status.getGroup()); in apply()
H A DVirtualFileSystem.cpp65 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 DDriver.cpp820 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 DFileSystem.h204 uint32_t getGroup() const { return fs_st_gid; } in getGroup() function
211 uint32_t getGroup() const { in getGroup() function
H A DVirtualFileSystem.h96 uint32_t getGroup() const { return Group; } in getGroup() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp433 Status.getUser(), Status.getGroup(), Size, in getVirtualFileRef()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp148 M.GID = Status.getGroup(); in getFile()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1103 auto *Group = CWS->getGroup(); in doBeforeLabelEmit()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1160 const MCSymbolELF *Group = FnSection.getGroup(); in SwitchToEHSection()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3014 if (O.getGroup().isValid() && O.getGroup().getID() == OTOOL_grp_obsolete) { in parseOtoolOptions()

12