Home
last modified time | relevance | path

Searched defs:MinMax (Results 1 – 16 of 16) sorted by relevance

/llvm-project/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzer.cpp
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cpp114 TEST(Printf, MinMax) { in TEST() argument
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dstrings_test.cpp109 TEST(ScudoStringsTest, MinMax) { in TEST() argument
/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp179 CallInst *MinMax; global() member
275 CallInst *MinMax = Info.MinMax; sinkMinMaxInBB() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp450 __anoncff144e10602(MinMaxIntrinsic *MinMax) countToEliminateCompares() argument
494 if (MinMaxIntrinsic *MinMax = dyn_cast<MinMaxIntrinsic>(&I)) countToEliminateCompares() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1417 checkAndReplaceMinMax(MinMaxIntrinsic * MinMax,ConstraintInfo & Info,SmallVectorImpl<Instruction * > & ToRemove) checkAndReplaceMinMax() argument
1419 __anone11d5b640f02(MinMaxIntrinsic *MinMax, bool UseLHS) checkAndReplaceMinMax() argument
1737 } else if (auto *MinMax = dyn_cast<MinMaxIntrinsic>(Inst)) { eliminateConstraints() local
1782 if (auto *MinMax = dyn_cast<MinMaxIntrinsic>(CB.Inst)) { eliminateConstraints() local
[all...]
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp278 auto MinMax = std::minmax_element(Timings.begin(), Timings.end()); in getStats() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1279 Function *MinMax = reassociateMinMaxWithConstantInOperand() local
1339 Function *MinMax = Intrinsic::getDeclaration(Mod, MinMaxID, II->getType()); factorizeMinMaxTree() local
H A DInstCombineMulDivRem.cpp1445 auto *MinMax = dyn_cast<MinMaxIntrinsic>(Op); takeLog2() local
H A DInstCombineAddSub.cpp2066 auto *MinMax = dyn_cast<MinMaxIntrinsic>(Op1); foldSubOfMinMax() local
H A DInstCombineCompares.cpp5375 foldICmpWithMinMax(Instruction & I,MinMaxIntrinsic * MinMax,Value * Z,ICmpInst::Predicate Pred) foldICmpWithMinMax() argument
7199 if (auto *MinMax = dyn_cast<MinMaxIntrinsic>(Op0)) foldICmpCommutative() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp814 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); LowerSELECT_CC() local
H A DAMDGPUISelLowering.cpp4654 SDValue MinMax performSelectCombine() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1857 auto *MinMax = cast<SCEVMinMaxExpr>(Op); getZeroExtendExprImpl() local
1867 if (auto *MinMax = dyn_cast<SCEVSequentialMinMaxExpr>(Op)) { getZeroExtendExprImpl() local
2129 auto *MinMax = cast<SCEVMinMaxExpr>(Op); getSignExtendExprImpl() local
15149 if (auto *MinMax = dyn_cast<SCEVMinMaxExpr>(Expr)) { collect() local
15305 if (auto *MinMax = dyn_cast<SCEVMinMaxExpr>(Expr)) collect() local
15316 if (auto *MinMax = dyn_cast<SCEVMinMaxExpr>(Expr)) collect() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8415 SDValue MinMax; expandFMINIMUM_FMAXIMUM() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28436 SDValue MinMax = DAG.getNode(MinMaxOp, DL, VT, NewX, NewY, Op->getFlags()); LowerFMINIMUM_FMAXIMUM() local
45224 if (SDValue MinMax = combineMinMaxReduction(N, DAG, Subtarget)) combineExtractVectorElt() local
[all...]