Searched defs:isMax (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocEvictionAdvisor.h | 83 bool isMax() const { return BrokenHints == ~0u; } in isMax() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | IntegralAP.h |
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | SimplifyIntrinsics.cpp | 658 genRuntimeMinMaxlocBody(fir::FirOpBuilder & builder,mlir::func::FuncOp & funcOp,bool isMax,unsigned rank,int maskRank,mlir::Type elementType,mlir::Type maskElemType,mlir::Type resultElemTy,bool isDim) genRuntimeMinMaxlocBody() argument 1158 simplifyMinMaxlocReduction(fir::CallOp call,const fir::KindMapping & kindMap,bool isMax) simplifyMinMaxlocReduction() argument [all...] |
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | OptimizedBufferization.cpp | 826 bool isMax = std::is_same_v<Op, hlfir::MaxlocOp>; matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaCanonicalizations.cpp | 293 bool isMax = maxClamp.isInfinity() && !maxClamp.isNegative(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Affine/IR/ |
H A D | AffineOps.cpp | 890 /// of its operands. If `isMax` is true, the map is to be treated as a max of in simplifyMinOrMaxExprWithOperands() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 305 constexpr bool isMax() const { isMax() function in __anona2fcd8e70111::Immediate
|