Home
last modified time | relevance | path

Searched refs:IsMax (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
Dtime.cc167 if (IsMax()) { in InDays()
175 if (IsMax()) { in InHours()
183 if (IsMax()) { in InMinutes()
191 if (IsMax()) { in InSecondsF()
199 if (IsMax()) { in InSeconds()
207 if (IsMax()) { in InMillisecondsF()
215 if (IsMax()) { in InMilliseconds()
223 if (IsMax()) { in InMillisecondsRoundedUp()
232 if (IsMax()) { in InMicroseconds()
240 if (IsMax()) { in InNanoseconds()
[all …]
Dtime.h116 constexpr bool IsMax() const { in IsMax() function
276 constexpr bool IsMax() const { in IsMax() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp343 bool IsMax = false; in expandAtomicBinOpSubword() local
404 IsMax = true; in expandAtomicBinOpSubword()
451 } else if (IsMin || IsMax) { in expandAtomicBinOpSubword()
458 unsigned SELIncr = IsMax ? SELNEZ : SELEQZ; in expandAtomicBinOpSubword()
459 unsigned SELOldVal = IsMax ? SELEQZ : SELNEZ; in expandAtomicBinOpSubword()
460 unsigned MOVIncr = IsMax ? MOVN : MOVZ; in expandAtomicBinOpSubword()
644 bool IsMax = false; in expandAtomicBinOp() local
708 IsMax = true; in expandAtomicBinOp()
732 if (IsMin || IsMax) { in expandAtomicBinOp()
744 unsigned SELIncr = IsMax ? SELNEZ : SELEQZ; in expandAtomicBinOp()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3368 bool IsMax = (Opcode == ISD::SMAX); in computeKnownBits() local
3371 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in computeKnownBits()
3375 if (!IsMax) in computeKnownBits()
3701 bool IsMax = (Opcode == ISD::SMAX); in ComputeNumSignBits() local
3704 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in ComputeNumSignBits()
3708 if (!IsMax) in ComputeNumSignBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3568 bool IsMax = Kind == scSMaxExpr || Kind == scUMaxExpr; in getMinMaxExpr() local
3608 if (IsMax ? IsMinV : IsMaxV) { in getMinMaxExpr()
3612 } else if (IsMax ? IsMaxV : IsMinV) { in getMinMaxExpr()
3647 llvm::CmpInst::Predicate FirstPred = IsMax ? GEPred : LEPred; in getMinMaxExpr()
3648 llvm::CmpInst::Predicate SecondPred = IsMax ? LEPred : GEPred; in getMinMaxExpr()