Home
last modified time | relevance | path

Searched refs:AS0 (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dfunction-default-address-spaces.ll1 ; 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 Dfunction-nonzero-address-spaces-types.ll10 ; 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 Dfunction-nonzero-address-spaces.ll10 ; 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 Dpre-process.ll.expected5 ; 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 Dpre-process.ll4 ; RUN: | opt -passes=instsimplify -S | FileCheck %s --check-prefix=CHECK-AS0
/llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/
H A Dorigin_store_threshold.ll12 ; 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 DConstantExprFoldCast.ll21 ; 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 Dinst-select-load-smrd.mir94 # 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 DLoopUtils.cpp1633 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 Df16x2-instructions.ll1257 ; 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;