/llvm-project/libcxx/docs/ |
H A D | FeatureTestMacroTable.rst | 15 .. _feature-status: 21 :name: feature-status-table 28 ------- [all...] |
/llvm-project/clang/docs/ |
H A D | OpenMPSupport.rst | 4 .none { background-color: #FFCCCC } 5 .part { background-color: #FFFF99 } 6 .good { background-color: #CCFF99 } 32 - New collapse clause scheme to avoid expensive remainder operations. 37 - When using the collapse clause on a loop nest the default behavior 42 `-fopenmp-optimistic-collapse`. 48 Data-sharing modes 49 - [all...] |
/llvm-project/lldb/docs/use/ |
H A D | formatting.rst | 11 * thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1 19 * thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1 28 (lldb) settings set thread-stop-format STRING 29 (lldb) settings set frame-format STRING 42 (lldb) settings set thread-format STRING 46 ---- [all...] |
/llvm-project/libc/docs/math/ |
H A D | index.rst |
|
H A D | stdfix.rst |
|
/llvm-project/llvm/test/MC/Disassembler/ARM/ |
H A D | thumb1.txt | 1 # RUN: llvm-mc -triple=thumbv6-apple-darwin -disassemble -show-encoding < %s | FileCheck %s 3 #------------------------------------------------------------------------------ 5 #------------------------------------------------------------------------------ 11 #------------------------------------------------------------------------------ 13 #------------------------------------------------------------------------------ 22 #------------------------------------------------------------------------------ 24 #------------------------------------------------------------------------------ 31 #------------------------------------------------------------------------------ 33 #------------------------------------------------------------------------------ 45 #------------------------------------------------------------------------------ [all …]
|
H A D | memory-arm-instructions.txt | 1 # RUN: llvm-mc -triple=armv7-apple-darwin -disassemble < %s | FileCheck %s 3 #------------------------------------------------------------------------------ 5 #------------------------------------------------------------------------------ 10 # CHECK: ldr r3, [r1], #-30 18 #------------------------------------------------------------------------------ 20 #------------------------------------------------------------------------------ 21 # label operands currently assert the show-encoding asm comment helper due 22 # to the use of non-contiguous bit ranges for fixups in ARM. Once that's 26 #------------------------------------------------------------------------------ 28 #------------------------------------------------------------------------------ [all …]
|
H A D | thumb2.txt | 1 # RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -disassemble < %s | FileCheck %s 3 #------------------------------------------------------------------------------ 5 #------------------------------------------------------------------------------ 30 #------------------------------------------------------------------------------ 32 #------------------------------------------------------------------------------ 60 #------------------------------------------------------------------------------ 62 #------------------------------------------------------------------------------ 86 #------------------------------------------------------------------------------ 88 #------------------------------------------------------------------------------ 102 #------------------------------------------------------------------------------ [all …]
|
H A D | invalid-armv7.txt | 1 # RUN: not llvm-mc -disassemble %s -mcpu cortex-a15 -triple armv7 2>&1 | FileCheck %s 8 #------------------------------------------------------------------------------ 10 #------------------------------------------------------------------------------ 14 # ------------------------------------------------------------------------------------------------- 16 # ------------------------------------------------------------------------------------------------- 21 # CHECK-NEXT: [0x16 0xf0 0xcf 0xe7] 23 #------------------------------------------------------------------------------ 25 #------------------------------------------------------------------------------ 29 # CHECK-NEXT: [0xe0 0x6a 0x0c 0xfe] 32 #------------------------------------------------------------------------------ [all …]
|
H A D | basic-arm-instructions.txt | 1 # RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -disassemble < %s | FileCheck %s 3 #------------------------------------------------------------------------------ 5 #------------------------------------------------------------------------------ 13 # CHECK: adc r1, r2, #-268435456 14 # CHECK: adc r1, r2, #-268435441 15 # CHECK: adc r7, r8, #-2147483638 39 #------------------------------------------------------------------------------ 42 #------------------------------------------------------------------------------ 117 #------------------------------------------------------------------------------ 119 #------------------------------------------------------------------------------ [all …]
|
/llvm-project/libcxx/docs/DesignDocs/ |
H A D | ExperimentalFeatures.rst | 19 is guaranteed, and experimental features are deprecated once the non-experimental 43 of it and to the now-standardized feature. 48 possible, deprecation warnings are put on a per-declaration basis 50 the warnings using ``-Wno-deprecated-declarations``. 64 --------------------------------------------------------------------------------------------- 68 …---------+-------------------------------------------------------+--------------------+-----------… 72 …---------+-------------------------------------------------------+--------------------+-----------… 74 …---------+-------------------------------------------------------+--------------------+-----------… 76 …---------+-------------------------------------------------------+--------------------+-----------… 78 …---------+-------------------------------------------------------+--------------------+-----------… [all …]
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | basic-thumb-instructions.s | 1 @--- 4 @--- 5 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s 6 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s 7 @ RUN: llvm-mc -triple=thumbebv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHE… 18 @ FIXME: Some 3-operand instructions have a 2-operand assembly syntax. 23 @------------------------------------------------------------------------------ 25 @------------------------------------------------------------------------------ 31 @------------------------------------------------------------------------------ 33 @------------------------------------------------------------------------------ [all …]
|
H A D | eh-directive-section.s | 1 @ RUN: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \ 2 @ RUN: | llvm-readobj -S --sd --sr --symbols - > %t 4 @ RUN: FileCheck --check-prefix=RELOC %s < %t 18 @------------------------------------------------------------------------------- 20 @------------------------------------------------------------------------------- 33 @------------------------------------------------------------------------------- 35 @------------------------------------------------------------------------------- 48 @------------------------------------------------------------------------------- 50 @------------------------------------------------------------------------------- 54 @ CHECK-NEXT: Name: .TEST1 [all …]
|
/llvm-project/libc/docs/ |
H A D | date_and_time.rst |
|
/llvm-project/clang-tools-extra/docs/clang-tidy/ |
H A D | Integrations.rst | 2 Clang-tidy IDE/Editor Integrations 6 .. _is available: https://clangd.llvm.org/installation.html#editor-plugins 7 .. _more: https://langserver.org/#implementations-client 9 Apart from being a standalone tool, :program:`clang-tidy` is integrated into 11 integrates :program:`clang-tidy` and `is available`_ in most major editors 14 The following table shows the most well-known :program:`clang-tidy` 17 …--------------------------------------+------------------------+---------------------------------+… 20 … | On-the-fly inspection | Check list configuration (GUI) | Options to checks (GUI) | Configu… 21 …--------------------------------------+------------------------+---------------------------------+… 22 … | \+\ | \-\ | \-\ | … [all …]
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | InferIntRangeInterfaceImpls.cpp | 1 //===- InferIntRangeInterfaceImpls.cpp - Integer range impls for arith -===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===--- [all...] |
/llvm-project/llvm/test/MC/AArch64/ |
H A D | neon-scalar-shift-imm.s | 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s 5 //---------------------------------------------------------------------- 7 //---------------------------------------------------------------------- 12 //---------------------------------------------------------------------- 14 //---------------------------------------------------------------------- 19 //---------------------------------------------------------------------- 21 //---------------------------------------------------------------------- 26 //---------------------------------------------------------------------- 28 //---------------------------------------------------------------------- 33 //---------------------------------------------------------------------- [all …]
|
/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
H A D | TosaOps.td | 1 //===-- TosaOps.td - TOSA dialect operation definitions ----*- tablegen -*- [all...] |
/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
H A D | neon-instructions.txt | 1 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -disassemble < %s | FileCheck %s 2 # RUN: llvm-mc -triple arm64-none-linux-gnu -mattr=+neon -disassemble < %s | FileCheck %s 4 #------------------------------------------------------------------------------ 6 #------------------------------------------------------------------------------ 12 #------------------------------------------------------------------------------ 13 # Vector Floating-Point Add/Sub 14 #------------------------------------------------------------------------------ 21 #------------------------------------------------------------------------------ 23 #------------------------------------------------------------------------------ 27 #------------------------------------------------------------------------------ [all …]
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | if-clause.f90 | 1 ! RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=52 7 ! ------- [all...] |
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/Transforms/ |
H A D | Passes.h | 1 //===- Passes.h - Sparse tensor pass entry points -------- [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSystemOperands.td | 1 //===- RISCVSystemOperands.td --------- [all...] |
/llvm-project/mlir/include/mlir/Conversion/ |
H A D | Passes.td | 1 //===-- Passes.td - Conversion pass definition file ------- [all...] |
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | AtomicOps.cpp | 1 //===- AtomicOps.cpp - MLIR SPIR-V Atomic Ops ----------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Defines the atomic operations in the SPIR-V dialect. 11 //===----------------------------------------------------------------------===// 38 auto ptrType = llvm::cast<spirv::PointerType>(op->getOperand(0).getType()); in verifyAtomicUpdateOp() 41 return op->emitOpError() << "pointer operand must point to an " in verifyAtomicUpdateOp() 46 AtomicOpTy::getSemanticsAttrName(op->getName()); in verifyAtomicUpdateOp() 48 op->getAttrOfType<spirv::MemorySemanticsAttr>(semanticsAttrName) in verifyAtomicUpdateOp() 56 //===----------------------------------------------------------------------===// [all …]
|
/llvm-project/mlir/lib/Dialect/Math/IR/ |
H A D | MathOps.cpp | 1 //===- MathOps.cpp - MLIR operations for math implementation --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 21 //===----------------------------------------------------------------------===// 26 //===----------------------------------------------------------------------===// 28 //===----------------------------------------------------------------------===// 35 //===----------------------------------------------------------------------===// 37 //===----------------------------------------------------------------------===// 44 //===----------------------------------------------------------------------===// [all …]
|