Home
last modified time | relevance | path

Searched defs:Rhs (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp
/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
H A DBenchmarkResultTest.cpp41 const std::string Rhs = Dump(get<1>(arg)); variable
51 const RegisterValue Rhs = get<1>(arg); variable
/llvm-project/clang/include/clang/Sema/
H A DCleanupInfo.h38 void mergeFrom(CleanupInfo Rhs) { in mergeFrom()
/llvm-project/llvm/include/llvm/ADT/
H A DScopeExit.h34 scope_exit(scope_exit &&Rhs) in scope_exit() function
H A DStringRef.h67 compareMemory(const char * Lhs,const char * Rhs,size_t Length) compareMemory() argument
/llvm-project/llvm/unittests/ADT/
H A DAPFixedPointTest.cpp1104 CheckAdd(const APFixedPoint & Lhs,const APFixedPoint & Rhs,const APFixedPoint & Res) CheckAdd() argument
1113 CheckAddOverflow(const APFixedPoint & Lhs,const APFixedPoint & Rhs) CheckAddOverflow() argument
1157 CheckMul(const APFixedPoint & Lhs,const APFixedPoint & Rhs,const APFixedPoint & Res) CheckMul() argument
1166 CheckMulOverflow(const APFixedPoint & Lhs,const APFixedPoint & Rhs) CheckMulOverflow() argument
1221 CheckDiv(const APFixedPoint & Lhs,const APFixedPoint & Rhs,const APFixedPoint & Expected) CheckDiv() argument
1230 CheckDivOverflow(const APFixedPoint & Lhs,const APFixedPoint & Rhs) CheckDivOverflow() argument
[all...]
/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h48 static int compareMemory(const char *Lhs, const char *Rhs, uint64_t Length) { in compareMemory()
/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
H A DBenchmarkResultTest.cpp39 const std::string Rhs = Dump(get<1>(arg)); variable
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h34 StringRef Lhs, Rhs; in getUnqualifiedName() local
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare()
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp186 BCEAtom Rhs; member
209 const BCEAtom &Rhs() const { return Cmp.Rhs; } in Rhs() function in __anon44dfd9f20111::BCECmpBlock
325 auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1), BaseId); in visitICmp() local
618 Value *Lhs, *Rhs; in mergeComparisons() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DMultiVarConstantPropagationTest.cpp76 friend bool operator==(const ValueLattice &Lhs, const ValueLattice &Rhs) { in operator ==()
79 friend bool operator!=(const ValueLattice &Lhs, const ValueLattice &Rhs) { in operator !=()
H A DTransferBranchTest.cpp36 friend bool operator==(const TestLattice &Lhs, const TestLattice &Rhs) { in operator ==()
H A DSingleVarConstantPropagationTest.cpp73 const ConstantPropagationLattice &Rhs) { in operator ==()
/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp206 if (Lhs->second->NumberOfInlines != Rhs->second->NumberOfInlines) in getSortedNodes() argument
/llvm-project/libc/src/__support/CPP/
H A Dstring_view.h31 compareMemory(const char * Lhs,const char * Rhs,size_t Length) compareMemory() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp191 MachineOperand Rhs(RHSMO); in shortenFusedFPOp() local
/llvm-project/bolt/lib/Passes/
H A DPettisAndHansen.cpp35 friend bool operator==(const ClusterArc &Lhs, const ClusterArc &Rhs) { in operator ==()
/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp686 return {Builder.CreateXor(Lhs.first, Rhs.first), Lhs.second ^ Rhs.second}; in simplifyTernarylogic() argument
689 return {Builder.CreateAnd(Lhs.first, Rhs.first), Lhs.second & Rhs.second}; in simplifyTernarylogic() argument
692 __anon99c7cbc20402(auto Lhs, auto Rhs) simplifyTernarylogic() argument
698 __anon99c7cbc20602(auto Lhs, auto Rhs) simplifyTernarylogic() argument
699 __anon99c7cbc20702(auto Lhs, auto Rhs) simplifyTernarylogic() argument
700 __anon99c7cbc20802(auto Lhs, auto Rhs) simplifyTernarylogic() argument
[all...]
/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp155 const UsingDeclaration &Rhs) -> bool { in endUsingDeclarationBlock()
/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp194 __anon450ebf830102(const ExtensionInfo &Lhs, const ExtensionInfo &Rhs) printEnabledExtensions() argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp51 Nullability getMostNullable(Nullability Lhs, Nullability Rhs) { in getMostNullable() argument
234 bool operator==(NullabilityState Lhs, NullabilityState Rhs) { in operator ==() argument
263 const ConstrainedPropertyVal &Rhs) { in operator ==() argument
H A DPointerArithChecker.cpp318 const Expr *Rhs = BOp->getRHS(); in checkPreStmt() local
/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp99 __anon502eeee20602(std::shared_ptr<InterfaceFile> &Lhs, const StringRef Rhs) inlineLibrary() argument
/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp121 Value *Rhs = nullptr; member
344 Value *Rhs = nullptr; in getLoadPair() local
[all...]

12