Home
last modified time | relevance | path

Searched defs:Lower (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h48 APInt Lower, Upper; variable
84 static ConstantRange getNonEmpty(APInt Lower, APInt Upper) { in getNonEmpty()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp128 SystemZMCInstLower Lower(MF->getContext(), *this); in emitInstruction() local
581 SystemZMCInstLower &Lower) { in LowerFENTRY_CALL()
644 SystemZMCInstLower &Lower) { in LowerPATCHPOINT()
732 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DNativeFormatting.h22 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
H A DUnicodeCharRanges.h24 uint32_t Lower; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp47 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in BPFMCInstLower
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp104 void ARCMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in ARCMCInstLower
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp93 void LanaiMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in LanaiMCInstLower
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp103 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in XCoreMCInstLower
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp115 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MSP430MCInstLower
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp145 void M68kMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in M68kMCInstLower
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp72 APInt Lower = Known.getMinValue(), Upper = Known.getMaxValue(); in fromKnownBits() local
216 APInt Lower, Upper; in makeExactMulNSWRegion() local
1119 APInt Lower = getUnsignedMin().udiv(RHS.getUnsignedMax()); in udiv() local
1265 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem() local
1270 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp302 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in AArch64MCInstLower
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp315 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MipsMCInstLower
/netbsd-src/sys/arch/amiga/stand/bootblock/boot/
H A Damigatypes.h60 u_int32_t First, Lower, Upper, Free; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp115 const_iterator Lower = llvm::lower_bound(Original, Element); in add() local
194 bool RangeSet::pin(llvm::APSInt &Lower, llvm::APSInt &Upper) const { in pin()
275 RangeSet RangeSet::Factory::intersect(RangeSet What, llvm::APSInt Lower, in intersect()
486 llvm::APSInt Lower = Point; in deletePoint() local
2244 llvm::APSInt Lower = Min - Adjustment; in getSymLTRange() local
2281 llvm::APSInt Lower = ComparisonVal - Adjustment; in getSymGTRange() local
2319 llvm::APSInt Lower = ComparisonVal - Adjustment; in getSymGERange() local
2356 llvm::APSInt Lower = Min - Adjustment; in getSymLERange() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DScaledNumber.cpp33 uint64_t Upper = P1, Lower = P4; in multiply64() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h364 const SCEV *Lower[8]; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h513 auto *Lower = &linksAt(LowerIndex); in tryMergeUpwards() local
H A DValueTracking.cpp462 ConstantInt *Lower = in computeKnownBitsFromRangeMetadata() local
2191 ConstantInt *Lower = in rangeMetadataExcludesValue() local
6621 static void setLimitsForBinOp(const BinaryOperator &BO, APInt &Lower, in setLimitsForBinOp()
6776 static void setLimitsForIntrinsic(const IntrinsicInst &II, APInt &Lower, in setLimitsForIntrinsic()
6879 static void setLimitsForSelectPattern(const SelectInst &SI, APInt &Lower, in setLimitsForSelectPattern()
6947 APInt Lower = APInt(BitWidth, 0); in computeConstantRange() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp282 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp664 RangeTree::Node *RangeTree::rotateLeft(Node *Lower, Node *Higher) { in rotateLeft()
679 RangeTree::Node *RangeTree::rotateRight(Node *Lower, Node *Higher) { in rotateRight()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp215 uint64_t Lower = std::max(A.LowPC, B.LowPC); in calculateOverlap() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1287 ConstantInt *Lower = in visitLoadInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp492 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in X86MCInstLower
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h76 Lower, enumerator

12