Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCleanupInfo.h38 void mergeFrom(CleanupInfo Rhs) { in mergeFrom()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopeExit.h34 scope_exit(scope_exit &&Rhs) in scope_exit() function
H A DStringRef.h67 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
/freebsd/contrib/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 __anonde3b773f0111::BCECmpBlock
325 auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1), BaseId); in visitICmp() local
618 Value *Lhs, *Rhs; in mergeComparisons() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h34 StringRef Lhs, Rhs; in getUnqualifiedName() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp206 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp191 MachineOperand Rhs(RHSMO); in shortenFusedFPOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp686 auto Or = [&](auto Lhs, auto Rhs) -> std::pair<Value *, uint8_t> { in simplifyTernarylogic()
689 auto Xor = [&](auto Lhs, auto Rhs) -> std::pair<Value *, uint8_t> { in simplifyTernarylogic()
692 auto And = [&](auto Lhs, auto Rhs) -> std::pair<Value *, uint8_t> { in simplifyTernarylogic()
698 auto Nor = [&](auto Lhs, auto Rhs) { return Not(Or(Lhs, Rhs)); }; in simplifyTernarylogic()
699 auto Xnor = [&](auto Lhs, auto Rhs) { return Not(Xor(Lhs, Rhs)); }; in simplifyTernarylogic()
700 auto Nand = [&](auto Lhs, auto Rhs) { return Not(And(Lhs, Rhs)); }; in simplifyTernarylogic()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp194 [](const ExtensionInfo &Lhs, const ExtensionInfo &Rhs) { in printEnabledExtensions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp51 Nullability getMostNullable(Nullability Lhs, Nullability Rhs) { in getMostNullable()
234 bool operator==(NullabilityState Lhs, NullabilityState Rhs) { in operator ==()
263 const ConstrainedPropertyVal &Rhs) { in operator ==()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp99 [](std::shared_ptr<InterfaceFile> &Lhs, const StringRef Rhs) { in inlineLibrary()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp121 Value *Rhs = nullptr; member
344 Value *Rhs = nullptr; in getLoadPair() local
/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.c617 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
619 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp521 SDValue Rhs = N->getOperand(1); in selectMultiplication() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp274 llvm::max_element(Nodes, [](const DGNode &Lhs, const DGNode &Rhs) { in getCriticalSequence()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1002 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
1004 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.c591 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
593 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp567 const MCExpr *Rhs = nullptr; printTLSCall() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp550 sort(Writes, [](const WriteRef &Lhs, const WriteRef &Rhs) { in collectWrites()
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1009 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
1011 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2254 auto SectionIndexLess = [](const SecPtr &Lhs, const SecPtr &Rhs) { in replaceSections()
2377 [](const SectionBase *Lhs, const SectionBase *Rhs) { in layoutSections()
2402 [](const SectionBase *Lhs, const SectionBase *Rhs) { in layoutSectionsForOnlyKeepDebug()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp611 void fCmpFailFT(const FT Lhs, const FT Rhs, ShadowFT LhsShadow, in fCmpFailFT()

12