HomeSort by relevance Sort by last modified time
    Searched defs:Lower (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/llvm/lib/Target/BPF/
BPFMCInstLower.cpp 10 // This file contains code to lower BPF MachineInstrs to their corresponding
43 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsMCInstLower.cpp 10 // This file contains code to lower Mips MachineInstrs to their corresponding
116 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/llvm/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
44 APInt Lower, Upper;
59 /// Lower==Upper and Lower != Min or Max value for its type. It will also
61 ConstantRange(APIntMoveTy Lower, APIntMoveTy Upper);
122 /// Return the lower value for this range.
124 const APInt &getLower() const { return Lower; }
132 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
164 if (Upper == Lower + 1
    [all...]
  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 10 // This file contains code to lower AArch64 MachineInstrs to their corresponding
207 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/llvm/lib/Target/Lanai/
LanaiMCInstLower.cpp 10 // This file contains code to lower Lanai MachineInstrs to their corresponding
95 void LanaiMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 10 // This file contains code to lower MSP430 MachineInstrs to their corresponding
113 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 11 /// \brief This file contains code to lower WebAssembly MachineInstrs to their
57 void WebAssemblyMCInstLower::Lower(const MachineInstr *MI,
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 11 /// \brief This file contains code to lower XCore MachineInstrs to their
107 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
43 APInt Lower, Upper;
55 /// Lower==Upper and Lower != Min or Max value for its type. It will also
57 ConstantRange(const APInt &Lower, const APInt &Upper);
69 /// getLower - Return the lower value for this range...
71 const APInt &getLower() const { return Lower; }
79 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
112 if (Upper == Lower + 1
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 10 // This file contains code to lower MBlaze MachineInstrs to their corresponding
117 void MBlazeMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430MCInstLower.cpp 10 // This file contains code to lower MSP430 MachineInstrs to their corresponding
109 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
46 APInt Lower, Upper;
61 /// Lower==Upper and Lower != Min or Max value for its type. It will also
63 ConstantRange(APIntMoveTy Lower, APIntMoveTy Upper);
124 /// Return the lower value for this range.
126 const APInt &getLower() const { return Lower; }
134 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
166 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
45 APInt Lower, Upper;
55 /// Lower==Upper and Lower != Min or Max value for its type. It will also
57 ConstantRange(APInt Lower, APInt Upper);
118 /// Return the lower value for this range.
119 const APInt &getLower() const { return Lower; }
125 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
150 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
45 APInt Lower, Upper;
55 /// Lower==Upper and Lower != Min or Max value for its type. It will also
57 ConstantRange(APInt Lower, APInt Upper);
118 /// Return the lower value for this range.
119 const APInt &getLower() const { return Lower; }
125 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
150 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ConstantRange.h 11 // for an integral value. This keeps track of a lower and upper bound for the
13 // keeps track of a [lower, upper) bound, which specifies an interval just like
48 APInt Lower, Upper;
58 /// Lower==Upper and Lower != Min or Max value for its type. It will also
60 ConstantRange(APInt Lower, APInt Upper);
125 /// Return the lower value for this range.
126 const APInt &getLower() const { return Lower; }
132 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
157 if (Upper == Lower + 1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
NativeFormatting.h 24 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower };
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower;
33 return Value < Range.Lower;
79 if (I != Ranges.begin() && Prev >= I->Lower) {
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
83 DEBUG(dbgs().write_hex(I->Lower) << "\n");
86 if (I->Upper < I->Lower) {
88 DEBUG(dbgs().write_hex(I->Lower));
89 DEBUG(dbgs() << " should not be less than lower bound 0x");

Completed in 372 milliseconds

1 2 3 4 5