Home
last modified time | relevance | path

Searched refs:BestIdx (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dcommute-movcc.ll33 %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-project/llvm/test/CodeGen/ARM/
Dcommute-movcc.ll33 %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-project/llvm/lib/CodeGen/
DSplitKit.cpp561 unsigned BestIdx = 0; in buildCopy() local
572 BestIdx = Idx; in buildCopy()
584 BestIdx = Idx; in buildCopy()
589 if (BestIdx == 0) in buildCopy()
593 BestIdx, DestLI, Late, SlotIndex()); in buildCopy()
597 LaneBitmask LanesLeft = LaneMask & ~(TRI.getSubRegIndexLaneMask(BestIdx)); in buildCopy()
599 unsigned BestIdx = 0; in buildCopy() local
605 BestIdx = Idx; in buildCopy()
615 BestIdx = Idx; in buildCopy()
619 if (BestIdx == 0) in buildCopy()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp558 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-project/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp161 unsigned BestIdx = 0; in chooseConstraint() local
196 BestIdx = i; in chooseConstraint()
201 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in chooseConstraint()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1841 unsigned BestIdx = 0; in popFromQueueImpl() local
1846 if (Picker(Q[BestIdx], Q[I])) in popFromQueueImpl()
1847 BestIdx = I; in popFromQueueImpl()
1848 SUnit *V = Q[BestIdx]; in popFromQueueImpl()
1849 if (BestIdx + 1 != Q.size()) in popFromQueueImpl()
1850 std::swap(Q[BestIdx], Q.back()); in popFromQueueImpl()
DTargetLowering.cpp4838 unsigned BestIdx = 0; in ChooseConstraint() local
4866 BestIdx = i; in ChooseConstraint()
4880 BestIdx = i; in ChooseConstraint()
4885 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2706 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/
DSLPVectorizer.cpp1290 Optional<unsigned> BestIdx = in reorder() local
1295 if (BestIdx) { in reorder()
1298 swap(OpIdx, BestIdx.getValue(), Lane); in reorder()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1395 Optional<unsigned> BestIdx = in reorder() local
1400 if (BestIdx) { in reorder()
1403 swap(OpIdx, BestIdx.getValue(), Lane); in reorder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4544 unsigned BestIdx = 0; in ChooseConstraint() local
4572 BestIdx = i; in ChooseConstraint()
4586 BestIdx = i; in ChooseConstraint()
4591 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6045 int BestIdx = getBestVariantMatchForContext(VMIs, OMPCtx); in ActOnOpenMPCall() local
6046 if (BestIdx < 0) in ActOnOpenMPCall()
6048 Expr *BestExpr = cast<DeclRefExpr>(Exprs[BestIdx]); in ActOnOpenMPCall()
6089 VMIs.erase(VMIs.begin() + BestIdx); in ActOnOpenMPCall()
6090 Exprs.erase(Exprs.begin() + BestIdx); in ActOnOpenMPCall()