Searched defs:Ordered (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DValueTracking.h422 bool Ordered; /// When implementing this min/max pattern as member in struct:llvm::SelectPatternResult
/external/skia/src/pathops/
H A DSkOpCoincidence.h233 static bool Ordered(const SkOpPtT* coinPtTStart, const SkOpPtT* oppPtTStart) { function in class:SkOpCoincidence
234 return Ordered(coinPtTStart->segment(), oppPtTStart->segment());
237 static bool Ordered(const SkOpSegment* coin, const SkOpSegment* opp);
H A DSkOpCoincidence.cpp114 SkASSERT(SkOpCoincidence::Ordered(coinPtTStart, oppPtTStart));
195 if (!Ordered(coinPtTStart, oppPtTStart)) {
247 if (!Ordered(coinPtTStart, oppPtTStart)) {
255 SkASSERT(Ordered(coinPtTStart, oppPtTStart));
327 if (Ordered(coinSeg, oppSeg)) {
568 if (!Ordered(coinSeg, oppSeg)) {
949 if (!Ordered(coinPtTStart, oppPtTStart)) {
1377 bool SkOpCoincidence::Ordered(const SkOpSegment* coinSeg, const SkOpSegment* oppSeg) { function in class:SkOpCoincidence
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp42 bool Ordered=false) {
56 return Ordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT;
58 return Ordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT;
1112 CmpInst::Predicate Pred = getCmpPredicateForMinMax(SPF, SPR.Ordered);
41 getCmpPredicateForMinMax(SelectPatternFlavor SPF, bool Ordered=false) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp831 bool Ordered = TheI.hasOrderedMemoryRef(); local
841 if (Ordered && MI->hasOrderedMemoryRef())
/external/llvm/lib/Analysis/
H A DValueTracking.cpp3730 bool Ordered = false; local
3747 Ordered = true;
3757 Ordered = false;
3778 Ordered = !Ordered;
3796 case FCmpInst::FCMP_OGE: return {SPF_FMAXNUM, NaNBehavior, Ordered};
3800 case FCmpInst::FCMP_OLE: return {SPF_FMINNUM, NaNBehavior, Ordered};
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1672 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered,
1736 [Ordered, IVSize, IVSigned, Loc](CodeGenFunction &CGF) {
1737 if (Ordered) {
1764 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered,
1770 Ordered || RT.isDynamic(ScheduleKind.Schedule);
1772 assert((Ordered ||
1834 IVSigned, Ordered, UBVal, Chunk);
1837 Ordered, IL, LB, UB, ST, Chunk);
1840 EmitOMPOuterLoop(DynamicOrOrdered, IsMonotonic, S, LoopScope, Ordered, LB, UB,
1861 IVSize, IVSigned, /* Ordered
1671 EmitOMPOuterLoop(bool DynamicOrOrdered, bool IsMonotonic, const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) argument
1762 EmitOMPForOuterLoop( const OpenMPScheduleTy &ScheduleKind, bool IsMonotonic, const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) argument
1974 bool Ordered = false; local
[all...]
H A DCGOpenMPRuntime.cpp2364 bool Chunked, bool Ordered) {
2367 return Chunked ? (Ordered ? OMP_ord_static_chunked : OMP_sch_static_chunked)
2368 : (Ordered ? OMP_ord_static : OMP_sch_static);
2370 return Ordered ? OMP_ord_dynamic_chunked : OMP_sch_dynamic_chunked;
2372 return Ordered ? OMP_ord_guided_chunked : OMP_sch_guided_chunked;
2374 return Ordered ? OMP_ord_runtime : OMP_sch_runtime;
2376 return Ordered ? OMP_ord_auto : OMP_sch_auto;
2379 return Ordered ? OMP_ord_static : OMP_sch_static;
2393 auto Schedule = getRuntimeSchedule(ScheduleKind, Chunked, /*Ordered=*/false);
2406 getRuntimeSchedule(ScheduleKind, /*Chunked=*/false, /*Ordered
2363 getRuntimeSchedule(OpenMPScheduleClauseKind ScheduleKind, bool Chunked, bool Ordered) argument
2448 emitForDispatchInit(CodeGenFunction &CGF, SourceLocation Loc, const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, llvm::Value *UB, llvm::Value *Chunk) argument
2482 emitForStaticInitCall( CodeGenFunction &CGF, llvm::Value *UpdateLocation, llvm::Value *ThreadId, llvm::Constant *ForStaticInitFunction, OpenMPSchedType Schedule, OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2, unsigned IVSize, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk) argument
2529 emitForStaticInit(CodeGenFunction &CGF, SourceLocation Loc, const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk) argument
2546 emitDistributeStaticInit( CodeGenFunction &CGF, SourceLocation Loc, OpenMPDistScheduleClauseKind SchedKind, unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk) argument
[all...]
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...

Completed in 1027 milliseconds