/openbsd/gnu/llvm/llvm/docs/ |
H A D | AMDGPUModifierSyntax.rst | 30 offset0 176 gds 220 vm 339 dlc 344 glc 349 lds 364 nv 379 nt 489 da 630 nv [all …]
|
H A D | CommandLine.rst | 1050 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 D | AMDGPUInstructionSyntax.rst | 199 Modifiers chapter
|
H A D | AMDGPUInstructionNotation.rst | 121 Modifiers chapter
|
H A D | AMDGPUUsage.rst | 14401 Modifiers subsection
|
/openbsd/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/gnu/usr.bin/perl/pod/ |
H A D | perlrebackslash.pod | 339 =head2 Modifiers section
|
H A D | perlre.pod | 308 =head2 Modifiers section
|
/openbsd/gnu/llvm/llvm/include/llvm/FileCheck/ |
H A D | FileCheck.h | 84 std::bitset<FileCheckKindModifier::Size> Modifiers; variable
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 74 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 D | llvm-stress.cpp | 687 std::vector<std::unique_ptr<Modifier>> Modifiers; in FillFunction() local
|
/openbsd/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/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 770 VOPModifiers Modifiers; in collectVOPModifiers() local
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 572 std::vector<int> Modifiers; member
|
/openbsd/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/gnu/llvm/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1648 OpenMPScheduleClauseModifier Modifiers[NUM_MODIFIERS]; variable
|