/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Alignment.h | 145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() 150 inline bool isAddrAligned(Align Lhs, const void *Addr) { in isAddrAligned()
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolXCOFF.h | 31 StringRef Lhs, Rhs; getUnqualifiedName() local
|
/freebsd-src/contrib/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 __anon513fc4110111::BCECmpBlock 322 auto Lhs = visitICmpLoadOperand(CmpI->getOperand(0), BaseId); in visitICmp() local 618 Value *Lhs, *Rhs; mergeComparisons() local [all...] |
H A D | LowerMatrixIntrinsics.cpp | 1918 const MatrixTy &Lhs = getMatrix(MatMul->getArgOperand(0), LShape, Builder); LowerMultiply() local 2005 Value *Lhs = Inst->getOperand(0); VisitBinaryOperator() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ImportedFunctionsInliningStatistics.cpp | 207 if (Lhs->second->NumberOfInlines != Rhs->second->NumberOfInlines) in getSortedNodes() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 573 __anon3f3c91210202(auto Lhs, auto Rhs) simplifyTernarylogic() argument 576 __anon3f3c91210302(auto Lhs, auto Rhs) simplifyTernarylogic() argument 579 __anon3f3c91210402(auto Lhs, auto Rhs) simplifyTernarylogic() argument 585 __anon3f3c91210602(auto Lhs, auto Rhs) simplifyTernarylogic() argument 586 __anon3f3c91210702(auto Lhs, auto Rhs) simplifyTernarylogic() argument 587 __anon3f3c91210802(auto Lhs, auto Rhs) simplifyTernarylogic() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZShortenInst.cpp | 190 MachineOperand Lhs(LHSMO); in shortenFusedFPOp() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | UsingDeclarationsSorter.cpp | 155 const UsingDeclaration &Rhs) -> bool { in endUsingDeclarationBlock()
|
H A D | BreakableToken.cpp | 53 llvm::is_sorted(KnownPrefixes, [](StringRef Lhs, StringRef Rhs) noexcept { in getLineCommentIndentPrefix() argument
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 98 __anon08d98de10602(std::shared_ptr<InterfaceFile> &Lhs, const StringRef Rhs) inlineLibrary() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 120 Value *Lhs = nullptr; member 338 Value *Lhs = nullptr; in getLoadPair() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 67 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 2206 __anon1cfe2d5b0802(const SecPtr &Lhs, const SecPtr &Rhs) replaceSections() argument 2329 __anon1cfe2d5b0a02(const SectionBase *Lhs, const SectionBase *Rhs) layoutSections() argument 2354 __anon1cfe2d5b0b02(const SectionBase *Lhs, const SectionBase *Rhs) layoutSectionsForOnlyKeepDebug() argument 2710 operator ()(const SectionBase * Lhs,const SectionBase * Rhs) const operator ()() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 509 SDValue Lhs = N->getOperand(0); selectMultiplication() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 275 return Lhs.Cost < Rhs.Cost; in getCriticalSequence() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 61 bool hasEqualKnownFields(const llvm::Triple &Lhs, const llvm::Triple &Rhs) { in hasEqualKnownFields()
|
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 550 sort(Writes, [](const WriteRef &Lhs, const WriteRef &Rhs) { in collectWrites() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 376 areEqual(SVal Lhs,SVal Rhs) const areEqual() argument
|
H A D | SimpleSValBuilder.cpp | 367 BinaryOperator::Opcode Op, NonLoc Lhs, in tryRearrange()
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 199 __anond972c54f0402(const ImportModule &Lhs, const ImportModule &Rhs) computeLTOCacheKey() argument
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 1649 __anon9e88d60e0802(const RecordIndexElement &Lhs, const RecordIndexElement &Rhs) EmitClangDiagsIndexName() argument
|