OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Lower
(Results
1 - 25
of
85
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
UnicodeCharRanges.h
22
/// Represents a closed range of Unicode code points [
Lower
, Upper].
24
uint32_t
Lower
;
29
return Value < Range.
Lower
;
75
if (I != Ranges.begin() && Prev >= I->
Lower
) {
78
LLVM_DEBUG(dbgs() << " should be less than succeeding
lower
bound 0x");
79
LLVM_DEBUG(dbgs().write_hex(I->
Lower
) << "\n");
82
if (I->Upper < I->
Lower
) {
84
LLVM_DEBUG(dbgs().write_hex(I->
Lower
));
85
LLVM_DEBUG(dbgs() << " should not be less than
lower
bound 0x");
NativeFormatting.h
22
enum class HexPrintStyle { Upper,
Lower
, PrefixUpper, PrefixLower };
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp
10
// for an integral value. This keeps track of a
lower
and upper bound for the
12
// keeps track of a [
lower
, upper) bound, which specifies an interval just like
44
:
Lower
(Full ? APInt::getMaxValue(BitWidth) : APInt::getMinValue(BitWidth)),
45
Upper(
Lower
) {}
48
:
Lower
(std::move(V)), Upper(
Lower
+ 1) {}
51
:
Lower
(std::move(L)), Upper(std::move(U)) {
52
assert(
Lower
.getBitWidth() == Upper.getBitWidth() &&
54
assert((
Lower
!= Upper || (
Lower
.isMaxValue() || Lower.isMinValue())) &
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h
10
// for an integral value. This keeps track of a
lower
and upper bound for the
12
// keeps track of a [
lower
, upper) bound, which specifies an interval just like
48
APInt
Lower
, Upper;
68
///
Lower
==Upper and
Lower
!= Min or Max value for its type. It will also
70
ConstantRange(APInt
Lower
, APInt Upper);
82
/// Create non-empty constant range with the given bounds. If
Lower
and
84
static ConstantRange getNonEmpty(APInt
Lower
, APInt Upper) {
85
if (
Lower
== Upper)
86
return getFull(
Lower
.getBitWidth())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCMCInstLower.h
1
//===- ARCMCInstLower.h -
Lower
MachineInstr to MCInst ----------*- C++ -*-===//
25
/// This class is used to
lower
an MachineInstr into an MCInst.
33
void
Lower
(const MachineInstr *MI, MCInst &OutMI) const;
ARCAsmPrinter.cpp
62
MCInstLowering.
Lower
(MI, TmpInst);
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFMCInstLower.h
1
//===-- BPFMCInstLower.h -
Lower
MachineInstr to MCInst ---------*- C++ -*-===//
23
// BPFMCInstLower - This class is used to
lower
an MachineInstr into an MCInst.
32
void
Lower
(const MachineInstr *MI, MCInst &OutMI) const;
BPFMCInstLower.cpp
9
// This file contains code to
lower
BPF MachineInstrs to their corresponding
47
void BPFMCInstLower::
Lower
(const MachineInstr *MI, MCInst &OutMI) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreMCInstLower.h
1
//===-- XCoreMCInstLower.h -
Lower
MachineInstr to MCInst ------*- C++ -*--===//
22
/// This class is used to
lower
an MachineInstr into an MCInst.
30
void
Lower
(const MachineInstr *MI, MCInst &OutMI) const;
/src/external/mit/xorg/lib/libXmuu/
Makefile
8
SRCS= ClientWin.c CursorName.c DefErrMsg.c GetHost.c
Lower
.c
/src/sys/arch/amiga/stand/bootblock/boot/
amigatypes.h
60
u_int32_t First,
Lower
, Upper, Free;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MCInstLower.h
1
//===-- AArch64MCInstLower.h -
Lower
MachineInstr to MCInst ---------------===//
27
/// AArch64MCInstLower - This class is used to
lower
an MachineInstr
38
void
Lower
(const MachineInstr *MI, MCInst &OutMI) const;
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiMCInstLower.h
1
//===-- LanaiMCInstLower.h -
Lower
MachineInstr to MCInst -------*- C++ -*-===//
23
// LanaiMCInstLower - This class is used to
lower
an MachineInstr
32
void
Lower
(const MachineInstr *MI, MCInst &OutMI) const;
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kMCInstLower.h
1
//===-- M68kMCInstLower.h -
Lower
MachineInstr to MCInst -----*- C++ -*--===//
10
/// This file contains code to
lower
M68k MachineInstrs to their
30
/// This class is used to
lower
an MachineInstr into an MCInst.
42
///
Lower
an MO_GlobalAddress or MO_ExternalSymbol operand to an MCSymbol.
50
void
Lower
(const MachineInstr *MI, MCInst &OutMI) const;
M68kAsmPrinter.cpp
91
//
Lower
these as normal, but add some comments.
97
MCInstLowering->
Lower
(MI, TmpInst0);
/src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430MCInstLower.h
1
//===-- MSP430MCInstLower.h -
Lower
MachineInstr to MCInst ------*- C++ -*-===//
23
/// MSP430MCInstLower - This class is used to
lower
an MachineInstr
32
void
Lower
(const MachineInstr *MI, MCInst &OutMI) const;
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsMCInstLower.h
1
//===- MipsMCInstLower.h -
Lower
MachineInstr to MCInst --------*- C++ -*--===//
25
/// MipsMCInstLower - This class is used to
lower
an MachineInstr into an
37
void
Lower
(const MachineInstr *MI, MCInst &OutMI) const;
/src/external/apache2/llvm/dist/llvm/lib/Support/
ScaledNumber.cpp
33
uint64_t Upper = P1,
Lower
= P4;
35
uint64_t NewLower =
Lower
+ (getL(N) << 32);
36
Upper += getU(N) + (NewLower <
Lower
);
37
Lower
= NewLower;
44
return std::make_pair(
Lower
, 0);
50
Upper = Upper << LeadingZeros |
Lower
>> Shift;
52
Shift && (
Lower
& UINT64_C(1) << (Shift - 1)));
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp
128
SystemZMCInstLower
Lower
(MF->getContext(), *this);
223
.addExpr(
Lower
.getExpr(MI->getOperand(0),
242
.addExpr(
Lower
.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT));
253
.addExpr(
Lower
.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT));
260
.addExpr(
Lower
.getExpr(MI->getOperand(2), MCSymbolRefExpr::VK_PLT));
351
.addExpr(
Lower
.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_TLSGD));
358
.addExpr(
Lower
.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_TLSLDM));
404
Lower
.
lower
(MI, LoweredMI);
409
Lower
.lower(MI, LoweredMI)
[
all
...]
SystemZAsmPrinter.h
51
void LowerPATCHPOINT(const MachineInstr &MI, SystemZMCInstLower &
Lower
);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp
115
const_iterator
Lower
= llvm::lower_bound(Original, Element);
116
Result.insert(Result.end(), Original.begin(),
Lower
);
118
Result.insert(Result.end(),
Lower
, Original.end());
194
bool RangeSet::pin(llvm::APSInt &
Lower
, llvm::APSInt &Upper) const {
196
// both the upper and
lower
bounds against the symbol's type.
201
APSIntType::RangeTestResultKind LowerTest = Type.testInRange(
Lower
, true);
210
if (
Lower
<= Upper)
214
Lower
= Type.getMinValue();
219
Lower
= Type.getMinValue();
224
Lower
= Type.getMinValue()
[
all
...]
/src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cec-exact-exception.S
22
#
Lower
ourselves to userspace
cec-ifetch.S
16
#
Lower
ourselves below EVT3
cec-syscfg-ssstep.S
19
#
Lower
to the code we want to single step through
/src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cec-exact-exception.S
22
#
Lower
ourselves to userspace
Completed in 36 milliseconds
1
2
3
4
Indexes created Sat Feb 28 05:31:39 UTC 2026