/external/llvm-project/libclc/cmake/ |
D | CMakeTestCLCCompiler.cmake | 15 # determine that that selected CLC compiler can actually compile 20 PrintTestCompilerStatus("CLC" "") 36 PrintTestCompilerStatus("CLC" " -- broken") 38 "Determining if the CLC compiler works failed with " 40 message(FATAL_ERROR "The CLC compiler \"${CMAKE_CLC_COMPILER}\" " 46 PrintTestCompilerStatus("CLC" " -- works") 48 "Determining if the CLC compiler works passed with "
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | memcmp-02.ll | 1 ; Test memcmp using CLC. In this test case the CLC loop will do all the work
|
D | memcmp-nobuiltin.ll | 1 ; Test that memcmp won't be converted to CLC if calls are 103 ; Check the upper end of the CLC range. Here the result is used both as
|
D | memcmp-01.ll | 1 ; Test memcmp using CLC, with i32 results. 103 ; Check the upper end of the CLC range. Here the result is used both as
|
/external/llvm-project/clang/test/Preprocessor/ |
D | macro_variadic.cl | 3 // RUN: %clang_cc1 -verify %s -cl-std=CLC++ 4 // RUN: %clang_cc1 -verify %s -pedantic -cl-std=CLC++
|
/external/llvm/test/CodeGen/SystemZ/ |
D | memcmp-02.ll | 1 ; Test memcmp using CLC, with i64 results. 104 ; Check the upper end of the CLC range. Here the result is used both as
|
D | memcmp-nobuiltin.ll | 1 ; Test that memcmp won't be converted to CLC if calls are 103 ; Check the upper end of the CLC range. Here the result is used both as
|
D | memcmp-01.ll | 1 ; Test memcmp using CLC, with i32 results. 103 ; Check the upper end of the CLC range. Here the result is used both as
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | fdeclare-opencl-builtins.cl | 7 // RUN: %clang_cc1 %s -triple spir -verify -pedantic -Wconversion -Werror -fsyntax-only -cl-std=CLC… 8 // RUN: %clang_cc1 %s -triple spir -verify -pedantic -Wconversion -Werror -fsyntax-only -cl-std=CLC…
|
/external/llvm-project/llvm/test/MC/AVR/ |
D | inst-family-set-clr-flag.s | 42 ; CLC
|
/external/llvm-project/clang/test/CodeGenOpenCLCXX/ |
D | addrspace-with-class.cl | 2 // RUN: %clang_cc1 %s -triple spir-unknown-unknown -cl-std=CLC++ -emit-llvm -O0 -o - | FileCheck %s…
|
/external/llvm-project/libclc/ |
D | CMakeLists.txt | 125 enable_language( CLC LLAsm ) 308 LINKER_LANGUAGE CLC )
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 39 We only use MVC, XC and CLC for constant-length block operations.
|
D | SystemZISelLowering.h | 127 CLC, enumerator
|
D | SystemZSelectionDAGInfo.cpp | 165 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, in emitCLC()
|
D | SystemZOperators.td | 317 def z_clc : SDNode<"SystemZISD::CLC", SDT_ZMemMemLength,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 39 We only use MVC, XC and CLC for constant-length block operations.
|
D | SystemZSelectionDAGInfo.cpp | 161 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, in emitCLC()
|
D | SystemZISelLowering.h | 134 CLC, enumerator
|
D | SystemZOperators.td | 428 def z_clc : SDNode<"SystemZISD::CLC", SDT_ZMemMemLengthCC,
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | README.txt | 39 We only use MVC, XC and CLC for constant-length block operations.
|
D | SystemZSelectionDAGInfo.cpp | 162 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, in emitCLC()
|
D | SystemZISelLowering.h | 135 CLC, enumerator
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangStandards.def | 193 LANGSTANDARD_ALIAS_DEPR(openclcpp, "CLC++")
|
/external/capstone/arch/M680X/ |
D | insn_props.inc | 86 { NOG, uuuu, NOR, NOR, true, false }, // CLC
|