Home
last modified time | relevance | path

Searched refs:Directives (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h139 SmallVector<MCLOHDirective, 32> Directives; variable
148 return Directives; in getDirectives()
154 Directives.push_back(MCLOHDirective(Kind, Args)); in addDirective()
161 for (const MCLOHDirective &D : Directives) in getEmitSize()
170 for (const MCLOHDirective &D : Directives) in emit()
175 Directives.clear(); in reset()
/external/llvm-project/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h141 SmallVector<MCLOHDirective, 32> Directives; variable
150 return Directives; in getDirectives()
156 Directives.push_back(MCLOHDirective(Kind, Args)); in addDirective()
163 for (const MCLOHDirective &D : Directives) in getEmitSize()
172 for (const MCLOHDirective &D : Directives) in emit()
177 Directives.clear(); in reset()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h141 SmallVector<MCLOHDirective, 32> Directives; variable
150 return Directives; in getDirectives()
156 Directives.push_back(MCLOHDirective(Kind, Args)); in addDirective()
163 for (const MCLOHDirective &D : Directives) in getEmitSize()
172 for (const MCLOHDirective &D : Directives) in emit()
177 Directives.clear(); in reset()
/external/llvm-project/flang/docs/
Dindex.md44 Directives
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h134 using Directives = variable
151 static constexpr bool isDirective{common::HasMember<A, Directives>};
190 Directives>;
/external/llvm-project/libclc/
DREADME.TXT12 * 6.9: Preprocessor Directives and Macros
/external/llvm-project/llvm/utils/TableGen/
DDirectiveEmitter.cpp133 bool HasDuplicateClausesInDirectives(const std::vector<Record *> &Directives) { in HasDuplicateClausesInDirectives() argument
135 for (const auto &D : Directives) { in HasDuplicateClausesInDirectives()
/external/llvm-project/compiler-rt/docs/
DTestingGuide.rst63 is ``x86_64-linux-gnu``. Directives that use these ``target-is-${arch}`` string
/external/llvm/docs/
DAMDGPUUsage.rst119 Assembler Directives
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def15 /// OpenMP Directives and combined directives
/external/clang/include/clang/Basic/
DStmtNodes.td195 // OpenMP Directives.
/external/escapevelocity/
DREADME.md184 ## Directives section in EscapeVelocity summary
189 Directives can be spelled with or without braces, so `#set` or `#{set}`.
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td218 // OpenMP Directives.
/external/llvm-project/mlir/docs/
DOpDefinitions.md708 #### Directives subsubsection
725 - See the [Custom Directives](#custom-directives) section below for more
782 #### Custom Directives
824 * Type Directives
828 * TypeRef Directives
856 * Type Directives
860 * TypeRef Directives
/external/llvm/lib/Target/PowerPC/
DPPC.td23 // CPU Directives //
/external/llvm-project/llvm/test/FileCheck/
Ddump-input-filter.txt53 ; Directives for checking the dump.
/external/llvm-project/clang/docs/
DOpenMPSupport.rst61 Directives execution modes
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPC.td22 // CPU Directives //
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPC.td22 // CPU Directives //
/external/llvm-project/mlir/test/mlir-tblgen/
Dop-format-spec.td16 // Directives
/external/smali/smali/src/main/jflex/
DsmaliLexer.jflex248 /*Directives*/
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def17 /// OpenMP Directives and combined directives
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-2.md629 * Directives
/external/llvm-project/llvm/docs/
DAMDGPUUsage.rst8973 Code Object V2 Directives
9154 Code Object V3 to V4 Directives
9157 Directives which begin with ``.amdgcn`` are valid for all ``amdgcn``
9158 architecture processors, and are not OS-specific. Directives which begin with
9182 Directives which may appear in this list are described in
9183 :ref:`amdhsa-kernel-directives-table`. Directives may appear in any order, must
9184 be valid for the target being assembled for, and cannot be repeated. Directives
9191 .. table:: AMDHSA Kernel Assembler Directives
/external/python/cpython2/Doc/whatsnew/
D2.1.rst129 PEP 236: __future__ Directives

12