Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dcontainer_debug_tests.h63 constexpr bool isUnordered(ContainerType CT) { in isUnordered() function
/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h247 bool isUnordered() const { isUnordered() function
368 bool isUnordered() const { isUnordered() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h311 bool isUnordered() const { isUnordered() function
/llvm-project/polly/include/polly/Support/
H A DScopHelper.h289 bool isUnordered() const { isUnordered() function
/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h136 bool isUnordered() const { return isInput(); } in isUnordered() function
H A DTargetTransformInfo.h90 bool isUnordered() const { isUnordered() function
/llvm-project/mlir/lib/Conversion/ArithToEmitC/
H A DArithToEmitC.cpp165 auto isUnordered = createCheckIsUnordered( matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp1405 buildElemental(mlir::OpBuilder & builder,mlir::OperationState & odsState,mlir::Value shape,mlir::Value mold,mlir::ValueRange typeparams,bool isUnordered) buildElemental() argument
1431 build(mlir::OpBuilder & builder,mlir::OperationState & odsState,mlir::Type resultType,mlir::Value shape,mlir::Value mold,mlir::ValueRange typeparams,bool isUnordered) build() argument
1688 build(mlir::OpBuilder & builder,mlir::OperationState & odsState,mlir::Value shape,mlir::Value mold,mlir::ValueRange typeparams,bool isUnordered) build() argument
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h67 bool isUnordered() const { return getMMO().isUnordered(); } in isUnordered() function
/llvm-project/flang/lib/Optimizer/Builder/
H A DHLFIRTools.cpp785 genElementalOp(mlir::Location loc,fir::FirOpBuilder & builder,mlir::Type elementType,mlir::Value shape,mlir::ValueRange typeParams,const ElementalKernelGenerator & genKernel,bool isUnordered,mlir::Value polymorphicMold,mlir::Type exprType) genElementalOp() argument
858 genLoopNest(mlir::Location loc,fir::FirOpBuilder & builder,mlir::ValueRange extents,bool isUnordered) genLoopNest() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp867 bool isUnordered() const { isUnordered() function in __anon84efd1fe0411::EarlyCSE::ParseMemoryInst
[all...]
/llvm-project/flang/lib/Lower/
H A DBridge.cpp116 bool isUnordered; // do concurrent, forall global() member
1288 genLoopVariableAddress(mlir::Location loc,const Fortran::semantics::Symbol & sym,bool isUnordered) genLoopVariableAddress() argument
[all...]
H A DConvertExpr.cpp7207 inline bool isUnordered() const { return unordered; } isUnordered() function in __anonb82c9c085811::ArrayExprLowering
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3850 bool CmpInst::isUnordered(Predicate predicate) { isUnordered() function in CmpInst