Home
last modified time | relevance | path

Searched defs:Modifiers (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUModifierSyntax.rst22 Modifiers chapter
28 .. _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 DCommandLine.rst1050 Hiding an option from ``-help`` output
1074 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 DAMDGPUInstructionSyntax.rst199 Modifiers chapter
H A DAMDGPUInstructionNotation.rst121 Modifiers chapter
H A DAMDGPUUsage.rst14401 Modifiers subsection
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlre.pod308 =head2 Modifiers section in DESCRIPTION
310 OverviewDESCRIPTION""Modifiers global() argument
447 Details on some modifiersDESCRIPTION""Modifiers global() argument
H A Dperlrebackslash.pod339 =head2 Modifiers section in DESCRIPTION
368 ExamplesDESCRIPTION""Modifiers global() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h69 std::optional<codeview::ModifierRecord> Modifiers; variable
H A DNativeTypeUDT.h70 std::optional<codeview::ModifierRecord> Modifiers; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h84 std::bitset<FileCheckKindModifier::Size> Modifiers; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp74 struct Modifiers { struct in __anon2409b1d30111::AMDGPUOperand
75 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 Dllvm-stress.cpp687 std::vector<std::unique_ptr<Modifier>> Modifiers; in FillFunction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h134 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers) in ModifierRecord()
142 ModifierOptions Modifiers = ModifierOptions::None; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp770 VOPModifiers Modifiers; in collectVOPModifiers() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp572 std::vector<int> Modifiers; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp21692 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 DOpenMPClause.h1648 OpenMPScheduleClauseModifier Modifiers[NUM_MODIFIERS]; variable