Searched refs:AS0 (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | function-default-address-spaces.ll | 1 ; RUN: llvm-as %s -o - | llvm-dis - | FileCheck %s -check-prefixes CHECK,PROG-AS0 6 ; PROG-AS0-NOT: target datalayout 9 ; Check that a function declaration without an address space (i.e. AS0) does not 13 ; PROG-AS0: define void @no_as() { 21 ; PROG-AS0: define void @explit_as0() {
|
| H A D | function-nonzero-address-spaces-types.ll | 10 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s -check-prefix ERR-AS0 11 ; ERR-AS0: error: '%0' defined with type 'i16 (i16) addrspace(40)*' but expected 'i16 (i16)*'
|
| H A D | function-nonzero-address-spaces.ll | 10 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s -check-prefix ERR-AS0 11 ; ERR-AS0: error: '%fnptr' defined with type 'void (i16) addrspace(40)*' but expected 'void (i16)*'
|
| /llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/ |
| H A D | pre-process.ll.expected | 5 ; RUN: | opt -passes=instsimplify -S | FileCheck %s --check-prefix=CHECK-AS0 21 ; CHECK-AS0-LABEL: define {{[^@]+}}@test_zerogep_in_different_as 22 ; CHECK-AS0-SAME: (i8* [[ARG:%.*]]) #[[ATTR0:[0-9]+]] { 23 ; CHECK-AS0-NEXT: entry: 24 ; CHECK-AS0-NEXT: ret i8* [[ARG]]
|
| H A D | pre-process.ll | 4 ; RUN: | opt -passes=instsimplify -S | FileCheck %s --check-prefix=CHECK-AS0
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/ |
| H A D | origin_store_threshold.ll | 12 ; CHECK: [[AS0:%.*]] = extractvalue [2 x i[[#SBITS]]] [[AS]], 0 14 ; CHECK: [[AS01:%.*]] = or i[[#SBITS]] [[AS0]], [[AS1]]
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | ConstantExprFoldCast.ll | 21 ; Address space cast AS0 null-> AS1 null 24 ; Address space cast AS1 null-> AS0 null
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | inst-select-load-smrd.mir | 94 # GCN: [[AS0:%[0-9]+]]:sreg_64_xexec = S_LOAD_DWORDX2_IMM %0 95 # GCN: $sgpr0_sgpr1 = COPY [[AS0]]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1633 unsigned AS0 = A.Start->getType()->getPointerAddressSpace(); in addRuntimeChecks() local 1636 assert((AS0 == B.End->getType()->getPointerAddressSpace()) && in addRuntimeChecks() 1640 Type *PtrArithTy0 = Type::getInt8PtrTy(Ctx, AS0); in addRuntimeChecks()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | f16x2-instructions.ll | 1257 ; CHECK-DAG: mov.b16 [[AS0:%rs[0-9]+]], [[A0]]; 1261 ; CHECK-DAG: and.b16 [[AX0:%rs[0-9]+]], [[AS0]], 32767; 1281 ; CHECK-DAG: mov.b16 [[AS0:%rs[0-9]+]], [[A0]]; 1285 ; CHECK-DAG: and.b16 [[AI0:%rs[0-9]+]], [[AS0]], 32767; 1310 ; CHECK-DAG: mov.b16 [[AS0:%rs[0-9]+]], [[A0]]; 1314 ; CHECK-DAG: and.b16 [[AI0:%rs[0-9]+]], [[AS0]], 32767; 1340 ; CHECK-DAG: mov.b16 [[AS0:%rs[0-9]+]], [[A0]]; 1344 ; CHECK-DAG: and.b16 [[AX0:%rs[0-9]+]], [[AS0]], 32767;
|