| /openbsd-src/gnu/llvm/llvm/docs/ | 
| H A D | AMDGPUModifierSyntax.rst | 22 Modifiers  chapter28 .. _amdgpu_synid_ds_offset80:
 30 offset0
 55 offset1
 80 offset
 105 swizzle pattern
 176 gds
 191 .. _amdgpu_synid_done:
 193 done
 207 compr
 [all …]
 
 | 
| H A D | CommandLine.rst | 1050 Hiding an option from ``-help`` output1074 Controlling the number of occurrences required and allowed
 1117 Controlling whether or not a value must be specified
 1159 Controlling other formatting options
 1198 Controlling options grouping
 1245 Miscellaneous option modifiers
 1291 Response files
 
 | 
| H A D | AMDGPUInstructionSyntax.rst | 199 Modifiers  chapter
 | 
| H A D | AMDGPUInstructionNotation.rst | 121 Modifiers  chapter
 | 
| H A D | AMDGPUUsage.rst | 14401 Modifiers  subsection
 | 
| /openbsd-src/gnu/usr.bin/perl/pod/ | 
| H A D | perlre.pod | 308 =head2 Modifiers  section in DESCRIPTION 310 OverviewDESCRIPTION""Modifiers global()  argument
 447 Details on some modifiersDESCRIPTION""Modifiers global()  argument
 
 | 
| H A D | perlrebackslash.pod | 339 =head2 Modifiers  section in DESCRIPTION 368 ExamplesDESCRIPTION""Modifiers global()  argument
 
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ | 
| H A D | NativeTypeEnum.h | 69   std::optional<codeview::ModifierRecord> Modifiers;  variable
 | 
| H A D | NativeTypeUDT.h | 70   std::optional<codeview::ModifierRecord> Modifiers;  variable
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/ | 
| H A D | FileCheck.h | 84   std::bitset<FileCheckKindModifier::Size> Modifiers;  variable
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ | 
| H A D | AMDGPUAsmParser.cpp | 74   struct Modifiers {  struct in __anon2409b1d30111::AMDGPUOperand75     bool Abs = false;
 76     bool Neg = false;
 77     bool Sext = false;
 79     bool hasFPModifiers() const { return Abs || Neg; }  in hasFPModifiers()
 80     bool hasIntModifiers() const { return Sext; }  in hasIntModifiers()
 81     bool hasModifiers() const { return hasFPModifiers() || hasIntModifiers(); }  in hasModifiers()
 83     int64_t getFPModifiersOperand() const {  in getFPModifiersOperand()
 90     int64_t getIntModifiersOperand() const {  in getIntModifiersOperand()
 96     int64_t getModifiersOperand() const {  in getModifiersOperand()
 [all …]
 
 | 
| /openbsd-src/gnu/llvm/llvm/tools/llvm-stress/ | 
| H A D | llvm-stress.cpp | 687   std::vector<std::unique_ptr<Modifier>> Modifiers;  in FillFunction()  local
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ | 
| H A D | TypeRecord.h | 134   ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers)  in ModifierRecord()142   ModifierOptions Modifiers = ModifierOptions::None;  variable
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/ | 
| H A D | AMDGPUDisassembler.cpp | 770   VOPModifiers Modifiers;  in collectVOPModifiers()  local
 | 
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ | 
| H A D | ClangDiagnosticsEmitter.cpp | 572   std::vector<int> Modifiers;  member
 | 
| /openbsd-src/gnu/llvm/clang/lib/Sema/ | 
| H A D | SemaOpenMP.cpp | 21692     ArrayRef<OpenMPMapModifierKind> Modifiers = std::nullopt,  in checkMappableExpressionList()22008   OpenMPMapModifierKind Modifiers[] = {  in ActOnOpenMPMapClause()  local
 23063   OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown,  in ActOnOpenMPToClause()  local
 23100   OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown,  in ActOnOpenMPFromClause()  local
 
 | 
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ | 
| H A D | OpenMPClause.h | 1648   OpenMPScheduleClauseModifier Modifiers[NUM_MODIFIERS];  variable
 |