Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/InstCombine/
Dapint-and-or-and.ll39 define i231 @or_test1(i231 %X, i231 %Y) {
40 %A = and i231 %X, 1
41 %B = or i231 %A, 1 ;; This cannot include any bits from X!
42 ret i231 %B
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dapint-and-or-and.ll39 define i231 @or_test1(i231 %X, i231 %Y) {
40 %A = and i231 %X, 1
41 %B = or i231 %A, 1 ;; This cannot include any bits from X!
42 ret i231 %B
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp373 int i231[] = {1, 1, 0, 1, 1, 1, 1}; in test() local
500 assert(std::is_heap(i231, i231+7) == (std::is_heap_until(i231, i231+7) == i231+7)); in test()
Dis_heap_until.pass.cpp373 int i231[] = {1, 1, 0, 1, 1, 1, 1}; in test() local
500 assert(std::is_heap_until(i231, i231+7) == i231+5); in test()
Dis_heap_until_comp.pass.cpp374 int i231[] = {1, 1, 0, 1, 1, 1, 1}; in test() local
501 assert(std::is_heap_until(i231, i231+7, std::greater<int>()) == i231+2); in test()
Dis_heap_comp.pass.cpp374 int i231[] = {1, 1, 0, 1, 1, 1, 1}; in test() local
501 …assert(std::is_heap(i231, i231+7, std::greater<int>()) == (std::is_heap_until(i231, i231+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java187 int i231 = identity(231); int i232 = identity(232); int i233 = identity(233); in binaryOpUsingHighRegistersLocals() local
223 i228 + i229 + i230 + i231 + i232 + i233 + i234 + i235 + i236 + i237 + i238 + i239 + in binaryOpUsingHighRegistersLocals()
311 double i231 = identity(231.0); double i232 = identity(232.0); double i233 = identity(233.0); in binaryDoubleOpUsingHighRegistersLocals() local
344 i228 + i229 + i230 + i231 + i232 + i233 + i234 + i235 + i236 + i237 + i238 + i239 + in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java358 int i228, int i229, int i230, int i231, int i232, int i233, int i234, int i235, int i236, in manyArgs()
416 int i228 = 228; int i229 = 229; int i230 = 230; int i231 = 231; int i232 = 232; in rangeInvokeWithManyLocals() local
439 i231, i232, i233, i234, i235, i236, i237, i238, i239, i240, i241, i242, i243, i244, i245, in rangeInvokeWithManyLocals()
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll462 @i231_l = external global i231 ; <i231*> [#uses=1]
463 @i231_s = external global i231 ; <i231*> [#uses=1]
1896 %tmp = load i231, i231* @i231_l ; <i231> [#uses=1]
1897 store i231 %tmp, i231* @i231_s
DAPIntSextParam.ll232 @i231_s = external global i231 ; <i231*> [#uses=1]
1409 define void @i231_ls(i231 signext %x) nounwind {
1410 store i231 %x, i231* @i231_s
DAPIntParam.ll232 @i231_s = external global i231 ; <i231*> [#uses=1]
1409 define void @i231_ls(i231 %x) nounwind {
1410 store i231 %x, i231* @i231_s
DAPIntZextParam.ll232 @i231_s = external global i231 ; <i231*> [#uses=1]
1409 define void @i231_ls(i231 zeroext %x) nounwind {
1410 store i231 %x, i231* @i231_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll462 @i231_l = external global i231 ; <i231*> [#uses=1]
463 @i231_s = external global i231 ; <i231*> [#uses=1]
1896 %tmp = load i231* @i231_l ; <i231> [#uses=1]
1897 store i231 %tmp, i231* @i231_s
DAPIntParam.ll232 @i231_s = external global i231 ; <i231*> [#uses=1]
1409 define void @i231_ls(i231 %x) nounwind {
1410 store i231 %x, i231* @i231_s
DAPIntSextParam.ll232 @i231_s = external global i231 ; <i231*> [#uses=1]
1409 define void @i231_ls(i231 signext %x) nounwind {
1410 store i231 %x, i231* @i231_s
DAPIntZextParam.ll232 @i231_s = external global i231 ; <i231*> [#uses=1]
1409 define void @i231_ls(i231 zeroext %x) nounwind {
1410 store i231 %x, i231* @i231_s