Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/docs/
H A DAMDGPUModifierSyntax.rst30 offset0
176 gds
220 vm
339 dlc
344 glc
349 lds
364 nv
379 nt
489 da
630 nv
[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/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/gnu/usr.bin/perl/pod/
H A Dperlrebackslash.pod339 =head2 Modifiers section
H A Dperlre.pod308 =head2 Modifiers section
/openbsd/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h84 std::bitset<FileCheckKindModifier::Size> Modifiers; variable
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp74 struct Modifiers { struct in __anon1b27f7090111::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/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp687 std::vector<std::unique_ptr<Modifier>> Modifiers; in FillFunction() local
/openbsd/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/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp770 VOPModifiers Modifiers; in collectVOPModifiers() local
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp572 std::vector<int> Modifiers; member
/openbsd/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/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h1648 OpenMPScheduleClauseModifier Modifiers[NUM_MODIFIERS]; variable