reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

gen/include/llvm/IR/IntrinsicImpl.inc
26953     bool operator<(StringRef RHS) const {
31813     bool operator<(StringRef RHS) const {
include/llvm/ADT/StringRef.h
  892   inline bool operator<(StringRef LHS, StringRef RHS) {
include/llvm/Analysis/BlockFrequencyInfoImpl.h
  194     bool operator<(const BlockNode &X) const { return Index < X.Index; }
include/llvm/Analysis/MemoryDependenceAnalysis.h
  228   bool operator<(const NonLocalDepEntry &RHS) const { return BB < RHS.BB; }
include/llvm/CodeGen/LiveInterval.h
  890   inline bool operator<(const LiveRange::Segment &S, SlotIndex V) {
include/llvm/CodeGen/SlotIndexes.h
  175     bool operator<(SlotIndex other) const {
include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
   49 static inline bool operator<(const DWARFAddressRange &LHS,
include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
   69     bool operator<(const RangeEndpoint &Other) const {
include/llvm/DebugInfo/DWARF/DWARFDie.h
  331 inline bool operator<(const DWARFDie &LHS, const DWARFDie &RHS) {
include/llvm/DebugInfo/GSYM/FunctionInfo.h
  170 inline bool operator<(const FunctionInfo &LHS, const FunctionInfo &RHS) {
include/llvm/MC/MCRegisterInfo.h
  136     bool operator<(DwarfLLVMRegPair RHS) const { return FromReg < RHS.FromReg; }
include/llvm/MC/MCSubtargetInfo.h
   41   bool operator<(StringRef S) const {
   60   bool operator<(StringRef S) const {
include/llvm/Support/Automaton.h
   51   bool operator<(const NfaStatePair &Other) const {
include/llvm/Support/SourceMgr.h
  250   bool operator<(const SMFixIt &Other) const {
include/llvm/Support/Timer.h
  181     bool operator <(const PrintRecord &Other) const {
include/llvm/Support/UnicodeCharRanges.h
   31 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
include/llvm/Transforms/Scalar/Reassociate.h
   53 inline bool operator<(const ValueEntry &LHS, const ValueEntry &RHS) {
lib/Analysis/AliasAnalysisSummary.h
  161 inline bool operator<(ExternalRelation LHS, ExternalRelation RHS) {
lib/Analysis/CFLAndersAliasAnalysis.cpp
  143 bool operator<(OffsetValue LHS, OffsetValue RHS) {
lib/CodeGen/AsmPrinter/DebugLocEntry.h
  176 inline bool operator<(const DbgValueLoc &A,
lib/CodeGen/LocalStackSlotAllocation.cpp
   64     bool operator<(const FrameRef &RHS) const {
lib/CodeGen/MachineScheduler.cpp
 1477     bool operator<(const MemOpInfo &RHS) const {
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 8387   bool operator<(const UseMemo &L, const UseMemo &R) {
lib/DebugInfo/GSYM/LineTable.cpp
   30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) {
lib/IR/Attributes.cpp
  487 bool Attribute::operator<(Attribute A) const {
lib/MC/MachObjectWriter.cpp
   70 MachSymbolData::operator<(const MachSymbolData &RHS) const {
lib/Option/OptTable.cpp
   88 static inline bool operator<(const OptTable::Info &I, const char *Name) {
lib/Target/AMDGPU/GCNRegBankReassign.cpp
  638     bool operator< (const BankStall &RHS) const { return Stalls > RHS.Stalls; }
lib/Target/ARM/ARMExpandPseudoInsts.cpp
  142     friend bool operator<(const NEONLdStTableEntry &TE, unsigned PseudoOpc) {
lib/Target/Hexagon/HexagonBlockRanges.h
   87     bool operator< (const IndexRange &A) const {
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
  123   bool operator<(const HexagonInstr &B) const {
lib/Target/Hexagon/RDFRegisters.h
   91     bool operator< (const RegisterRef &RR) const {
lib/Target/Mips/MicroMipsSizeReduction.cpp
  113   bool operator<(const unsigned int r) const { return (WideOpc() < r); }
lib/Target/Mips/Mips16ISelLowering.cpp
   38   bool operator<(const Mips16Libcall &RHS) const {
   47   bool operator<(const Mips16IntrinsicHelperType &RHS) const {
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1184     bool operator < (const ValueRotInfo &Other) const {
lib/Target/X86/X86EvexToVex.cpp
   48   friend bool operator<(const X86EvexToVexCompressTableEntry &TE,
lib/Target/X86/X86FloatingPoint.cpp
  588     friend bool operator<(const TableEntry &TE, unsigned V) {
lib/Target/X86/X86InstrFoldTables.h
   79   friend bool operator<(const X86MemoryFoldTableEntry &TE, unsigned Opcode) {
lib/Target/X86/X86IntrinsicsInfo.h
   54   friend bool operator<(const IntrinsicData &LHS, unsigned Id) {
lib/TextAPI/MachO/TextStubCommon.h
   26 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef)
lib/Transforms/Scalar/NewGVN.cpp
 3509   bool operator<(const ValueDFS &Other) const {
lib/Transforms/Scalar/SROA.cpp
  193   bool operator<(const Slice &RHS) const {
tools/clang/include/clang/AST/DeclarationName.h
  540 inline bool operator<(DeclarationName LHS, DeclarationName RHS) {
tools/clang/include/clang/Basic/SourceLocation.h
   48   bool operator<(const FileID &RHS) const { return ID < RHS.ID; }
  191 inline bool operator<(const SourceLocation &LHS, const SourceLocation &RHS) {
tools/clang/include/clang/Serialization/ASTBitCodes.h
 2067       friend bool operator<(const ObjCCategoriesInfo &X,
tools/clang/lib/AST/DeclObjC.cpp
 1575 bool operator<(const SynthesizeIvarChunk & LHS,
tools/clang/lib/CodeGen/CGBlocks.cpp
   96   bool operator<(const BlockCaptureManagedEntity &Other) const {
  368   bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) {
tools/clang/lib/CodeGen/CGBuiltin.cpp
 4423   bool operator<(unsigned RHSBuiltinID) const {
tools/clang/lib/CodeGen/CGExprConstant.cpp
  756   bool operator<(const BaseInfo &O) const { return Offset < O.Offset; }
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
   92     bool operator <(const MemberInfo& a) const { return Offset < a.Offset; }
tools/clang/lib/CodeGen/TargetInfo.cpp
 8685   bool operator<(const FieldEncoding &rhs) const {
tools/clang/lib/Format/UsingDeclarationsSorter.cpp
   74   bool operator<(const UsingDeclaration &Other) const {
tools/clang/lib/Lex/Lexer.cpp
 1517     bool operator<(HomoglyphPair R) const { return Character < R.Character; }
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  755 bool clang::operator<(const CodeCompletionResult &X,
tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
  233       bool operator<(const FieldInfo &RHS) const {
tools/clang/lib/Tooling/Core/Replacement.cpp
   98 bool operator<(const Replacement &LHS, const Replacement &RHS) {
tools/clang/tools/diagtool/DiagnosticNames.h
   98     bool operator<(llvm::StringRef Other) const {
tools/clang/tools/extra/clang-doc/Representation.cpp
  251 bool Index::operator<(const Index &Other) const {
tools/clang/tools/extra/clang-doc/Representation.h
   71   bool operator<(const CommentInfo &Other) const {
  226   bool operator<(const Location &Other) const {
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  621     bool operator<(const Event &Other) const {
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  453 bool operator<(const HighlightingToken &L, const HighlightingToken &R) {
tools/clang/tools/extra/clangd/index/Background.h
   78     bool operator<(const Task &O) const { return QueuePri < O.QueuePri; }
tools/clang/tools/extra/clangd/index/Ref.h
   58 inline bool operator<(const Ref &L, const Ref &R) {
tools/clang/tools/extra/clangd/index/Relation.h
   39   bool operator<(const Relation &Other) const {
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  281     bool operator<(const Parameter &Other) const {
tools/clang/tools/extra/modularize/Modularize.cpp
  469   friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) {
tools/dsymutil/DwarfLinker.h
   94       bool operator<(const ValidReloc &RHS) const {
tools/lldb/include/lldb/Symbol/CompactUnwindInfo.h
   69     bool operator<(const CompactUnwindInfo::UnwindIndex &rhs) const {
tools/lldb/include/lldb/Target/MemoryRegionInfo.h
  110 inline bool operator<(const MemoryRegionInfo &lhs,
tools/lldb/include/lldb/Utility/RangeMap.h
  110   bool operator<(const Range &rhs) const {
  603   bool operator<(const RangeData &rhs) const {
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
   44 bool ArmUnwindInfo::ArmExidxEntry::operator<(const ArmExidxEntry &other) const {
tools/llvm-cov/SourceCoverageView.h
   49   friend bool operator<(const ExpansionView &LHS, const ExpansionView &RHS) {
   64   friend bool operator<(const InstantiationView &LHS,
tools/llvm-exegesis/lib/Target.h
   59   bool operator<(StringRef S) const { return StringRef(CpuName) < S; }
tools/llvm-lipo/llvm-lipo.cpp
  243   friend bool operator<(const Slice &Lhs, const Slice &Rhs) {
unittests/TextAPI/TextStubV1Tests.cpp
   27 inline bool operator<(const ExportedSymbol &lhs, const ExportedSymbol &rhs) {
unittests/TextAPI/TextStubV2Tests.cpp
   27 inline bool operator<(const ExportedSymbol &lhs, const ExportedSymbol &rhs) {
unittests/TextAPI/TextStubV3Tests.cpp
   28 inline bool operator<(const ExportedSymbol &lhs, const ExportedSymbol &rhs) {
unittests/TextAPI/TextStubV4Tests.cpp
   27 inline bool operator<(const ExampleSymbol &LHS, const ExampleSymbol &RHS) {
usr/include/c++/7.4.0/bits/basic_string.h
 6094     operator<(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
usr/include/c++/7.4.0/bits/stl_pair.h
  454     operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
utils/TableGen/CTagsEmitter.cpp
   35   int operator<(const Tag &B) const { return *Id < *B.Id; }
utils/TableGen/CodeGenDAGPatterns.h
 1087   bool operator<(const Predicate &P) const {
utils/TableGen/FastISelEmitter.cpp
  130   bool operator<(const OperandsSignature &O) const {
utils/TableGen/GlobalISelEmitter.cpp
  156   bool operator<(const LLTCodeGen &Other) const {
utils/TableGen/InfoByHwMode.cpp
   57 bool ValueTypeByHwMode::operator< (const ValueTypeByHwMode &T) const {