/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | zext-or-icmp.ll | 27 %toBool = icmp eq i8 %tmp26.mask, 0 ; <i1> [#uses=1] 28 %toBool.not = xor i1 %toBool, true ; <i1> [#uses=1] 30 %bothcond = or i1 %toBool.not, %toBool33 ; <i1> [#uses=1]
|
D | 2008-07-08-ShiftOneAndOne.ll | 8 %toBool = icmp eq i32 %tmp237, 0 ; <i1> [#uses=1] 9 ret i1 %toBool
|
D | 2008-06-13-InfiniteLoopStore.ll | 10 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1] 11 br i1 %toBool, label %bb, label %return
|
D | 2007-10-31-StringCrash.ll | 13 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1] 14 br i1 %toBool, label %cond_true, label %return
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-03-17-RegScavengerCrash.ll | 11 %toBool = icmp eq i32 %wide, 0 ; <i1> [#uses=2] 12 %iftmp.87.0 = select i1 %toBool, i32 %tmp61, i32 0 ; <i32> [#uses=2] 20 br i1 %toBool, label %bb103, label %bb94
|
D | return-val-i128.ll | 13 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1] 14 br i1 %toBool, label %bb, label %bb8
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2008-03-17-RegScavengerCrash.ll | 11 %toBool = icmp eq i32 %wide, 0 ; <i1> [#uses=2] 12 %iftmp.87.0 = select i1 %toBool, i32 %tmp61, i32 0 ; <i32> [#uses=2] 20 br i1 %toBool, label %bb103, label %bb94
|
D | return-val-i128.ll | 13 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1] 14 br i1 %toBool, label %bb, label %bb8
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-07-08-ShiftOneAndOne.ll | 11 %toBool = icmp eq i32 %tmp237, 0 12 ret i1 %toBool
|
D | 2008-06-13-InfiniteLoopStore.ll | 10 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1] 11 br i1 %toBool, label %bb, label %return
|
D | 2007-10-31-StringCrash.ll | 13 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1] 14 br i1 %toBool, label %cond_true, label %return
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | invalid-shift-immediate.ll | 16 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1] 17 br i1 %toBool, label %bb, label %bb5
|
D | cmov.ll | 14 %toBool = icmp eq i32 %1, 0 ; <i1> [#uses=1] 16 %.0 = select i1 %toBool, i32 %v, i32 12 ; <i32> [#uses=1] 29 %toBool = icmp eq i32 %1, 0 ; <i1> [#uses=1] 31 %.0 = select i1 %toBool, i32 12, i32 %v ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
D | invalid-shift-immediate.ll | 16 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1] 17 br i1 %toBool, label %bb, label %bb5
|
D | cmov.ll | 14 %toBool = icmp eq i32 %1, 0 ; <i1> [#uses=1] 16 %.0 = select i1 %toBool, i32 %v, i32 12 ; <i32> [#uses=1] 29 %toBool = icmp eq i32 %1, 0 ; <i1> [#uses=1] 31 %.0 = select i1 %toBool, i32 12, i32 %v ; <i32> [#uses=1]
|
/external/llvm/test/Other/ |
D | 2007-09-10-PassManager.ll | 22 %toBool = icmp ne i8 %tmp56, 0 ; <i1> [#uses=1] 23 br i1 %toBool, label %bb, label %bb7
|
/external/swiftshader/third_party/LLVM/test/Other/ |
D | 2007-09-10-PassManager.ll | 22 %toBool = icmp ne i8 %tmp56, 0 ; <i1> [#uses=1] 23 br i1 %toBool, label %bb, label %bb7
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2008-01-02-hoist-fp-add.ll | 14 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1] 15 br i1 %toBool, label %cond_true, label %cond_next
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-01-02-hoist-fp-add.ll | 14 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1] 15 br i1 %toBool, label %cond_true, label %cond_next
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 1216 needR = toBool(prot & VKI_PROT_READ); in is_valid_for() 1217 needW = toBool(prot & VKI_PROT_WRITE); in is_valid_for() 1218 needX = toBool(prot & VKI_PROT_EXEC); in is_valid_for() 1529 seg.hasR = toBool(prot & VKI_PROT_READ); in read_maps_callback() 1530 seg.hasW = toBool(prot & VKI_PROT_WRITE); in read_maps_callback() 1531 seg.hasX = toBool(prot & VKI_PROT_EXEC); in read_maps_callback() 2172 seg.hasR = toBool(prot & VKI_PROT_READ); in VG_() 2173 seg.hasW = toBool(prot & VKI_PROT_WRITE); in VG_() 2174 seg.hasX = toBool(prot & VKI_PROT_EXEC); in VG_() 2215 seg.hasR = toBool(prot & VKI_PROT_READ); in VG_() [all …]
|
/external/valgrind/VEX/priv/ |
D | ir_opt.c | 274 return toBool( isIRAtom(e->Iex.Binop.arg1) in isFlat() 643 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE) in redundant_get_removal_BB() 1082 return toBool( e1->Iex.Binop.op == e2->Iex.Binop.op in sameIRExprs_aux2() 1089 return toBool( e1->Iex.Unop.op == e2->Iex.Unop.op in sameIRExprs_aux2() 1098 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 ); in sameIRExprs_aux2() 1099 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 ); in sameIRExprs_aux2() 1100 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in sameIRExprs_aux2() 1101 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in sameIRExprs_aux2() 1102 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in sameIRExprs_aux2() 1111 return toBool( tri1->op == tri2->op in sameIRExprs_aux2() [all …]
|
/external/deqp/executor/ |
D | xeTestResultParser.cpp | 59 static inline bool toBool (const char* str) in toBool() function 542 shaderProgram->linkStatus = toBool(getAttribute("LinkStatus")); in handleElementStart() 555 shader->compileStatus = toBool(getAttribute("CompileStatus")); in handleElementStart() 596 info->compileStatus = toBool(getAttribute("CompileStatus")); in handleElementStart() 620 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB")); in handleElementStart() 621 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA")); in handleElementStart() 633 config->nativeRenderable = toBool(getAttribute("NativeRenderable")); in handleElementStart()
|
/external/llvm/test/Transforms/GVN/ |
D | calls-nonlocal.ll | 10 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1] 11 br i1 %toBool, label %bb, label %bb6
|
/external/swiftshader/third_party/LLVM/test/Transforms/Mem2Reg/ |
D | 2007-08-27-VolatileLoadsStores.ll | 21 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1] 22 br i1 %toBool, label %bb, label %bb5
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | calls-nonlocal.ll | 10 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1] 11 br i1 %toBool, label %bb, label %bb6
|