| /llvm-project-15.0.7/clang/utils/VtableTest/ |
| H A D | gen.cc | 16 void gl(const char *c) { in gl() function 135 gl(" {"); in gs() 180 gl("); }"); in gs() 252 gl("); }"); in gs() 257 gl("public:"); in gs() 303 gl(" }"); in gs() 333 gl(""); in main() 340 gl("}"); in main() 341 gl(""); in main() 346 gl("int main() {"); in main() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaOpenCLCXX/ |
| H A D | addrspace_cast_ast_dump.clcpp | 6 //CHECK: |-ParmVarDecl {{.*}} used gl '__global int *__private' 9 //CHECK: `-DeclRefExpr {{.*}} '__global int *__private' lvalue ParmVar {{.*}} 'gl' '__glob… 11 void bar(global int *gl) { 12 int *gen = addrspace_cast<int *>(gl);
|
| H A D | addrspace_cast.clcpp | 3 void foo(global int *gl, const global int *gl_const, global int &gl_ref) { 5 …float *gen_fl = addrspace_cast<float *>(gl); //expected-error{{addrspace_cast from '__global int *… 7 …int i = addrspace_cast<int>(gl); //expected-error{{addrspace_cast from '__global int *__private' t… 9 …int *gen = addrspace_cast<int *>(*gl); //expected-error{{addrspace_cast from '__global int' to '__… 11 …local int *loc = addrspace_cast<local int *>(gl); //expected-error{{addrspace_cast from '__global …
|
| /llvm-project-15.0.7/clang/test/CodeGenOpenCLCXX/ |
| H A D | addrspace_cast.clcpp | 4 void bar(global int *gl) { 6 int *gen = addrspace_cast<int *>(gl);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | mips64directive.ll | 4 @gl = global i64 1250999896321, align 8 9 %0 = load i64, i64* @gl, align 8
|
| /llvm-project-15.0.7/lldb/test/API/types/ |
| H A D | AbstractBase.py | 143 gl = self.get_golden_list(blockCaptured) 185 for var, val in gl: 228 gl = self.get_golden_list(blockCaptured) 263 for var, val in gl:
|
| /llvm-project-15.0.7/clang/test/Analysis/engine/ |
| H A D | replay-without-inlining.c | 19 unsigned long gl(IB *input); 35 header->S = gl(st); in getH()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc64-smallarg.ll | 12 @gl = common global %struct.large_arg zeroinitializer, align 8 31 …sret(%struct.small_arg) %tmp, %struct.large_arg* byval(%struct.large_arg) @gl, %struct.small_arg* …
|
| H A D | ppc64le-smallarg.ll | 12 @gl = common global %struct.large_arg zeroinitializer, align 8 31 …sret(%struct.small_arg) %tmp, %struct.large_arg* byval(%struct.large_arg) @gl, %struct.small_arg* …
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-lib/ |
| H A D | invalid.test | 1 RUN: not llvm-lib %S/Inputs/cl-gl.obj 2>&1 | FileCheck %s
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | cl-gl.test | 1 # RUN: not lld-link /out:%t.exe /entry:main %S/Inputs/cl-gl.obj >& %t.log
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_ignorelist.txt | 12 # Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
|
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | systemz-inline-asm.c | 4 unsigned long gl; variable
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | vector-cast-constant-exprs.ll | 32 define <2 x double> @gl() {
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/Transforms/ |
| H A D | Passes.td | 20 def SPIRVCanonicalizeGL : Pass<"spirv-canonicalize-gl", ""> {
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regengine.inc | 143 const sopno gl = g->laststate; 187 endp = fast(m, start, stop, gf, gl); 201 endp = slow(m, m->coldp, stop, gf, gl); 222 dp = dissect(m, m->coldp, endp, gf, gl); 233 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); 245 endp = slow(m, m->coldp, endp-1, gf, gl); 256 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/ |
| H A D | gl-canonicalize.mlir | 1 // RUN: mlir-opt -split-input-file -spirv-canonicalize-gl %s | FileCheck %s
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 75 /// an r-value from the operand gl-value. The result of an r-value
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsSchedule.td | 50 def II_BCCZ : InstrItinClass; // b[gl][et]z
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CompileCudaWithLLVM.rst | 506 * `Straight-line scalar optimizations <https://goo.gl/4Rb9As>`_ -- These
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 303 def INT_MEMBAR_GL : MEMBAR<"membar.gl;", int_nvvm_membar_gl>;
|