Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AMDGPU/
Dmin.ll9 ; EG: MIN_INT
22 ; EG: MIN_INT
33 ; EG: MIN_INT
47 ; EG: MIN_INT
48 ; EG: MIN_INT
49 ; EG: MIN_INT
50 ; EG: MIN_INT
91 ; EG: MIN_INT
92 ; EG: MIN_INT
93 ; EG: MIN_INT
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dmin.ll9 ; EG: MIN_INT
26 ; EG: MIN_INT
37 ; EG: MIN_INT
51 ; EG: MIN_INT
52 ; EG: MIN_INT
53 ; EG: MIN_INT
54 ; EG: MIN_INT
96 ; EG: MIN_INT
97 ; EG: MIN_INT
98 ; EG: MIN_INT
[all …]
/external/llvm/test/Analysis/ScalarEvolution/
Dpredicated-trip-count.ll67 ; If %M >= MIN_INT + 1, this predicated backedge taken count would be correct (even
68 ; without predicates). However, for %M < MIN_INT this would be an infinite loop.
73 ; There is also a limit case here where the value of %M is MIN_INT. In this case
74 ; we still have an infinite loop, since icmp sge %x, MIN_INT will always return
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dpredicated-trip-count.ll67 ; If %M >= MIN_INT + 1, this predicated backedge taken count would be correct (even
68 ; without predicates). However, for %M < MIN_INT this would be an infinite loop.
73 ; There is also a limit case here where the value of %M is MIN_INT. In this case
74 ; we still have an infinite loop, since icmp sge %x, MIN_INT will always return
/external/mesa3d/src/mesa/main/
Dformat_utils.h47 #define MIN_INT(BITS) ((BITS) == 32 ? INT32_MIN : (-(1 << (BITS - 1)))) macro
176 return CLAMP(src, MIN_INT(dst_size), MAX_INT(dst_size)); in _mesa_signed_to_signed()
/external/llvm/test/Transforms/Reassociate/
Dmin_int.ll3 ; MIN_INT cannot be negated during reassociation
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
Dmin_int.ll3 ; MIN_INT cannot be negated during reassociation
/external/llvm/lib/Target/AMDGPU/
DR600Instructions.td797 def MIN_INT : R600_2OP_Helper <0x37, "MIN_INT", smin>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600Instructions.td824 def MIN_INT : R600_2OP_Helper <0x37, "MIN_INT", smin>;
/external/libxml2/
DChangeLog3129 * xpath.c: work for #303289, fix a formatting bug for MIN_INT