Home
last modified time | relevance | path

Searched defs:Lhs (Results 1 – 25 of 46) 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.cpp40 const std::string Lhs = Dump(get<0>(arg)); variable
50 const RegisterValue Lhs = get<0>(arg); variable
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h43 int computeRank(const InstRef &Lhs) const { in computeRank()
51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare()
/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.cpp38 const std::string Lhs = Dump(get<0>(arg)); variable
/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() argument
150 inline bool isAddrAligned(Align Lhs, const void *Addr) { in isAddrAligned() argument
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h34 StringRef Lhs, Rhs; in getUnqualifiedName() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp185 BCEAtom Lhs; member
208 const BCEAtom &Lhs() const { return Cmp.Lhs; } in Lhs() function in __anon44dfd9f20111::BCECmpBlock
322 auto Lhs = visitICmpLoadOperand(CmpI->getOperand(0), 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.cpp72 friend bool operator==(const ConstantPropagationLattice &Lhs, 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.cpp190 MachineOperand Lhs(LHSMO); 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
262 bool operator==(const ConstrainedPropertyVal &Lhs, in operator ==() argument
H A DPointerArithChecker.cpp317 const Expr *Lhs = BOp->getLHS(); 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/libcxx/benchmarks/
H A Dstring.bench.cpp
/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp120 Value *Lhs = nullptr; member
338 Value *Lhs = nullptr; in getLoadPair() local
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h67 compareMemory(const char * Lhs,const char * Rhs,size_t Length) compareMemory() argument

12