/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 195 @i194_s = external global i194 ; <i194*> [#uses=1] 1224 define void @i194_ls(i194 %x) nounwind { 1225 store i194 %x, i194* @i194_s [all...] |
APIntSextParam.ll | 195 @i194_s = external global i194 ; <i194*> [#uses=1] 1224 define void @i194_ls(i194 signext %x) nounwind { 1225 store i194 %x, i194* @i194_s [all...] |
APIntZextParam.ll | 195 @i194_s = external global i194 ; <i194*> [#uses=1] 1224 define void @i194_ls(i194 zeroext %x) nounwind { 1225 store i194 %x, i194* @i194_s [all...] |
APIntLoadStore.ll | 388 @i194_l = external global i194 ; <i194*> [#uses=1] 389 @i194_s = external global i194 ; <i194*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 336 int i194[] = {1, 0, 0, 1, 0, 1, 0}; local 463 assert(std::is_heap(i194, i194+7) == (std::is_heap_until(i194, i194+7) == i194+7));
|
is_heap_until.pass.cpp | 336 int i194[] = {1, 0, 0, 1, 0, 1, 0}; local 463 assert(std::is_heap_until(i194, i194+7) == i194+3);
|
is_heap_until_comp.pass.cpp | 337 int i194[] = {1, 0, 0, 1, 0, 1, 0}; local 464 assert(std::is_heap_until(i194, i194+7, std::greater<int>()) == i194+1);
|
is_heap_comp.pass.cpp | 337 int i194[] = {1, 0, 0, 1, 0, 1, 0}; local [all...] |
/external/llvm/test/CodeGen/ARM/ |
vmul.ll | 574 %mul.i194 = mul <8 x i16> %add.i198, %vmovl.i237 576 %add.i192 = add <8 x i16> %mul.i191, %mul.i194
|
2008-04-11-PHIofImpDef.ll | [all...] |