Home
last modified time | relevance | path

Searched refs:i116 (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/CodeGen/X86/
Davx512-mask-bugfix.ll31 %v1.i5.i.i116 = call i32 @llvm.x86.avx.movmsk.ps.256(<8 x float> %mask0) #0
32 %alleq.i.i120 = icmp eq i32 %v1.i5.i.i116, 65535
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp195 int i116[] = {1, 1, 1, 0, 1, 1}; in test() local
258 assert(std::is_heap(i116, i116+6) == (std::is_heap_until(i116, i116+6) == i116+6)); in test()
Dis_heap_until.pass.cpp195 int i116[] = {1, 1, 1, 0, 1, 1}; in test() local
258 assert(std::is_heap_until(i116, i116+6) == i116+6); in test()
Dis_heap_until_comp.pass.cpp196 int i116[] = {1, 1, 1, 0, 1, 1}; in test() local
259 assert(std::is_heap_until(i116, i116+6, std::greater<int>()) == i116+3); in test()
Dis_heap_comp.pass.cpp196 int i116[] = {1, 1, 1, 0, 1, 1}; in test() local
259 …assert(std::is_heap(i116, i116+6, std::greater<int>()) == (std::is_heap_until(i116, i116+6, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java148 int i114 = identity(114); int i115 = identity(115); int i116 = identity(116); in binaryOpUsingHighRegistersLocals() local
213 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryOpUsingHighRegistersLocals()
272 double i114 = identity(114.0); double i115 = identity(115.0); double i116 = identity(116.0); in binaryDoubleOpUsingHighRegistersLocals() local
334 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java345 int i111, int i112, int i113, int i114, int i115, int i116, int i117, int i118, int i119, in manyArgs() argument
393 int i113 = 113; int i114 = 114; int i115 = 115; int i116 = 116; int i117 = 117; in rangeInvokeWithManyLocals() local
431 i111, i112, i113, i114, i115, i116, i117, i118, i119, i120, i121, i122, i123, i124, i125, in rangeInvokeWithManyLocals()
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll232 @i116_l = external global i116 ; <i116*> [#uses=1]
233 @i116_s = external global i116 ; <i116*> [#uses=1]
1206 %tmp = load i116, i116* @i116_l ; <i116> [#uses=1]
1207 store i116 %tmp, i116* @i116_s
DAPIntSextParam.ll117 @i116_s = external global i116 ; <i116*> [#uses=1]
834 define void @i116_ls(i116 signext %x) nounwind {
835 store i116 %x, i116* @i116_s
DAPIntParam.ll117 @i116_s = external global i116 ; <i116*> [#uses=1]
834 define void @i116_ls(i116 %x) nounwind {
835 store i116 %x, i116* @i116_s
DAPIntZextParam.ll117 @i116_s = external global i116 ; <i116*> [#uses=1]
834 define void @i116_ls(i116 zeroext %x) nounwind {
835 store i116 %x, i116* @i116_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll232 @i116_l = external global i116 ; <i116*> [#uses=1]
233 @i116_s = external global i116 ; <i116*> [#uses=1]
1206 %tmp = load i116* @i116_l ; <i116> [#uses=1]
1207 store i116 %tmp, i116* @i116_s
DAPIntParam.ll117 @i116_s = external global i116 ; <i116*> [#uses=1]
834 define void @i116_ls(i116 %x) nounwind {
835 store i116 %x, i116* @i116_s
DAPIntSextParam.ll117 @i116_s = external global i116 ; <i116*> [#uses=1]
834 define void @i116_ls(i116 signext %x) nounwind {
835 store i116 %x, i116* @i116_s
DAPIntZextParam.ll117 @i116_s = external global i116 ; <i116*> [#uses=1]
834 define void @i116_ls(i116 zeroext %x) nounwind {
835 store i116 %x, i116* @i116_s
/external/llvm/test/CodeGen/AMDGPU/
Dbig_alu.ll799 %result.i116 = fadd float %mul.i115, %one.sub.ac.i114
837 %temp86.1 = phi float [ %result.i116, %IF164 ], [ %temp86.0, %ENDIF160 ]