/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 48 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 D | SystemZAsmPrinter.cpp | 128 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 D | NativeFormatting.h | 22 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
|
H A D | UnicodeCharRanges.h | 24 uint32_t Lower; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFMCInstLower.cpp | 47 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 D | ARCMCInstLower.cpp | 104 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 D | LanaiMCInstLower.cpp | 93 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 D | XCoreMCInstLower.cpp | 103 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 D | MSP430MCInstLower.cpp | 115 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 D | M68kMCInstLower.cpp | 145 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 D | ConstantRange.cpp | 72 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 D | AArch64MCInstLower.cpp | 302 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 D | MipsMCInstLower.cpp | 315 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MipsMCInstLower
|
/netbsd-src/sys/arch/amiga/stand/bootblock/boot/ |
H A D | amigatypes.h | 60 u_int32_t First, Lower, Upper, Free; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 115 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 D | ScaledNumber.cpp | 33 uint64_t Upper = P1, Lower = P4; in multiply64() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 364 const SCEV *Lower[8]; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | StratifiedSets.h | 513 auto *Lower = &linksAt(LowerIndex); in tryMergeUpwards() local
|
H A D | ValueTracking.cpp | 462 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 D | CSKYAsmParser.cpp | 282 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 D | HexagonConstExtenders.cpp | 664 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 D | Statistics.cpp | 215 uint64_t Lower = std::max(A.LowPC, B.LowPC); in calculateOverlap() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 1287 ConstantInt *Lower = in visitLoadInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 492 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 D | LegalizerInfo.h | 76 Lower, enumerator
|