Searched refs:ifthen (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.c | 377 lp_build_if(struct lp_build_if_state *ifthen, in lp_build_if() argument 383 memset(ifthen, 0, sizeof *ifthen); in lp_build_if() 384 ifthen->gallivm = gallivm; in lp_build_if() 385 ifthen->condition = condition; in lp_build_if() 386 ifthen->entry_block = block; in lp_build_if() 389 ifthen->merge_block = lp_build_insert_new_block(gallivm, "endif-block"); in lp_build_if() 392 ifthen->true_block = in lp_build_if() 394 ifthen->merge_block, in lp_build_if() 398 LLVMPositionBuilderAtEnd(gallivm->builder, ifthen->true_block); in lp_build_if() 406 lp_build_else(struct lp_build_if_state *ifthen) in lp_build_else() argument [all …]
|
/external/llvm/test/Transforms/GVN/ |
D | 2008-07-02-Unreachable.ll | 10 br i1 %cmp, label %ifelse, label %ifthen 12 ifthen: ; preds = %entry 33 ifend: ; preds = %afterfor, %ifthen
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | 2008-07-02-Unreachable.ll | 9 br i1 false, label %ifelse, label %ifthen 11 ifthen: ; preds = %entry 35 ifend: ; preds = %afterfor, %ifthen
|
/external/llvm/test/Transforms/LICM/ |
D | 2008-05-20-AliasSetVAArg.ll | 13 br i1 false, label %ifthen.i.i, label %whilebody.i.i 15 ifthen.i.i: ; preds = %whilebody.i.i 18 forcond: ; preds = %forbody, %ifthen.i.i
|
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/ |
D | 2008-05-20-AliasSetVAArg.ll | 13 br i1 false, label %ifthen.i.i, label %whilebody.i.i 15 ifthen.i.i: ; preds = %whilebody.i.i 18 forcond: ; preds = %forbody, %ifthen.i.i
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2008-12-16-DCECond.ll | 9 br i1 %cmp, label %ifthen, label %ifend 11 ifthen: ; preds = %entry 15 ifend: ; preds = %ifthen, %entry
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-12-16-DCECond.ll | 9 br i1 %cmp, label %ifthen, label %ifend 11 ifthen: ; preds = %entry 15 ifend: ; preds = %ifthen, %entry
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | phys_subreg_coalesce-2.ll | 7 br i1 %cmp, label %ifthen, label %forcond.preheader 13 ifthen: ; preds = %entry
|
D | pr2659.ll | 10 br i1 %cmp, label %ifthen, label %forcond.preheader 27 ifthen: ; preds = %entry
|
D | fold-pcmpeqd-2.ll | 26 br i1 %cmp, label %forcond, label %ifthen 28 ifthen: ; preds = %entry
|
D | fold-pcmpeqd-0.ll | 27 br i1 %cmp, label %forcond, label %ifthen 29 ifthen: ; preds = %entry
|
/external/llvm/test/CodeGen/X86/ |
D | phys_subreg_coalesce-2.ll | 8 br i1 %cmp, label %ifthen, label %forcond.preheader 14 ifthen: ; preds = %entry
|
D | pr2659.ll | 10 br i1 %cmp, label %ifthen, label %forcond.preheader 28 ifthen: ; preds = %entry
|
D | fold-pcmpeqd-2.ll | 25 br i1 %cmp, label %forcond, label %ifthen 27 ifthen: ; preds = %entry
|
/external/llvm/lib/Target/X86/ |
D | README.txt | 640 .LBB1_1: # ifthen 958 .LBB1_1: # ifthen
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | README.txt | 803 .LBB1_1: # ifthen 1121 .LBB1_1: # ifthen
|