/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineModuleInfoImpls.cpp | 30 static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS) { in SortSymbolPair() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | Header.cpp | 101 bool llvm::gsym::operator==(const Header &LHS, const Header &RHS) { in operator ==() argument [all...] |
H A D | GsymReader.cpp | 30 GsymReader::GsymReader(GsymReader &&RHS) = default; member in GsymReader
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | GUID.h | 25 inline bool operator==(const GUID &LHS, const GUID &RHS) { in operator ==() argument 29 inline bool operator<(const GUID &LHS, const GUID &RHS) { in operator <() argument 33 inline bool operator<=(const GUID &LHS, const GUID &RHS) { in operator <=() argument 37 inline bool operator>(const GUID &LHS, const GUID &RHS) { in operator >() argument 41 inline bool operator>=(const GUID &LHS, const GUID &RHS) { in operator >=() argument 45 operator !=(const GUID &LHS, const GUID &RHS) operator !=() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAddressRange.h | 52 operator <(const DWARFAddressRange &LHS, const DWARFAddressRange &RHS) operator <() argument 57 operator ==(const DWARFAddressRange &LHS, const DWARFAddressRange &RHS) operator ==() argument [all...] |
H A D | DWARFVerifier.h | 329 operator <(const DWARFVerifier::DieRangeInfo &LHS, const DWARFVerifier::DieRangeInfo &RHS) operator <() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | InlineInfo.h | 171 inline bool operator==(const InlineInfo &LHS, const InlineInfo &RHS) { in operator ==() argument
|
H A D | LineEntry.h | 36 inline bool operator==(const LineEntry &LHS, const LineEntry &RHS) { in operator ==() argument 39 inline bool operator!=(const LineEntry &LHS, const LineEntry &RHS) { in operator !=() argument 42 inline bool operator<(const LineEntry &LHS, const LineEntry &RHS) { in operator <() argument
|
H A D | LookupResult.h | 29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { in operator ==() argument
|
H A D | FunctionInfo.h | 187 inline bool operator==(const FunctionInfo &LHS, const FunctionInfo &RHS) { in operator ==() argument 191 inline bool operator!=(const FunctionInfo &LHS, const FunctionInfo &RHS) { in operator !=() argument 199 inline bool operator<(const FunctionInfo &LHS, const FunctionInfo &RHS) { in operator <() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | YAML.h | 98 inline bool operator==(const BinaryRef &LHS, const BinaryRef &RHS) { in operator ==() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
H A D | Target.h | 40 inline bool operator==(const Target &LHS, const Target &RHS) { in operator ==() argument 44 inline bool operator!=(const Target &LHS, const Target &RHS) { in operator !=() argument 48 inline bool operator<(const Target &LHS, const Target &RHS) { in operator <() argument 52 inline bool operator==(const Target &LHS, const Architecture &RHS) { in operator ==() argument 56 operator !=(const Target &LHS, const Architecture &RHS) operator !=() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CmpInstAnalysis.cpp | 66 bool llvm::decomposeBitTestICmp(Value *LHS, Value *RHS, in decomposeBitTestICmp() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | StringRef.cpp | 41 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { in ascii_strncasecmp() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DeltaAlgorithm.cpp | 32 changeset_ty LHS, RHS; in Split() local
|
H A D | StringRef.cpp | 27 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { in ascii_strncasecmp() argument [all...] |
H A D | KnownBits.cpp | 18 computeForAddCarry( const KnownBits &LHS, const KnownBits &RHS, bool CarryZero, bool CarryOne) computeForAddCarry() argument 47 computeForAddCarry( const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry) computeForAddCarry() argument 54 computeForAddSub(bool Add, bool NSW, const KnownBits &LHS, KnownBits RHS) computeForAddSub() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
H A D | MCParsedAsmOperand.h | 39 MCParsedAsmOperand(const MCParsedAsmOperand &RHS) = default; member in llvm::MCParsedAsmOperand
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MachineLocation.h | 52 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) { in operator !=() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | LineIterator.h | 72 friend bool operator==(const line_iterator &LHS, const line_iterator &RHS) { in operator ==() argument 77 friend bool operator!=(const line_iterator &LHS, const line_iterator &RHS) { in operator !=() argument
|
H A D | SMTAPI.h | 67 friend bool operator==(SMTSort const &LHS, SMTSort const &RHS) { in operator ==() argument 114 friend bool operator==(SMTExpr const &LHS, SMTExpr const &RHS) { in operator ==() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | BitmaskEnum.h | 105 E operator|(E LHS, E RHS) { in operator |() argument 111 E operator&(E LHS, E RHS) { in operator &() argument 117 E operator^(E LHS, E RHS) { in operator ^() argument 126 E &operator|=(E &LHS, E RHS) { in operator |=() argument 133 E &operator&=(E &LHS, E RHS) { in operator &=() argument 140 operator ^=(E &LHS, E RHS) operator ^=() argument [all...] |
H A D | SparseBitVector.h | 396 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, bool end = false) SparseBitVectorIterator() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Use.cpp | 16 void Use::swap(Use &RHS) { in swap() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Support.cpp | 23 ResourceCycles &ResourceCycles::operator+=(const ResourceCycles &RHS) { in operator +=() argument
|