/llvm-project/libcxx/test/support/ |
H A D | container_debug_tests.h | 63 constexpr bool isUnordered(ContainerType CT) { in isUnordered() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Instructions.h | 247 bool isUnordered() const { isUnordered() function 368 bool isUnordered() const { isUnordered() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 311 bool isUnordered() const { isUnordered() function
|
/llvm-project/polly/include/polly/Support/ |
H A D | ScopHelper.h | 289 bool isUnordered() const { isUnordered() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 136 bool isUnordered() const { return isInput(); } in isUnordered() function
|
H A D | TargetTransformInfo.h | 90 bool isUnordered() const { isUnordered() function
|
/llvm-project/mlir/lib/Conversion/ArithToEmitC/ |
H A D | ArithToEmitC.cpp | 165 auto isUnordered = createCheckIsUnordered( matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIROps.cpp | 1405 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 D | GenericMachineInstrs.h | 67 bool isUnordered() const { return getMMO().isUnordered(); } in isUnordered() function
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | HLFIRTools.cpp | 785 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 D | EarlyCSE.cpp | 867 bool isUnordered() const { isUnordered() function in __anon84efd1fe0411::EarlyCSE::ParseMemoryInst [all...] |
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 116 bool isUnordered; // do concurrent, forall global() member 1288 genLoopVariableAddress(mlir::Location loc,const Fortran::semantics::Symbol & sym,bool isUnordered) genLoopVariableAddress() argument [all...] |
H A D | ConvertExpr.cpp | 7207 inline bool isUnordered() const { return unordered; } isUnordered() function in __anonb82c9c085811::ArrayExprLowering
|
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 3850 bool CmpInst::isUnordered(Predicate predicate) { isUnordered() function in CmpInst
|