Home
last modified time | relevance | path

Searched defs:Lhs (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h145 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 DFunctionId.h48 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 DMCSymbolXCOFF.h31 StringRef Lhs, Rhs; getUnqualifiedName() local
/freebsd-src/contrib/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 __anon513fc4110111::BCECmpBlock
322 auto Lhs = visitICmpLoadOperand(CmpI->getOperand(0), BaseId); in visitICmp() local
618 Value *Lhs, *Rhs; mergeComparisons() local
[all...]
H A DLowerMatrixIntrinsics.cpp1918 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 DImportedFunctionsInliningStatistics.cpp207 if (Lhs->second->NumberOfInlines != Rhs->second->NumberOfInlines) in getSortedNodes() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp573 __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 DSystemZShortenInst.cpp190 MachineOperand Lhs(LHSMO); in shortenFusedFPOp() local
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp155 const UsingDeclaration &Rhs) -> bool { in endUsingDeclarationBlock()
H A DBreakableToken.cpp53 llvm::is_sorted(KnownPrefixes, [](StringRef Lhs, StringRef Rhs) noexcept { in getLineCommentIndentPrefix() argument
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp98 __anon08d98de10602(std::shared_ptr<InterfaceFile> &Lhs, const StringRef Rhs) inlineLibrary() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp120 Value *Lhs = nullptr; member
338 Value *Lhs = nullptr; in getLoadPair() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h67 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 DELFObject.cpp2206 __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 DAVRISelDAGToDAG.cpp509 SDValue Lhs = N->getOperand(0); selectMultiplication() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp275 return Lhs.Cost < Rhs.Cost; in getCriticalSequence() argument
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp61 bool hasEqualKnownFields(const llvm::Triple &Lhs, const llvm::Triple &Rhs) { in hasEqualKnownFields()
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp550 sort(Writes, [](const WriteRef &Lhs, const WriteRef &Rhs) { in collectWrites() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp376 areEqual(SVal Lhs,SVal Rhs) const areEqual() argument
H A DSimpleSValBuilder.cpp367 BinaryOperator::Opcode Op, NonLoc Lhs, in tryRearrange()
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp199 __anond972c54f0402(const ImportModule &Lhs, const ImportModule &Rhs) computeLTOCacheKey() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1649 __anon9e88d60e0802(const RecordIndexElement &Lhs, const RecordIndexElement &Rhs) EmitClangDiagsIndexName() argument

12