Home
last modified time | relevance | path

Searched refs:CLC (Results 1 – 25 of 76) sorted by relevance

1234

/external/llvm-project/libclc/cmake/
DCMakeTestCLCCompiler.cmake15 # 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/
Dmemcmp-02.ll1 ; Test memcmp using CLC. In this test case the CLC loop will do all the work
Dmemcmp-nobuiltin.ll1 ; 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
Dmemcmp-01.ll1 ; 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/
Dmacro_variadic.cl3 // RUN: %clang_cc1 -verify %s -cl-std=CLC++
4 // RUN: %clang_cc1 -verify %s -pedantic -cl-std=CLC++
/external/llvm/test/CodeGen/SystemZ/
Dmemcmp-02.ll1 ; Test memcmp using CLC, with i64 results.
104 ; Check the upper end of the CLC range. Here the result is used both as
Dmemcmp-nobuiltin.ll1 ; 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
Dmemcmp-01.ll1 ; 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/
Dfdeclare-opencl-builtins.cl7 // 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/
Dinst-family-set-clr-flag.s42 ; CLC
/external/llvm-project/clang/test/CodeGenOpenCLCXX/
Daddrspace-with-class.cl2 // RUN: %clang_cc1 %s -triple spir-unknown-unknown -cl-std=CLC++ -emit-llvm -O0 -o - | FileCheck %s…
/external/llvm-project/libclc/
DCMakeLists.txt125 enable_language( CLC LLAsm )
308 LINKER_LANGUAGE CLC )
/external/llvm/lib/Target/SystemZ/
DREADME.txt39 We only use MVC, XC and CLC for constant-length block operations.
DSystemZISelLowering.h127 CLC, enumerator
DSystemZSelectionDAGInfo.cpp165 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, in emitCLC()
DSystemZOperators.td317 def z_clc : SDNode<"SystemZISD::CLC", SDT_ZMemMemLength,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DREADME.txt39 We only use MVC, XC and CLC for constant-length block operations.
DSystemZSelectionDAGInfo.cpp161 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, in emitCLC()
DSystemZISelLowering.h134 CLC, enumerator
DSystemZOperators.td428 def z_clc : SDNode<"SystemZISD::CLC", SDT_ZMemMemLengthCC,
/external/llvm-project/llvm/lib/Target/SystemZ/
DREADME.txt39 We only use MVC, XC and CLC for constant-length block operations.
DSystemZSelectionDAGInfo.cpp162 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, in emitCLC()
DSystemZISelLowering.h135 CLC, enumerator
/external/llvm-project/clang/include/clang/Basic/
DLangStandards.def193 LANGSTANDARD_ALIAS_DEPR(openclcpp, "CLC++")
/external/capstone/arch/M680X/
Dinsn_props.inc86 { NOG, uuuu, NOR, NOR, true, false }, // CLC

1234