HomeSort by relevance Sort by last modified time
    Searched refs:UMax (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/unittests/ADT/
PointerEmbeddedIntTest.cpp 62 UMax = std::numeric_limits<uintptr_t>::max() >> 1,
64 EXPECT_EQ(std::numeric_limits<uintptr_t>::max() >> 1, UMax);
  /external/llvm/unittests/DebugInfo/DWARF/
DWARFFormValueTest.cpp 101 auto UMax = createULEBFormValue(LLONG_MAX);
103 EXPECT_EQ(UMax.getAsSignedConstant().getValue(), LLONG_MAX);
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 66 APInt UMax(CR.getUnsignedMax());
67 if (UMax.isMinValue())
69 return ConstantRange(APInt::getMinValue(W), UMax);
78 APInt UMax(CR.getUnsignedMax());
79 if (UMax.isMaxValue())
81 return ConstantRange(APInt::getMinValue(W), UMax + 1);
580 ConstantRange::umax(const ConstantRange &Other) const { function in class:ConstantRange
581 // X umax Y is: range(umax(X_umin, Y_umin),
582 // umax(X_umax, Y_umax)
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 207 UMax = 157,
SPIRVExtInst.h 219 add(OpenCLLIB::UMax, "u_max");
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 207 UMax = 157,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 207 UMax = 157,
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 83 case AtomicRMWInst::UMax:
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 78 case AtomicRMWInst::UMax:
  /external/llvm/lib/IR/
ConstantRange.cpp 70 APInt UMax(CR.getUnsignedMax());
71 if (UMax.isMinValue())
73 return ConstantRange(APInt::getMinValue(W), UMax);
82 APInt UMax(CR.getUnsignedMax());
83 if (UMax.isMaxValue())
85 return ConstantRange(APInt::getMinValue(W), UMax + 1);
757 ConstantRange::umax(const ConstantRange &Other) const { function in class:ConstantRange
758 // X umax Y is: range(umax(X_umin, Y_umin),
759 // umax(X_umax, Y_umax)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 180 case scUMaxExpr: OpStr = " umax "; break;
    [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 514 case AtomicRMWInst::UMax:
668 case AtomicRMWInst::UMax:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 57 Name.startswith("atomic.load.umax") ||
262 else if (F->getName().startswith("llvm.atomic.load.umax"))
263 Op = AtomicRMWInst::UMax;
AsmWriter.cpp 675 case AtomicRMWInst::UMax: Out << " umax"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
ConstantRangeTest.cpp 335 TEST_F(ConstantRangeTest, UMax) {
336 EXPECT_EQ(Full.umax(Full), Full);
337 EXPECT_EQ(Full.umax(Empty), Empty);
338 EXPECT_EQ(Full.umax(Some), ConstantRange(APInt(16, 0xa), APInt(16, 0)));
339 EXPECT_EQ(Full.umax(Wrap), Full);
340 EXPECT_EQ(Full.umax(Some), ConstantRange(APInt(16, 0xa), APInt(16, 0)));
341 EXPECT_EQ(Empty.umax(Empty), Empty);
342 EXPECT_EQ(Empty.umax(Some), Empty);
343 EXPECT_EQ(Empty.umax(Wrap), Empty);
344 EXPECT_EQ(Empty.umax(One), Empty)
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 189 case scUMaxExpr: OpStr = " umax "; break;
    [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 413 TEST_F(ConstantRangeTest, UMax) {
414 EXPECT_EQ(Full.umax(Full), Full);
415 EXPECT_EQ(Full.umax(Empty), Empty);
416 EXPECT_EQ(Full.umax(Some), ConstantRange(APInt(16, 0xa), APInt(16, 0)));
417 EXPECT_EQ(Full.umax(Wrap), Full);
418 EXPECT_EQ(Full.umax(Some), ConstantRange(APInt(16, 0xa), APInt(16, 0)));
419 EXPECT_EQ(Empty.umax(Empty), Empty);
420 EXPECT_EQ(Empty.umax(Some), Empty);
421 EXPECT_EQ(Empty.umax(Wrap), Empty);
422 EXPECT_EQ(Empty.umax(One), Empty)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 586 UMax,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 115 case AtomicRMWInst::UMax: return bitc::RMW_UMAX;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 117 case AtomicRMWInst::UMax: return bitc::RMW_UMAX;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 117 case AtomicRMWInst::UMax: return bitc::RMW_UMAX;
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 256 | UMax
    [all...]

Completed in 677 milliseconds

1 2