Searched refs:BestIdx (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 558 unsigned BestIdx = 0; in buildCopy() local 569 BestIdx = Idx; in buildCopy() 581 BestIdx = Idx; in buildCopy() 586 if (BestIdx == 0) in buildCopy() 590 BestIdx, DestLI, Late, SlotIndex()); in buildCopy() 594 LaneBitmask LanesLeft = LaneMask & ~(TRI.getSubRegIndexLaneMask(BestIdx)); in buildCopy() 596 unsigned BestIdx = 0; in buildCopy() local 602 BestIdx = Idx; in buildCopy() 612 BestIdx = Idx; in buildCopy() 616 if (BestIdx == 0) in buildCopy() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2706 unsigned BestIdx = 0; in ChooseConstraint() local 2727 BestIdx = i; in ChooseConstraint() 2741 BestIdx = i; in ChooseConstraint() 2746 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1290 Optional<unsigned> BestIdx = in reorder() local 1295 if (BestIdx) { in reorder() 1298 swap(OpIdx, BestIdx.getValue(), Lane); in reorder()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 4544 unsigned BestIdx = 0; in ChooseConstraint() local 4572 BestIdx = i; in ChooseConstraint() 4586 BestIdx = i; in ChooseConstraint() 4591 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint()
|