/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | LSUnit.h | 275 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 D | Option.cpp | 70 const Option Group = getGroup(); in print() 104 const Option Group = getGroup(); in matches()
|
H A D | ArgList.cpp | 37 O = O.getGroup()) { in append()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionWasm.h | 64 const MCSymbolWasm *getGroup() const { return Group; } in getGroup() function
|
H A D | MCSectionELF.h | 82 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup() function
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 1088 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 D | MCWasmStreamer.cpp | 74 const MCSymbol *Grp = SectionWasm->getGroup(); in changeSection()
|
H A D | ELFObjectWriter.cpp | 690 /*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 D | WasmObjectWriter.cpp | 1499 << 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 D | MCELFStreamer.cpp | 111 const MCSymbol *Grp = SectionELF->getGroup(); in changeSection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | Option.h | 106 const Option getGroup() const { in getGroup() 103 const Option getGroup() const { getGroup() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 315 sys::fs::changeFileOwnership(FD, Status.getUser(), Status.getGroup()); in apply()
|
H A D | VirtualFileSystem.cpp | 66 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 D | WasmAsmParser.cpp | 256 if (Current->getGroup()) in parseDirectiveType()
|
H A D | ELFAsmParser.cpp | 687 if (const MCSymbol *Group = Section->getGroup()) { in ParseSectionArguments()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 203 uint32_t getGroup() const { return fs_st_gid; } in getGroup() function 210 uint32_t getGroup() const { in getGroup() function
|
H A D | VirtualFileSystem.h | 94 uint32_t getGroup() const { return Group; } in getGroup() function
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Driver.cpp | 876 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 D | FileManager.cpp | 427 Status.getUser(), Status.getGroup(), Size, in getVirtualFileRef()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1102 auto *Group = CWS->getGroup(); in doBeforeLabelEmit()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 1146 const MCSymbolELF *Group = FnSection.getGroup(); in SwitchToEHSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 161 M.GID = Status.getGroup(); in getFile()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 3491 if (O.getGroup().isValid() && O.getGroup().getID() == OTOOL_grp_obsolete) { in parseOtoolOptions()
|