Searched refs:BestIdx (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | commute-movcc.ll | 33 %BestIdx.010 = phi i32 [ 0, %entry ], [ %BestIdx.1, %if.end8 ] 43 %i.0.BestIdx.0 = select i1 %cmp3, i32 %i.012, i32 %BestIdx.010 49 %BestIdx.0.i.0 = select i1 %cmp5, i32 %BestIdx.010, i32 %i.012 54 %BestIdx.1 = phi i32 [ %i.0.BestIdx.0, %if.then ], [ %BestIdx.0.i.0, %if.else ] 62 ret i32 %BestIdx.1
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2560 unsigned BestIdx = 0; in ChooseConstraint() local 2581 BestIdx = i; in ChooseConstraint() 2595 BestIdx = i; in ChooseConstraint() 2600 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint()
|