| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | strnlen-6.ll | 4 ; to be nonzero. 28 ; Annotate strnlen(ecp, %n) call with nonzero %n with noundef, nonnull, and 38 %nonzero = or i64 %n, 1 40 %len = call i64 @strnlen(i8* %ptr, i64 %nonzero)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | tdc-06.ll | 17 br i1 %testeq, label %ret, label %nonzero, !prof !1 19 nonzero: 46 %res = phi i32 [ 5, %entry ], [ 1, %nonzero ], [ 2, %nonzeroord ], [ %finres, %finite ]
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | simplify-pointer-arithmetic.ll | 38 %len.nonzero = icmp ne i32 %len, 0 39 br i1 %len.nonzero, label %header, label %trap 90 %len.nonzero = icmp ne i64 %len, 0 91 br i1 %len.nonzero, label %header, label %trap 144 %len.nonzero = icmp ne i32 %len, 0 145 br i1 %len.nonzero, label %header, label %trap 197 %len.nonzero = icmp ne i32 %len, 0 198 br i1 %len.nonzero, label %header, label %trap 252 %len.nonzero = icmp ne i32 %len, 0 303 %len.nonzero = icmp ne i64 %len, 0 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | constp-rewrite-branches.ll | 5 br i1 %p, label %zero, label %nonzero 6 nonzero:
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | call-nonzero-program-addrspace-2.ll | 4 ; Check that numbered variables in a nonzero program address space 200 can be used in a call instru… 12 …; CHECK: call-nonzero-program-addrspace-2.ll:[[@LINE-1]]:11: error: '%1' defined with type 'i8 (i3…
|
| H A D | call-nonzero-program-addrspace.ll | 4 ; Check that variables in a nonzero program address space 42 can be used in a call instruction 11 …; CHECK: call-nonzero-program-addrspace.ll:[[@LINE-1]]:25: error: '%fnptr42' defined with type 'i8…
|
| H A D | invoke-nonzero-program-addrspace.ll | 5 ; Check that variables in a nonzero program address space 200 can be used in a invoke instruction 12 …; CHECK: invoke-nonzero-program-addrspace.ll:[[@LINE-1]]:22: error: '%fnptr200' defined with type …
|
| /llvm-project-15.0.7/mlir/docs/includes/img/ |
| H A D | DefUseChains.svg | 1 …nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l575.…
|
| H A D | mlir-lsp-server-server_diagram.svg | 1 …nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l838.…
|
| H A D | Use-list.svg | 1 …nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l484.…
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/ |
| H A D | gendata.py | 310 nonzero = [] 315 nonzero.append(arg) 317 nonzero.append(arg) 319 return [("0", q, "10") for q in nonzero]
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | header_gen_scheme.svg | 1 …nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l962.…
|
| H A D | redirectors_schematic.svg | 1 …nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l751.…
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_checks.inc | 24 UBSAN_CHECK(NullptrWithNonZeroOffset, "nullptr-with-nonzero-offset", 26 UBSAN_CHECK(NullptrAfterNonZeroOffset, "nullptr-after-nonzero-offset",
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | statepoint-fixup-shared-ehpad.mir | 23 br i1 %cmp, label %zero, label %nonzero 29 nonzero: ; preds = %entry 43 normal_dest_b: ; preds = %nonzero 47 exceptional_return_b: ; preds = %nonzero
|
| /llvm-project-15.0.7/llvm/test/Analysis/ValueTracking/ |
| H A D | knownzero-shift.ll | 8 %q = load i8, i8* %pq, !range !0 ; %q is known nonzero; no known bits 11 %A = lshr i8 %2, 1 ; We should know that %A is nonzero.
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | weak-binding.s | 11 ## Check that this section contains a nonzero pointer. It should point to 16 ## Check that this section contains a nonzero pointer. It should point to
|
| H A D | lto-object-path.ll | 21 ;; check that modTime is nonzero when `-object_path_lto` is provided
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | common-replacement.s | 13 # below should be nonzero.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/X86/ |
| H A D | 2011-07-20-DoubleIV.ll | 4 ; nonzero initial value.
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/ |
| H A D | debug-nonzero-labels.ll | 1 ; RUN: opt < %s -dfsan -dfsan-debug-nonzero-labels -S | FileCheck %s
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | aarch64-adrp-ldr-got.s | 16 ## ADRP contains a nonzero addend, no relaxations should be applied. 20 ## LDR contains a nonzero addend, no relaxations should be applied.
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | function-default-address-spaces.ll | 20 ; if it is non-zero or if the module has a nonzero datalayout
|
| /llvm-project-15.0.7/llvm/test/Analysis/BranchProbabilityInfo/ |
| H A D | libfunc_call.ll | 12 ; Check that the result of strcmp is considered more likely to be nonzero than 13 ; zero, and equally likely to be (nonzero) positive or negative. 218 ; heuristic is applied, i.e. positive more likely than negative, nonzero more
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_out_simple.mlir | 42 // sparse tensor change, its nonzero structure remains the same.
|