Home
last modified time | relevance | path

Searched refs:GroupID (Results 1 – 13 of 13) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h274 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in isReady() local
275 const MemoryGroup &Group = getGroup(GroupID); in isReady()
282 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in isPending() local
283 const MemoryGroup &Group = getGroup(GroupID); in isPending()
290 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in isWaiting() local
291 const MemoryGroup &Group = getGroup(GroupID); in isWaiting()
296 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in hasDependentUsers() local
297 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers()
326 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in onInstructionIssued() local
327 Groups[GroupID]->onInstructionIssued(IR); in onInstructionIssued()
/src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp206 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in onInstructionExecuted() local
207 auto It = Groups.find(GroupID); in onInstructionExecuted()
239 unsigned GroupID = IS.getLSUTokenID(); in onInstructionExecuted() local
240 if (!isValidGroupID(GroupID)) { in onInstructionExecuted()
241 if (GroupID == CurrentLoadGroupID) in onInstructionExecuted()
243 if (GroupID == CurrentStoreGroupID) in onInstructionExecuted()
245 if (GroupID == CurrentLoadBarrierGroupID) in onInstructionExecuted()
247 if (GroupID == CurrentStoreBarrierGroupID) in onInstructionExecuted()
/src/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp213 if (In.Prefixes.empty() || (!In.HelpText && !In.GroupID)) in findByPrefix()
689 unsigned GroupID = Opts.getOptionGroupID(Id); in getOptionHelpGroup() local
692 if (!GroupID) in getOptionHelpGroup()
699 if (const char *GroupHelp = Opts.getOptionHelpText(GroupID)) in getOptionHelpGroup()
703 return getOptionHelpGroup(Opts, GroupID); in getOptionHelpGroup()
/src/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h78 unsigned short GroupID; member
154 return getInfo(id).GroupID; in getOptionGroupID()
H A DOption.h109 return Owner->getOption(Info->GroupID); in getGroup()
/src/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h30 unsigned GroupID; member
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h251 static StringRef getWarningOptionDocumentation(diag::Group GroupID);
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def94 SEMANTIC_KIND(22, GroupID)
/src/stand/efi/include/amd64/
H A Dpe.h531 UINT8 GroupID[6]; // File member group id - decimal. member
/src/stand/efi/include/i386/
H A Dpe.h531 UINT8 GroupID[6]; // File member group id - decimal. member
/src/sys/contrib/edk2/Include/IndustryStandard/
H A DPeImage.h564 UINT8 GroupID[6]; ///< File member group id - decimal. member
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1081 int GroupID = NextNonReservedID++; in regroupNoUserInstructions() local
1097 CurrentColoring[SU->NodeNum] = GroupID; in regroupNoUserInstructions()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td45 int GroupID = groupID;