Home
last modified time | relevance | path

Searched defs:MaxVal (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/
H A Dtest_util_test.cc44 TEST(TfliteTensorDebugString, MaxVal) { in TEST() argument
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2783 APInt MaxVal = APInt::getMaxValue(MulWidth); in ProcessUMulZExtIdiom() local
2795 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); in ProcessUMulZExtIdiom() local
2806 APInt MaxVal = APInt::getMaxValue(MulWidth); in ProcessUMulZExtIdiom() local
2818 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); in ProcessUMulZExtIdiom() local
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp307 int64_t MaxVal = (int64_t(1) << 31) - 8; in emitIncrement() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4665 APInt MaxVal = APInt::getMaxValue(MulWidth); in processUMulZExtIdiom() local
4677 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); in processUMulZExtIdiom() local
4688 APInt MaxVal = APInt::getMaxValue(MulWidth); in processUMulZExtIdiom() local
4700 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); in processUMulZExtIdiom() local
H A DInstCombineSelect.cpp1783 APInt MaxVal = APInt::getSignedMaxValue(Ty->getScalarSizeInBits()); in foldOverflowingAddSubSelect() local
/aosp_15_r20/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp187 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth) in DefineTypeSize() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp405 int64_t MaxVal = (int64_t(1) << 31) - 8; in emitIncrement() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp726 APInt MaxVal = APInt::getAllOnesValue(OldBits).zext(NewBits); in PromoteIntRes_ADDSUBSAT() local
735 APInt MaxVal = APInt::getSignedMaxValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSAT() local
3046 APInt MaxVal = APInt::getSignedMaxValue(VTSize); in ExpandIntRes_MULFIX() local
3056 APInt MaxVal = APInt::getMaxValue(VTSize); in ExpandIntRes_MULFIX() local
H A DTargetLowering.cpp3560 APInt MinVal, MaxVal; in SimplifySetCC() local
7163 APInt MaxVal = APInt::getSignedMaxValue(BitWidth); in expandAddSubSat() local
7205 APInt MaxVal = APInt::getSignedMaxValue(VTSize); in expandFixedPointMul() local
7217 APInt MaxVal = APInt::getMaxValue(VTSize); in expandFixedPointMul() local
7267 APInt MaxVal = APInt::getMaxValue(VTSize); in expandFixedPointMul() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5196 APInt MaxVal = APInt::getMaxValue(MulWidth); in processUMulZExtIdiom() local
5208 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); in processUMulZExtIdiom() local
5219 APInt MaxVal = APInt::getMaxValue(MulWidth); in processUMulZExtIdiom() local
5231 APInt MaxVal = APInt::getOneBitSet(CI->getBitWidth(), MulWidth); in processUMulZExtIdiom() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp887 APInt MaxVal = APInt::getAllOnes(OldBits).zext(NewBits); in PromoteIntRes_ADDSUBSHLSAT() local
933 APInt MaxVal = APInt::getSignedMaxValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSHLSAT() local
3838 APInt MaxVal = APInt::getSignedMaxValue(VTSize); in ExpandIntRes_MULFIX() local
3851 APInt MaxVal = APInt::getMaxValue(VTSize); in ExpandIntRes_MULFIX() local
H A DTargetLowering.cpp4649 APInt MinVal, MaxVal; in SimplifySetCC() local
9691 APInt MaxVal = APInt::getSignedMaxValue(VTSize); in expandFixedPointMul() local
9706 APInt MaxVal = APInt::getMaxValue(VTSize); in expandFixedPointMul() local
9756 APInt MaxVal = APInt::getMaxValue(VTSize); in expandFixedPointMul() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp509 bool MaxVal = cast<ConstantInt>(ObjectSize->getArgOperand(1))->isZero(); in lowerObjectSizeCall() local
H A DScalarEvolutionExpander.cpp2321 auto MaxVal = APInt::getMaxValue(DstBits).zext(SrcBits); in generateOverflowCheck() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp604 bool MaxVal = cast<ConstantInt>(ObjectSize->getArgOperand(1))->isZero(); in lowerObjectSizeCall() local
/aosp_15_r20/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp854 int64_t MaxVal, bool AllowTLS) { in parsePCRel()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp818 int64_t MinVal, MaxVal; in isImmScaled() local
2974 unsigned MaxVal = 63; in tryParseRPRFMOperand() local
3042 unsigned MaxVal = IsSVEPrefetch ? 15 : 31; in tryParsePrefetch() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp498 int64_t MaxVal = (int64_t(1) << 31) - 8; in emitIncrement() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1290 const uint64_t MaxVal = Is64 ? UINT64_MAX : UINT32_MAX; in input() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1299 int64_t MaxVal, bool AllowTLS) { in parsePCRel()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp660 int64_t MinVal, MaxVal; in isImmScaled() local
2368 unsigned MaxVal = IsSVEPrefetch ? 15 : 31; in tryParsePrefetch() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1607 int64_t MaxVal, bool AllowTLS) { in parsePCRel()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6108 int64_t MaxVal, in tryParseFmt()
7354 const unsigned MaxVal, in parseSwizzleOperand()
7375 const unsigned MaxVal, in parseSwizzleOperands()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2103 auto MaxVal = APInt::getMaxValue(DstBits).zext(SrcBits); in generateOverflowCheck() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2471 auto MaxVal = APInt::getMaxValue(DstBits).zext(SrcBits); in generateOverflowCheck() local

12