Home
last modified time | relevance | path

Searched defs:IsOrdered (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h298 bool IsOrdered = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp422 bool IsOrdered) { in selectVLXSEG()
505 bool IsOrdered) { in selectVSXSEG()
1885 bool IsOrdered = IntNo == Intrinsic::riscv_vloxei || in Select() local
2083 bool IsOrdered = IntNo == Intrinsic::riscv_vsoxei || in Select() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1974 bool IsOrdered; variable
2176 bool IsOrdered; variable
2183 VPValue *CondOp, bool IsOrdered) in VPReductionRecipe()
2194 bool IsOrdered) in VPReductionRecipe()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp540 const bool IsOrdered = in AddReductionVar() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp912 const bool IsOrdered = (Mask & fcNan) == fcNone; in foldIntrinsicIsFPClass() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8638 bool IsOrdered = true; in parseUseListOrderIndexes() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4458 bool IsOrdered = (EffectiveScheduleType & OMPScheduleType::ModifierOrdered) == in applyWorkshareLoop() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8542 bool IsOrdered = NanTest == fcNone; in isFCmpEqualZero() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12044 bool IsOrdered = IsRelational || IsThreeWay; in CheckCompareOperands() local
H A DSemaOpenMP.cpp863 void setOrderedRegion(bool IsOrdered, const Expr *Param, in setOrderedRegion()