Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUModifierSyntax.rst22 Modifiers chapter
28 .. _amdgpu_synid_ds_offset8:
30 offset8
55 offset16
80 swizzle pattern
152 gds
167 .. _amdgpu_synid_done:
169 done
183 compr
196 vm
[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.rst158 Modifiers chapter
H A DAMDGPUInstructionNotation.rst92 Modifiers chapter
H A DAMDGPUUsage.rst11425 Modifiers subsection
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h68 Optional<codeview::ModifierRecord> Modifiers; variable
H A DNativeTypeUDT.h67 Optional<codeview::ModifierRecord> Modifiers; variable
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DASN1_generate_nconf.pod123 =head2 Modifiers section in GENERATION STRING FORMAT
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DASN1_generate_nconf.pod122 =head2 Modifiers section in GENERATION STRING FORMAT
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h80 std::bitset<FileCheckKindModifier::Size> Modifiers; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp69 struct Modifiers { struct in __anon649c30870111::AMDGPUOperand
70 bool Abs = false;
71 bool Neg = false;
72 bool Sext = false;
74 bool hasFPModifiers() const { return Abs || Neg; } in hasFPModifiers()
75 bool hasIntModifiers() const { return Sext; } in hasIntModifiers()
76 bool hasModifiers() const { return hasFPModifiers() || hasIntModifiers(); } in hasModifiers()
78 int64_t getFPModifiersOperand() const { in getFPModifiersOperand()
85 int64_t getIntModifiersOperand() const { in getIntModifiersOperand()
91 int64_t getModifiersOperand() const { in getModifiersOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp691 std::vector<std::unique_ptr<Modifier>> Modifiers; in FillFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h133 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers) in ModifierRecord()
141 ModifierOptions Modifiers = ModifierOptions::None; variable
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp572 std::vector<int> Modifiers; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp19232 OpenMPMapModifierKind Modifiers[] = { in ActOnOpenMPMapClause() local
20216 OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown, in ActOnOpenMPToClause() local
20253 OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown, in ActOnOpenMPFromClause() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h1400 OpenMPScheduleClauseModifier Modifiers[NUM_MODIFIERS]; variable