/external/llvm/include/llvm/MC/ |
D | MCLinkerOptimizationHint.h | 139 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/ |
D | MCLinkerOptimizationHint.h | 141 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/ |
D | MCLinkerOptimizationHint.h | 141 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/ |
D | index.md | 44 Directives
|
/external/llvm-project/flang/include/flang/Lower/ |
D | PFTBuilder.h | 134 using Directives = variable 151 static constexpr bool isDirective{common::HasMember<A, Directives>}; 190 Directives>;
|
/external/llvm-project/libclc/ |
D | README.TXT | 12 * 6.9: Preprocessor Directives and Macros
|
/external/llvm-project/llvm/utils/TableGen/ |
D | DirectiveEmitter.cpp | 133 bool HasDuplicateClausesInDirectives(const std::vector<Record *> &Directives) { in HasDuplicateClausesInDirectives() argument 135 for (const auto &D : Directives) { in HasDuplicateClausesInDirectives()
|
/external/llvm-project/compiler-rt/docs/ |
D | TestingGuide.rst | 63 is ``x86_64-linux-gnu``. Directives that use these ``target-is-${arch}`` string
|
/external/llvm/docs/ |
D | AMDGPUUsage.rst | 119 Assembler Directives
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 15 /// OpenMP Directives and combined directives
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 195 // OpenMP Directives.
|
/external/escapevelocity/ |
D | README.md | 184 ## 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/ |
D | StmtNodes.td | 218 // OpenMP Directives.
|
/external/llvm-project/mlir/docs/ |
D | OpDefinitions.md | 708 #### 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/ |
D | PPC.td | 23 // CPU Directives //
|
/external/llvm-project/llvm/test/FileCheck/ |
D | dump-input-filter.txt | 53 ; Directives for checking the dump.
|
/external/llvm-project/clang/docs/ |
D | OpenMPSupport.rst | 61 Directives execution modes
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPC.td | 22 // CPU Directives //
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPC.td | 22 // CPU Directives //
|
/external/llvm-project/mlir/test/mlir-tblgen/ |
D | op-format-spec.td | 16 // Directives
|
/external/smali/smali/src/main/jflex/ |
D | smaliLexer.jflex | 248 /*Directives*/
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 17 /// OpenMP Directives and combined directives
|
/external/llvm-project/mlir/docs/Tutorials/Toy/ |
D | Ch-2.md | 629 * Directives
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUUsage.rst | 8973 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/ |
D | 2.1.rst | 129 PEP 236: __future__ Directives
|