Home
last modified time | relevance | path

Searched refs:toBool (Results 1 – 25 of 77) sorted by relevance

1234

/external/llvm/test/Transforms/InstCombine/
Dzext-or-icmp.ll27 %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]
D2008-07-08-ShiftOneAndOne.ll8 %toBool = icmp eq i32 %tmp237, 0 ; <i1> [#uses=1]
9 ret i1 %toBool
D2008-06-13-InfiniteLoopStore.ll10 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1]
11 br i1 %toBool, label %bb, label %return
D2007-10-31-StringCrash.ll13 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1]
14 br i1 %toBool, label %cond_true, label %return
D2007-10-28-stacksave.ll33 %toBool = icmp ne i8 %tmp2728, 0 ; <i1> [#uses=1]
34 br i1 %toBool, label %cleanup31, label %cond_next
/external/llvm/test/CodeGen/PowerPC/
D2008-03-17-RegScavengerCrash.ll11 %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
Dreturn-val-i128.ll13 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1]
14 br i1 %toBool, label %bb, label %bb8
D2007-05-22-tailmerge-3.ll21 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1]
22 br i1 %toBool, label %cond_true, label %cond_false
/external/llvm/test/CodeGen/X86/
Dinvalid-shift-immediate.ll16 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1]
17 br i1 %toBool, label %bb, label %bb5
Dcmov.ll14 %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/
D2007-09-10-PassManager.ll22 %toBool = icmp ne i8 %tmp56, 0 ; <i1> [#uses=1]
23 br i1 %toBool, label %bb, label %bb7
/external/llvm/test/Transforms/SimplifyCFG/
D2008-01-02-hoist-fp-add.ll14 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1]
15 br i1 %toBool, label %cond_true, label %cond_next
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c1312 needR = toBool(prot & VKI_PROT_READ); in is_valid_for()
1313 needW = toBool(prot & VKI_PROT_WRITE); in is_valid_for()
1314 needX = toBool(prot & VKI_PROT_EXEC); in is_valid_for()
1572 seg.hasR = toBool(prot & VKI_PROT_READ); in read_maps_callback()
1573 seg.hasW = toBool(prot & VKI_PROT_WRITE); in read_maps_callback()
1574 seg.hasX = toBool(prot & VKI_PROT_EXEC); in read_maps_callback()
2061 seg.hasR = toBool(prot & VKI_PROT_READ); in VG_()
2062 seg.hasW = toBool(prot & VKI_PROT_WRITE); in VG_()
2063 seg.hasX = toBool(prot & VKI_PROT_EXEC); in VG_()
2104 seg.hasR = toBool(prot & VKI_PROT_READ); in VG_()
[all …]
/external/valgrind/main/VEX/priv/
Dir_opt.c274 return toBool( isIRAtom(e->Iex.Binop.arg1) in isFlat()
643 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE) in redundant_get_removal_BB()
1074 return toBool( e1->Iex.Binop.op == e2->Iex.Binop.op in sameIRExprs_aux2()
1081 return toBool( e1->Iex.Unop.op == e2->Iex.Unop.op in sameIRExprs_aux2()
1090 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 ); in sameIRExprs_aux2()
1091 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 ); in sameIRExprs_aux2()
1092 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in sameIRExprs_aux2()
1093 case Ico_U32: return toBool( c1->Ico.U32 == c2->Ico.U32 ); in sameIRExprs_aux2()
1094 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 ); in sameIRExprs_aux2()
1103 return toBool( tri1->op == tri2->op in sameIRExprs_aux2()
[all …]
Dhost_generic_regs.h140 return toBool(r.reg & (1<<24)); in hregIsVirtual()
145 return toBool(r1.reg == r2.reg); in sameHReg()
/external/llvm/test/Transforms/GVN/
Dcalls-nonlocal.ll10 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1]
11 br i1 %toBool, label %bb, label %bb6
/external/llvm/test/Transforms/Mem2Reg/
D2007-08-27-VolatileLoadsStores.ll21 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1]
22 br i1 %toBool, label %bb, label %bb5
/external/deqp/executor/
DxeTestResultParser.cpp59 static inline bool toBool (const char* str) in toBool() function
540 shaderProgram->linkStatus = toBool(getAttribute("LinkStatus")); in handleElementStart()
553 shader->compileStatus = toBool(getAttribute("CompileStatus")); in handleElementStart()
586 info->compileStatus = toBool(getAttribute("CompileStatus")); in handleElementStart()
610 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB")); in handleElementStart()
611 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA")); in handleElementStart()
623 config->nativeRenderable = toBool(getAttribute("NativeRenderable")); in handleElementStart()
/external/llvm/test/ExecutionEngine/MCJIT/
D2008-06-05-APInt-OverAShr.ll37 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1]
38 br i1 %toBool, label %cond_true, label %cond_false
/external/llvm/test/ExecutionEngine/
D2008-06-05-APInt-OverAShr.ll37 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1]
38 br i1 %toBool, label %cond_true, label %cond_false
/external/llvm/test/CodeGen/ARM/
D2007-05-09-tailmerge-2.ll20 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1]
21 br i1 %toBool, label %cond_true, label %cond_false
D2007-05-07-tailmerge-1.ll20 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1]
21 br i1 %toBool, label %cond_true, label %cond_false
D2007-05-22-tailmerge-3.ll22 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1]
23 br i1 %toBool, label %cond_true, label %cond_false
/external/llvm/test/Transforms/LICM/
D2007-05-22-VolatileSink.ll23 %toBool = icmp ne i8 %tmp89, 0 ; <i1> [#uses=1]
24 br i1 %toBool, label %bb, label %bb30
/external/deqp/modules/gles2/scripts/
Dgenutil.py95 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function
102 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
103 def toBVec3(lst): return [v.toBool().toVec3() for v in lst]
104 def toBVec2(lst): return [v.toBool().toVec2() for v in lst]
213 def toBool(self): return Scalar(bool(self.x)) member in Scalar
327 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in Vec2
413 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in Vec3
506 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in Vec4

1234