Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp176 CallInst *MinMax; global() member
272 CallInst *MinMax = Info.MinMax; sinkMinMaxInBB() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp278 auto MinMax = std::minmax_element(Timings.begin(), Timings.end()); in getStats() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1280 Function *MinMax = reassociateMinMaxWithConstantInOperand() local
1340 Function *MinMax = Intrinsic::getDeclaration(Mod, MinMaxID, II->getType()); factorizeMinMaxTree() local
H A DInstCombineMulDivRem.cpp1317 auto *MinMax = dyn_cast<MinMaxIntrinsic>(Op); takeLog2() local
H A DInstCombineAddSub.cpp2078 Value *Y = MinMax->getRHS(); in foldSubOfMinMax() local
H A DInstCombineCompares.cpp5047 foldICmpWithMinMax(Instruction & I,MinMaxIntrinsic * MinMax,Value * Z,ICmpInst::Predicate Pred) foldICmpWithMinMax() argument
6870 if (auto *MinMax = dyn_cast<MinMaxIntrinsic>(Op0)) foldICmpCommutative() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp814 return MinMax; in LowerSELECT_CC() local
H A DAMDGPUISelLowering.cpp4600 SDValue MinMax performSelectCombine() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1738 if (auto *MinMax = dyn_cast<MinMaxIntrinsic>(CB.Inst)) { eliminateConstraints() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1855 auto *MinMax = cast<SCEVMinMaxExpr>(Op); getZeroExtendExprImpl() local
1865 if (auto *MinMax = dyn_cast<SCEVSequentialMinMaxExpr>(Op)) { getZeroExtendExprImpl() local
2127 auto *MinMax = cast<SCEVMinMaxExpr>(Op); getSignExtendExprImpl() local
15061 if (auto *MinMax = dyn_cast<SCEVMinMaxExpr>(Expr)) { applyLoopGuards() local
15217 if (auto *MinMax = dyn_cast<SCEVMinMaxExpr>(Expr)) applyLoopGuards() local
15228 if (auto *MinMax = dyn_cast<SCEVMinMaxExpr>(Expr)) applyLoopGuards() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28188 SDValue MinMax = DAG.getNode(MinMaxOp, DL, VT, NewX, NewY, Op->getFlags()); LowerFMINIMUM_FMAXIMUM() local
44238 if (SDValue MinMax = combineMinMaxReduction(N, DAG, Subtarget)) combineExtractVectorElt() local
[all...]