Home
last modified time | relevance | path

Searched defs:Ordered (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h220 uint16_t Ordered : 1; global() member
239 uint16_t Ordered : 1; global() member
265 uint16_t Ordered : 1; global() member
/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h77 RecurrenceDescriptor(Value * Start,Instruction * Exit,StoreInst * Store,RecurKind K,FastMathFlags FMF,Instruction * ExactFP,Type * RT,bool Signed,bool Ordered,SmallPtrSetImpl<Instruction * > & CI,unsigned MinWidthCastToRecurTy) RecurrenceDescriptor() argument
H A DValueTracking.h1100 bool Ordered; /// When implementing this min/max pattern as global() member
/llvm-project/libcxx/benchmarks/
H A Dordered_set.bench.cpp
/llvm-project/flang/include/flang/Semantics/
H A Dtools.h479 ENUM_CLASS(ComponentKind,Ordered,Direct,Ultimate,Potential,Scope,PotentialAndPointer) ENUM_CLASS() argument
/llvm-project/polly/lib/Transform/
H A DForwardOpTree.cpp889 SmallVector<ForwardingAction *, 32> Ordered; in applyForwardingActions() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h964 bool Ordered = false; global() member
H A DCGOpenMPRuntime.cpp2412 getRuntimeSchedule(OpenMPScheduleClauseKind ScheduleKind,bool Chunked,bool Ordered) getRuntimeSchedule() argument
2526 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument
12023 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument
[all...]
H A DCGStmtOpenMP.cpp2945 EmitOMPForOuterLoop(const OpenMPScheduleTy & ScheduleKind,bool IsMonotonic,const OMPLoopDirective & S,OMPPrivateScope & LoopScope,bool Ordered,const OMPLoopArguments & LoopArgs,const CodeGenDispatchBoundsTy & CGDispatchBounds) EmitOMPForOuterLoop() argument
3332 bool Ordered = false; EmitOMPWorksharingLoop() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp856 bool Ordered = TheI.hasOrderedMemoryRef(); canMoveMemTo() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPDecompositionTest.cpp128 using Ordered = tomp::clause::OrderedT<TypeTy, IdTy, ExprTy>; typedef
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8286 bool Ordered = false; matchSelectPattern() local
8590 getMinMaxPred(SelectPatternFlavor SPF,bool Ordered) getMinMaxPred() argument
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4490 bool Ordered = (SchedType & OMPScheduleType::ModifierOrdered) == applyDynamicWorkshareLoop() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4565 if (Ordered && Order) { in checkOrderedOrderSpecified() local