Home
last modified time | relevance | path

Searched refs:RANGE (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-adrp-add.s10 # OUT-OF-RANGE: adrp x30
17 # IN-RANGE-LOW: nop
18 # IN-RANGE-LOW-NEXT: adr x30
19 # IN-RANGE-LOW-NEXT: adrp x1
20 # IN-RANGE-LOW-NEXT: add x1
21 # IN-RANGE-LOW-NEXT: adrp x15
25 # IN-RANGE-LOW-NEXT: adrp x2
29 # IN-RANGE-LOW-NEXT: adrp x2
35 # IN-RANGE-HIGH: nop
37 # IN-RANGE-HIGH-NEXT: nop
[all …]
H A Driscv-jal.s24 …0x100000 --defsym bar=_start+4-0x100002 -o /dev/null 2>&1 | FileCheck --check-prefix=ERROR-RANGE %s
25 …0x100000 --defsym bar=_start+4-0x100002 -o /dev/null 2>&1 | FileCheck --check-prefix=ERROR-RANGE %s
26 # ERROR-RANGE: relocation R_RISCV_JAL out of range: 1048576 is not in [-1048576, 1048575]; referenc…
27 # ERROR-RANGE: relocation R_RISCV_JAL out of range: -1048578 is not in [-1048576, 1048575]; referen…
H A Driscv-branch.s24 …art+0x1000 --defsym bar=_start+4-0x1002 -o /dev/null 2>&1 | FileCheck --check-prefix=ERROR-RANGE %s
25 …art+0x1000 --defsym bar=_start+4-0x1002 -o /dev/null 2>&1 | FileCheck --check-prefix=ERROR-RANGE %s
26 # ERROR-RANGE: relocation R_RISCV_BRANCH out of range: 4096 is not in [-4096, 4095]; references foo
27 # ERROR-RANGE: relocation R_RISCV_BRANCH out of range: -4098 is not in [-4096, 4095]; references bar
H A Dx86-64-reloc-32.s14 … ld.lld --section-start=.text=0x0 %t/addend.o -o /dev/null 2>&1 | FileCheck %s --check-prefix RANGE
16 # RANGE: relocation R_X86_64_32 out of range
H A Dx86-64-reloc-pc32.s20 …: not ld.lld --section-start=.text=0x0 %t/3.o -o /dev/null 2>&1 | FileCheck %s --check-prefix RANGE
22 # RANGE: relocation R_X86_64_PC32 out of range
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Ddisassemble-no-section.test21 # RUN: FileCheck %s --check-prefix RANGE
23 # RANGE: no section overlaps the range
24 # RANGE-EMPTY:
25 # RANGE-NEXT: Disassembly of section :
26 # RANGE-EMPTY:
27 # RANGE-NEXT: <>:
28 # RANGE-NEXT: 55 pushq %rbp
29 # RANGE-NEXT: 48 89 e5 movq %rsp, %rbp
30 # RANGE-EMPTY:
H A Dstart-stop-address.test7 // RUN: llvm-objdump -d %t.out --start-address=0xffffffff | FileCheck %s --check-prefix OUT-OF-RANGE
68 // OUT-OF-RANGE-NOT: Disassembly
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dintrinsic-old.ll26 ; RANGE: call i32 @llvm.nvvm.read.ptx.sreg.tid.y(), !range ![[BLK_IDX_XY]]
329 ; RANGE-DAG: ![[ALREADY]] = !{i32 0, i32 19}
330 ; RANGE-DAG: ![[BLK_IDX_XY]] = !{i32 0, i32 1024}
331 ; RANGE-DAG: ![[BLK_IDX_XY]] = !{i32 0, i32 1024}
332 ; RANGE-DAG: ![[BLK_IDX_Z]] = !{i32 0, i32 64}
333 ; RANGE-DAG: ![[BLK_SIZE_XY]] = !{i32 1, i32 1025}
334 ; RANGE-DAG: ![[BLK_SIZE_Z]] = !{i32 1, i32 65}
335 ; RANGE-DAG: ![[LANEID]] = !{i32 0, i32 32}
336 ; RANGE-DAG: ![[WARPSIZE]] = !{i32 32, i32 33}
338 ; RANGE-DAG: ![[GRID_IDX_YZ]] = !{i32 0, i32 65535}
[all …]
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Ddisubrange.ll40 ; CHECK-DAG: ![[RANGE:[0-9]+]] = !DISubrange(count: ![[NODE]])
42 ; CHECK-DAG: ![[MULTI:[0-9]+]] = !{![[RANGE]], ![[RANGE]], ![[CONST]], ![[CONST]], ![[CONST]], ![[C…
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dload-combine-metadata.ll9 ; CHECK-SAME: !range ![[RANGE:[0-9]+]]
20 ; CHECK: ![[RANGE]] = !{i32 0, i32 5}
H A Dfold-phi-load-metadata.ll12 ; CHECK: load i32, i32* %{{[a-z0-9.]+}}, align 4, !tbaa ![[TBAA:[0-9]+]], !range ![[RANGE:[0-9]+]],…
42 ; CHECK: ![[RANGE]] = !{i32 10, i32 25}
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dinit-variables.cpp83 template <typename RANGE>
84 void f(RANGE r) { in f()
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-raw-bytes.test3 …ytes -byte-range=100000-200000 %p/Inputs/empty.pdb 2>&1 | FileCheck --check-prefix=INVALID-RANGE %s
17 INVALID-RANGE: llvm-pdbutil: Invalid byte range specified. Requested byte larger than file size
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Drange-and-ip.ll15 ; CHECK-NEXT: [[RANGE:%.*]] = and i64 [[A:%.*]], 255
16 ; CHECK-NEXT: [[C_3:%.*]] = call i1 @f1(i64 [[RANGE]])
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtCXX.h136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
161 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); } in getRangeStmt()
172 return cast<DeclStmt>(SubExprs[RANGE]); in getRangeStmt()
192 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); } in setRangeInit()
193 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; } in setRangeStmt()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtarget.cpp123 if (Scalar<T>::RANGE >= precision_ && in Test()
155 if (Scalar<T>::PRECISION >= precision_ && Scalar<T>::RANGE >= range_ && in Test()
H A Dfold-integer.cpp929 return Scalar<ResultType<decltype(kx)>>::RANGE; in FoldIntrinsicFunction()
935 return Scalar<ResultType<decltype(kx)>>::RANGE; in FoldIntrinsicFunction()
941 return Scalar<typename ResultType<decltype(kx)>::Part>::RANGE; in FoldIntrinsicFunction()
/llvm-project-15.0.7/mlir/test/Dialect/Async/
H A Dasync-parallel-for-async-dispatch.mlir9 // CHECK: %[[RANGE:.*]] = arith.subi %[[UB]], %[[LB]]
10 // CHECK: %[[TRIP_CNT:.*]] = arith.ceildivsi %[[RANGE]], %[[STEP]]
/llvm-project-15.0.7/llvm/utils/llvm-lit/
H A DCMakeLists.txt21 foreach(i RANGE 0 ${file_last} 2)
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dmessage.h206 template <typename RANGE, typename A, typename... As>
207 Message(RANGE r, const MessageFixedText &t, A &&x, As &&...xs) in Message()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtCXX.cpp56 SubExprs[RANGE] = Range; in CXXForRangeStmt()
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Ddereferenceable-1.ll503 …4* nocapture nofree noundef nonnull readonly align 8 dereferenceable(8) [[RANGE:%.*]]) #[[ATTR4:[0…
505 ; IS__TUNIT_OPM-NEXT: [[TMP0:%.*]] = load i64, i64* [[RANGE]], align 8, !range [[RNG0:![0-9]+]]
512 …4* nocapture nofree noundef nonnull readonly align 8 dereferenceable(8) [[RANGE:%.*]]) #[[ATTR3:[0…
514 ; IS__TUNIT_NPM-NEXT: [[TMP0:%.*]] = load i64, i64* [[RANGE]], align 8, !range [[RNG0:![0-9]+]]
521 …4* nocapture nofree noundef nonnull readonly align 8 dereferenceable(8) [[RANGE:%.*]]) #[[ATTR4:[0…
523 ; IS__CGSCC_OPM-NEXT: [[TMP0:%.*]] = load i64, i64* [[RANGE]], align 8, !range [[RNG0:![0-9]+]]
530 …4* nocapture nofree noundef nonnull readonly align 8 dereferenceable(8) [[RANGE:%.*]]) #[[ATTR3:[0…
532 ; IS__CGSCC_NPM-NEXT: [[TMP0:%.*]] = load i64, i64* [[RANGE]], align 8, !range [[RNG0:![0-9]+]]
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h168 static constexpr int RANGE{Details::decimalRange};
H A Dinteger.h362 static constexpr int RANGE{// in the sense of SELECTED_INT_KIND
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4931 #define PARSE_BITS_ENTRY(FIELD, ENTRY, VALUE, RANGE) \ in ParseDirectiveAMDHSAKernel() argument
4933 return OutOfRangeError(RANGE); \ in ParseDirectiveAMDHSAKernel()

12