/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 48 APInt Lower, Upper; variable 84 static ConstantRange getNonEmpty(APInt Lower, APInt Upper) { in getNonEmpty()
|
H A D | ConstantRangeList.h | 70 void insert(int64_t Lower, int64_t Upper) { in insert()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVRange.h | 26 LVAddress Lower = 0; variable 57 LVAddress Lower = MaxAddress; variable
|
H A D | LVType.h | 274 void setBounds(unsigned Lower, unsigned Upper) override { in setBounds()
|
H A D | LVElement.h | 252 virtual void setBounds(unsigned Lower, unsigned Upper) {} in setBounds()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFMCInstLower.cpp | 47 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in BPFMCInstLower
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYMCInstLower.cpp | 27 void CSKYMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in CSKYMCInstLower
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCMCInstLower.cpp | 104 void ARCMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in ARCMCInstLower
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreMCInstLower.cpp | 103 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in XCoreMCInstLower
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiMCInstLower.cpp | 93 void LanaiMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in LanaiMCInstLower
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430MCInstLower.cpp | 115 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MSP430MCInstLower
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kMCInstLower.cpp | 160 void M68kMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in M68kMCInstLower
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 73 APInt Lower = Known.getMinValue(), Upper = Known.getMaxValue(); in fromKnownBits() local 302 APInt Lower, Upper; in makeExactMulNSWRegion() local 1328 APInt Lower = getUnsignedMin().udiv(RHS.getUnsignedMax()); in udiv() local 1495 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem() local 1500 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem() local 1842 static ConstantRange getUnsignedCountTrailingZerosRange(const APInt &Lower, in getUnsignedCountTrailingZerosRange() 1910 static ConstantRange getUnsignedPopCountRange(const APInt &Lower, in getUnsignedPopCountRange()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsMCInstLower.cpp | 315 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { Lower() function in MipsMCInstLower
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MCInstLower.cpp | 372 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in AArch64MCInstLower
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 200 SystemZMCInstLower Lower(MF->getContext(), *this); in emitInstruction() local 726 SystemZMCInstLower &Lower) { in LowerFENTRY_CALL() 788 SystemZMCInstLower &Lower) { in LowerPATCHPOINT() 943 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 56 auto Lower = std::lower_bound(FeatureFreqs.begin(), FeatureFreqs.end(), DeleteFeatureFreq() local 135 auto Lower = std::lower_bound(FeatureFreqs.begin(), FeatureFreqs.end(), UpdateFeatureFrequency() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 126 const_iterator Lower = llvm::lower_bound(Original, Element); in add() local 393 bool RangeSet::pin(llvm::APSInt &Lower, llvm::APSInt &Upper) const { in pin() 474 RangeSet RangeSet::Factory::intersect(RangeSet What, llvm::APSInt Lower, in intersect() 855 llvm::APSInt Lower = Point; in deletePoint() local 3106 llvm::APSInt Lower = Min - Adjustment; in getSymLTRange() local 3143 llvm::APSInt Lower = ComparisonVal - Adjustment; in getSymGTRange() local 3181 llvm::APSInt Lower = ComparisonVal - Adjustment; in getSymGERange() local 3218 llvm::APSInt Lower = Min - Adjustment; in getSymLERange() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 33 uint64_t Upper = P1, Lower = P4; in multiply64() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.h | 59 Lower, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 385 const SCEV *Lower[8]; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 339 Field Lower = fieldFromInstruction(Insn, 6, 6); in DecodeSOPwithRS12() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 697 LVOffset Lower = DIE.getOffset(); in traverseDieAndChildren() local
|