/external/llvm/test/Transforms/ADCE/ |
D | 2005-02-17-PHI-Invoke-Crash.ll | 34 to label %tmp.1.i.i162.noexc unwind label %terminate 36 tmp.1.i.i162.noexc: ; preds = %invoke_catch.1
|
/external/swiftshader/third_party/LLVM/test/Transforms/ADCE/ |
D | 2005-02-17-PHI-Invoke-Crash.ll | 34 to label %tmp.1.i.i162.noexc unwind label %terminate 36 tmp.1.i.i162.noexc: ; preds = %invoke_catch.1
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 304 int i162[] = {0, 1, 0, 1, 0, 1, 0}; in test() local 431 assert(std::is_heap(i162, i162+7) == (std::is_heap_until(i162, i162+7) == i162+7)); in test()
|
D | is_heap_until.pass.cpp | 304 int i162[] = {0, 1, 0, 1, 0, 1, 0}; in test() local 431 assert(std::is_heap_until(i162, i162+7) == i162+1); in test()
|
D | is_heap_until_comp.pass.cpp | 305 int i162[] = {0, 1, 0, 1, 0, 1, 0}; in test() local 432 assert(std::is_heap_until(i162, i162+7, std::greater<int>()) == i162+4); in test()
|
D | is_heap_comp.pass.cpp | 305 int i162[] = {0, 1, 0, 1, 0, 1, 0}; in test() local 432 …assert(std::is_heap(i162, i162+7, std::greater<int>()) == (std::is_heap_until(i162, i162+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 164 int i162 = identity(162); int i163 = identity(163); int i164 = identity(164); in binaryOpUsingHighRegistersLocals() local 217 i156 + i157 + i158 + i159 + i160 + i161 + i162 + i163 + i164 + i165 + i166 + i167 + in binaryOpUsingHighRegistersLocals() 288 double i162 = identity(162.0); double i163 = identity(163.0); double i164 = identity(164.0); in binaryDoubleOpUsingHighRegistersLocals() local 338 i156 + i157 + i158 + i159 + i160 + i161 + i162 + i163 + i164 + i165 + i166 + i167 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 350 int i156, int i157, int i158, int i159, int i160, int i161, int i162, int i163, int i164, in manyArgs() argument 402 int i158 = 158; int i159 = 159; int i160 = 160; int i161 = 161; int i162 = 162; in rangeInvokeWithManyLocals() local 434 i156, i157, i158, i159, i160, i161, i162, i163, i164, i165, i166, i167, i168, i169, i170, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 324 @i162_l = external global i162 ; <i162*> [#uses=1] 325 @i162_s = external global i162 ; <i162*> [#uses=1] 1482 %tmp = load i162, i162* @i162_l ; <i162> [#uses=1] 1483 store i162 %tmp, i162* @i162_s
|
D | APIntSextParam.ll | 163 @i162_s = external global i162 ; <i162*> [#uses=1] 1064 define void @i162_ls(i162 signext %x) nounwind { 1065 store i162 %x, i162* @i162_s
|
D | APIntParam.ll | 163 @i162_s = external global i162 ; <i162*> [#uses=1] 1064 define void @i162_ls(i162 %x) nounwind { 1065 store i162 %x, i162* @i162_s
|
D | APIntZextParam.ll | 163 @i162_s = external global i162 ; <i162*> [#uses=1] 1064 define void @i162_ls(i162 zeroext %x) nounwind { 1065 store i162 %x, i162* @i162_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 324 @i162_l = external global i162 ; <i162*> [#uses=1] 325 @i162_s = external global i162 ; <i162*> [#uses=1] 1482 %tmp = load i162* @i162_l ; <i162> [#uses=1] 1483 store i162 %tmp, i162* @i162_s
|
D | APIntParam.ll | 163 @i162_s = external global i162 ; <i162*> [#uses=1] 1064 define void @i162_ls(i162 %x) nounwind { 1065 store i162 %x, i162* @i162_s
|
D | APIntSextParam.ll | 163 @i162_s = external global i162 ; <i162*> [#uses=1] 1064 define void @i162_ls(i162 signext %x) nounwind { 1065 store i162 %x, i162* @i162_s
|
D | APIntZextParam.ll | 163 @i162_s = external global i162 ; <i162*> [#uses=1] 1064 define void @i162_ls(i162 zeroext %x) nounwind { 1065 store i162 %x, i162* @i162_s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 434 %one.sub.ac.i162 = fmul float %one.sub.a.i161, %tmp355 436 %result.i164 = fadd float %mul.i163, %one.sub.ac.i162
|