Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h275 const MemoryGroup &Group = getGroup(GroupID); in isReady()
283 const MemoryGroup &Group = getGroup(GroupID); in isPending()
291 const MemoryGroup &Group = getGroup(GroupID); in isWaiting()
297 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers()
301 const MemoryGroup &getGroup(unsigned Index) const { in getGroup() function
306 MemoryGroup &getGroup(unsigned Index) { in getGroup() function
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp70 const Option Group = getGroup(); in print()
104 const Option Group = getGroup(); in matches()
H A DArgList.cpp37 O = O.getGroup()) { in append()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h64 const MCSymbolWasm *getGroup() const { return Group; } in getGroup() function
H A DMCSectionELF.h82 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1088 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection()
1106 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection()
1126 if (const MCSymbol *Group = ElfSec.getGroup()) { in getKCFITrapSection()
1145 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPseudoProbeSection()
1196 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPCSection()
H A DMCWasmStreamer.cpp74 const MCSymbol *Grp = SectionWasm->getGroup(); in changeSection()
H A DELFObjectWriter.cpp690 /*EntrySize=*/1, Sec.getGroup(), &Sec); in createRelocationSection()
704 EntrySize, Sec.getGroup(), &Sec); in createRelocationSection()
945 GroupSymbolIndex = Section->getGroup()->getIndex(); in writeSectionHeader()
986 const MCSymbolELF *SignatureSymbol = Section.getGroup(); in writeObject()
H A DWasmObjectWriter.cpp1499 << Section.getGroup() << "\n";); in writeOneObject()
1528 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject()
1562 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject()
1612 if (const MCSymbolWasm *C = Section.getGroup()) { in writeOneObject()
H A DMCELFStreamer.cpp111 const MCSymbol *Grp = SectionELF->getGroup(); in changeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h106 const Option getGroup() const { in getGroup()
103 const Option getGroup() const { getGroup() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp315 sys::fs::changeFileOwnership(FD, Status.getUser(), Status.getGroup()); in apply()
H A DVirtualFileSystem.cpp66 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()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp256 if (Current->getGroup()) in parseDirectiveType()
H A DELFAsmParser.cpp687 if (const MCSymbol *Group = Section->getGroup()) { in ParseSectionArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h203 uint32_t getGroup() const { return fs_st_gid; } in getGroup() function
210 uint32_t getGroup() const { in getGroup() function
H A DVirtualFileSystem.h94 uint32_t getGroup() const { return Group; } in getGroup() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp876 if (!opt.getGroup().isValid()) in warnIfDeprecatedOption()
878 if (opt.getGroup().getID() == OPT_grp_deprecated) { in warnIfDeprecatedOption()
885 if (!opt.getGroup().isValid() || !opt.hasFlag(DriverFlag::HelpHidden)) in warnIfUnimplementedOption()
887 switch (opt.getGroup().getID()) { in warnIfUnimplementedOption()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp427 Status.getUser(), Status.getGroup(), Size, in getVirtualFileRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1102 auto *Group = CWS->getGroup(); in doBeforeLabelEmit()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1146 const MCSymbolELF *Group = FnSection.getGroup(); in SwitchToEHSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp161 M.GID = Status.getGroup(); in getFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3491 if (O.getGroup().isValid() && O.getGroup().getID() == OTOOL_grp_obsolete) { in parseOtoolOptions()

12