Home
last modified time | relevance | path

Searched defs:RHS (Results 1 - 25 of 272) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp30 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 DHeader.cpp101 bool llvm::gsym::operator==(const Header &LHS, const Header &RHS) { in operator ==() argument
[all...]
H A DGsymReader.cpp30 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 DGUID.h25 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 DDWARFAddressRange.h52 operator <(const DWARFAddressRange &LHS, const DWARFAddressRange &RHS) operator <() argument
57 operator ==(const DWARFAddressRange &LHS, const DWARFAddressRange &RHS) operator ==() argument
[all...]
H A DDWARFVerifier.h329 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 DInlineInfo.h171 inline bool operator==(const InlineInfo &LHS, const InlineInfo &RHS) { in operator ==() argument
H A DLineEntry.h36 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 DLookupResult.h29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { in operator ==() argument
H A DFunctionInfo.h187 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 DYAML.h98 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 DTarget.h40 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 DCmpInstAnalysis.cpp66 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 DStringRef.cpp41 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 DDeltaAlgorithm.cpp32 changeset_ty LHS, RHS; in Split() local
H A DStringRef.cpp27 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { in ascii_strncasecmp() argument
[all...]
H A DKnownBits.cpp18 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 DMCParsedAsmOperand.h39 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 DMachineLocation.h52 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 DLineIterator.h72 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 DSMTAPI.h67 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 DBitmaskEnum.h105 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 DSparseBitVector.h396 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 DUse.cpp16 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 DSupport.cpp23 ResourceCycles &ResourceCycles::operator+=(const ResourceCycles &RHS) { in operator +=() argument

Completed in 10 milliseconds

1234567891011