Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCleanupInfo.h38 void mergeFrom(CleanupInfo Rhs) { in mergeFrom()
/freebsd-src/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() argument
/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.cpp186 BCEAtom Rhs; member
209 const BCEAtom &Rhs() const { return Cmp.Rhs; } in Rhs() function in __anon513fc4110111::BCECmpBlock
325 auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1), BaseId); in visitICmp() local
618 Value *Lhs, *Rhs; mergeComparisons() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare()
/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.cpp191 MachineOperand Rhs(RHSMO); in shortenFusedFPOp() local
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp155 const UsingDeclaration &Rhs) -> bool { in endUsingDeclarationBlock()
/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
263 const ConstrainedPropertyVal &Rhs) { in operator ==() argument
H A DPointerArithChecker.cpp318 const Expr *Rhs = BOp->getRHS(); 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.cpp121 Value *Rhs = nullptr; member
344 Value *Rhs = nullptr; in getLoadPair() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp510 SDValue Rhs = N->getOperand(1); 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/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-src/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-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/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp570 const MCExpr *Rhs = nullptr; in printTLSCall() local
/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
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1009 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
1011 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument

12