Searched refs:cmpa (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2008-07-13-InfLoopMiscompile.ll | 13 %cmpa = icmp ne i32 %l, 0 ; <i1> [#uses=3] 14 br i1 %cmpa, label %func_1.exit, label %mooseblock 17 %cmpb = icmp eq i1 %cmpa, false ; <i1> [#uses=2] 24 br i1 %cmpa, label %cowblock, label %beeblock
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-07-13-InfLoopMiscompile.ll | 31 %cmpa = icmp ne i32 %l, 0 ; <i1> [#uses=3] 32 br i1 %cmpa, label %func_1.exit, label %mooseblock 35 %cmpb = icmp eq i1 %cmpa, false ; <i1> [#uses=2] 42 br i1 %cmpa, label %cowblock, label %beeblock
|
D | preserve-branchweights.ll | 416 define i32 @SimplifyCondBranchToCondBranch(i1 %cmpa, i1 %cmpb) { 419 ; CHECK-NEXT: [[BRMERGE:%.*]] = or i1 %cmpa, %cmpb 420 ; CHECK-NEXT: [[DOTMUX:%.*]] = select i1 %cmpa, i32 0, i32 2, !prof !13 425 br i1 %cmpa, label %block3, label %block2, !prof !13 441 define i32 @SimplifyCondBranchToCondBranchSwap(i1 %cmpa, i1 %cmpb) { 444 ; CHECK-NEXT: [[CMPA_NOT:%.*]] = xor i1 %cmpa, true 452 br i1 %cmpa, label %block2, label %block3, !prof !13 466 define i32 @SimplifyCondBranchToCondBranchSwapMissingWeight(i1 %cmpa, i1 %cmpb) { 469 ; CHECK-NEXT: [[CMPA_NOT:%.*]] = xor i1 %cmpa, true 477 br i1 %cmpa, label %block2, label %block3, !prof !13
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-07-13-InfLoopMiscompile.ll | 31 %cmpa = icmp ne i32 %l, 0 ; <i1> [#uses=3] 32 br i1 %cmpa, label %func_1.exit, label %mooseblock 35 %cmpb = icmp eq i1 %cmpa, false ; <i1> [#uses=2] 42 br i1 %cmpa, label %cowblock, label %beeblock
|
D | preserve-branchweights.ll | 416 define i32 @SimplifyCondBranchToCondBranch(i1 %cmpa, i1 %cmpb) { 419 ; CHECK-NEXT: [[BRMERGE:%.*]] = or i1 %cmpa, %cmpb 420 ; CHECK-NEXT: [[DOTMUX:%.*]] = select i1 %cmpa, i32 0, i32 2, !prof !13 425 br i1 %cmpa, label %block3, label %block2, !prof !13 441 define i32 @SimplifyCondBranchToCondBranchSwap(i1 %cmpa, i1 %cmpb) { 444 ; CHECK-NEXT: [[CMPA_NOT:%.*]] = xor i1 %cmpa, true 452 br i1 %cmpa, label %block2, label %block3, !prof !13 466 define i32 @SimplifyCondBranchToCondBranchSwapMissingWeight(i1 %cmpa, i1 %cmpb) { 469 ; CHECK-NEXT: [[CMPA_NOT:%.*]] = xor i1 %cmpa, true 477 br i1 %cmpa, label %block2, label %block3, !prof !13
|
D | implied-and-or.ll | 125 %cmpa = icmp eq i32 %a, 0 128 %and1 = and i1 %cmpa, %cmpb 155 %cmpa = icmp eq i32 %a, 0 163 %and1 = and i1 %cmpa, %cmpb
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2012-10-19-congruent-constant.ll | 9 %phi1 = phi i1 [ false, %entry ], [ %cmpa, %for.body ] 13 %cmpa = icmp sgt i32 %i.07, 200
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | 2012-10-19-congruent-constant.ll | 9 %phi1 = phi i1 [ false, %entry ], [ %cmpa, %for.body ] 13 %cmpa = icmp sgt i32 %i.07, 200
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | pr28719.ll | 15 %cmpa = icmp slt i32 %a0, 4 16 br i1 %cmpa, label %preheader, label %for.end
|
/external/u-boot/arch/arm/include/asm/arch-am33xx/ |
D | cpu.h | 577 unsigned short cmpa; member
|