/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | NarrowingConversionsCheck.cpp |
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/ |
H A D | BenchmarkResultTest.cpp | 40 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 D | Scheduler.h | 43 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 D | APFixedPointTest.cpp | 1104 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 D | FunctionId.h | 48 static int compareMemory(const char *Lhs, const char *Rhs, uint64_t Length) { in compareMemory()
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/ |
H A D | BenchmarkResultTest.cpp | 38 const std::string Lhs = Dump(get<0>(arg)); variable
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Alignment.h | 145 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 D | MCSymbolXCOFF.h | 34 StringRef Lhs, Rhs; in getUnqualifiedName() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 185 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 D | MultiVarConstantPropagationTest.cpp | 76 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 D | TransferBranchTest.cpp | 36 friend bool operator==(const TestLattice &Lhs, const TestLattice &Rhs) { in operator ==()
|
H A D | SingleVarConstantPropagationTest.cpp | 72 friend bool operator==(const ConstantPropagationLattice &Lhs, in operator ==()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ImportedFunctionsInliningStatistics.cpp | 206 if (Lhs->second->NumberOfInlines != Rhs->second->NumberOfInlines) in getSortedNodes() argument
|
/llvm-project/libc/src/__support/CPP/ |
H A D | string_view.h | 31 compareMemory(const char * Lhs,const char * Rhs,size_t Length) compareMemory() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZShortenInst.cpp | 190 MachineOperand Lhs(LHSMO); in shortenFusedFPOp() local
|
/llvm-project/bolt/lib/Passes/ |
H A D | PettisAndHansen.cpp | 35 friend bool operator==(const ClusterArc &Lhs, const ClusterArc &Rhs) { in operator ==()
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 686 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 D | UsingDeclarationsSorter.cpp | 155 const UsingDeclaration &Rhs) -> bool { in endUsingDeclarationBlock()
|
/llvm-project/llvm/lib/TargetParser/ |
H A D | AArch64TargetParser.cpp | 194 __anon450ebf830102(const ExtensionInfo &Lhs, const ExtensionInfo &Rhs) printEnabledExtensions() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 51 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 D | PointerArithChecker.cpp | 317 const Expr *Lhs = BOp->getLHS(); in checkPreStmt() local
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 99 __anon502eeee20602(std::shared_ptr<InterfaceFile> &Lhs, const StringRef Rhs) inlineLibrary() argument
|
/llvm-project/libcxx/benchmarks/ |
H A D | string.bench.cpp |
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 120 Value *Lhs = nullptr; member 338 Value *Lhs = nullptr; in getLoadPair() local [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 67 compareMemory(const char * Lhs,const char * Rhs,size_t Length) compareMemory() argument
|