Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUModifierSyntax.rst30 offset0
177 gds
221 vm
337 dlc
342 glc
347 lds
362 nv
377 nt
487 da
632 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.rst172 Modifiers chapter
H A DAMDGPUInstructionNotation.rst117 Modifiers chapter
H A DAMDGPUUsage.rst14348 Modifiers subsection
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h70 Optional<codeview::ModifierRecord> Modifiers; variable
H A DNativeTypeUDT.h71 Optional<codeview::ModifierRecord> Modifiers; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.h89 uint32_t Modifiers = 0; member
H A DSemanticHighlighting.cpp389 auto Modifiers = ExtraModifiers.find(Resolved->R); in collect() local
H A DClangdLSPServer.cpp436 std::vector<llvm::StringRef> Modifiers; in semanticTokenModifiers() local
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp13 typedef BitField Modifiers; // should show as hex typedef
/llvm-project-15.0.7/llvm/include/llvm/FileCheck/
H A DFileCheck.h84 std::bitset<FileCheckKindModifier::Size> Modifiers; variable
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp73 struct Modifiers { struct in __anon71e405cc0111::AMDGPUOperand
74 bool Abs = false;
75 bool Neg = false;
76 bool Sext = false;
78 bool hasFPModifiers() const { return Abs || Neg; } in hasFPModifiers()
79 bool hasIntModifiers() const { return Sext; } in hasIntModifiers()
80 bool hasModifiers() const { return hasFPModifiers() || hasIntModifiers(); } in hasModifiers()
82 int64_t getFPModifiersOperand() const { in getFPModifiersOperand()
89 int64_t getIntModifiersOperand() const { in getIntModifiersOperand()
95 int64_t getModifiersOperand() const { in getModifiersOperand()
/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp687 std::vector<std::unique_ptr<Modifier>> Modifiers; in FillFunction() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h134 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers) in ModifierRecord()
142 ModifierOptions Modifiers = ModifierOptions::None; variable
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp764 VOPModifiers Modifiers; in collectVOPModifiers() local
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp574 std::vector<int> Modifiers; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp21409 ArrayRef<OpenMPMapModifierKind> Modifiers = None, in checkMappableExpressionList()
21722 OpenMPMapModifierKind Modifiers[] = { in ActOnOpenMPMapClause() local
22736 OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown, in ActOnOpenMPToClause() local
22773 OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown, in ActOnOpenMPFromClause() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h1584 OpenMPScheduleClauseModifier Modifiers[NUM_MODIFIERS]; variable