Home
last modified time | relevance | path

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

/llvm-project/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.rst15093 Modifiers global() subsection
[all...]
/llvm-project/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
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.h100 uint32_t Modifiers = 0; member
H A DSemanticHighlighting.cpp509 auto Modifiers = ExtraModifiers.find(Resolved->R); in collect() local
[all...]
H A DClangdLSPServer.cpp484 std::vector<llvm::StringRef> Modifiers; semanticTokenModifiers() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp13 typedef BitField Modifiers; // should show as hex typedef
/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h84 std::bitset<FileCheckKindModifier::Size> Modifiers; variable
/llvm-project/llvm/unittests/TargetParser/
H A DTargetParserTest.cpp2260 std::vector<StringRef> Modifiers; global() member
2271 std::vector<StringRef> Modifiers; global() member
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp76 struct Modifiers { struct in __anon446f916f0111::AMDGPUOperand
77 Abs__anon446f916f0111::AMDGPUOperand::Modifiers global() argument
78 Neg__anon446f916f0111::AMDGPUOperand::Modifiers global() argument
79 Sext__anon446f916f0111::AMDGPUOperand::Modifiers global() argument
80 Lit__anon446f916f0111::AMDGPUOperand::Modifiers global() argument
82 hasFPModifiers__anon446f916f0111::AMDGPUOperand::Modifiers hasFPModifiers() argument
83 hasIntModifiers__anon446f916f0111::AMDGPUOperand::Modifiers hasIntModifiers() argument
84 hasModifiers__anon446f916f0111::AMDGPUOperand::Modifiers hasModifiers() argument
86 getFPModifiersOperand__anon446f916f0111::AMDGPUOperand::Modifiers getFPModifiersOperand() argument
93 getIntModifiersOperand__anon446f916f0111::AMDGPUOperand::Modifiers getIntModifiersOperand() argument
99 getModifiersOperand__anon446f916f0111::AMDGPUOperand::Modifiers getModifiersOperand() argument
3891 StringRef Modifiers; validateMIMGDataSize() local
[all...]
/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp683 Modifiers in FillFunction() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h134 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers) in ModifierRecord() argument
142 ModifierOptions Modifiers = ModifierOptions::None; variable
/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp790 VOPModifiers Modifiers; collectVOPModifiers() local
/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp572 std::vector<int> Modifiers; global() member
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21413 checkMappableExpressionList(Sema & SemaRef,DSAStackTy * DSAS,OpenMPClauseKind CKind,MappableVarListInfo & MVLI,SourceLocation StartLoc,CXXScopeSpec & MapperIdScopeSpec,DeclarationNameInfo MapperId,ArrayRef<Expr * > UnresolvedMappers,OpenMPMapClauseKind MapType=OMPC_MAP_unknown,ArrayRef<OpenMPMapModifierKind> Modifiers=std::nullopt,bool IsMapTypeImplicit=false,bool NoDiagnose=false) checkMappableExpressionList() argument
21729 OpenMPMapModifierKind Modifiers[] = { ActOnOpenMPMapClause() local
22867 OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown, ActOnOpenMPToClause() local
22904 OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown, ActOnOpenMPFromClause() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1648 OpenMPScheduleClauseModifier Modifiers[NUM_MODIFIERS]; global() variable
[all...]