/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.h | 220 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 D | IVDescriptors.h | 77 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 D | ValueTracking.h | 1100 bool Ordered; /// When implementing this min/max pattern as global() member
|
/llvm-project/libcxx/benchmarks/ |
H A D | ordered_set.bench.cpp |
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | tools.h | 479 ENUM_CLASS(ComponentKind,Ordered,Direct,Ultimate,Potential,Scope,PotentialAndPointer) ENUM_CLASS() argument
|
/llvm-project/polly/lib/Transform/ |
H A D | ForwardOpTree.cpp | 889 SmallVector<ForwardingAction *, 32> Ordered; in applyForwardingActions() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 964 bool Ordered = false; global() member
|
H A D | CGOpenMPRuntime.cpp | 2412 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 D | CGStmtOpenMP.cpp | 2945 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 D | HexagonExpandCondsets.cpp | 856 bool Ordered = TheI.hasOrderedMemoryRef(); canMoveMemTo() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPDecompositionTest.cpp | 128 using Ordered = tomp::clause::OrderedT<TypeTy, IdTy, ExprTy>; typedef
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 8286 bool Ordered = false; matchSelectPattern() local 8590 getMinMaxPred(SelectPatternFlavor SPF,bool Ordered) getMinMaxPred() argument [all...] |
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4490 bool Ordered = (SchedType & OMPScheduleType::ModifierOrdered) == applyDynamicWorkshareLoop() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4565 if (Ordered && Order) { in checkOrderedOrderSpecified() local
|