Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAlignment.h138 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned()
143 inline bool isAddrAligned(Align Lhs, const void *Addr) { in isAddrAligned()
340 inline Align max(MaybeAlign Lhs, Align Rhs) { in max()
344 inline Align max(Align Lhs, MaybeAlign Rhs) { in max()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h29 StringRef Lhs, Rhs; in getUnqualifiedName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp205 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp210 const BCEAtom &Lhs() const { return Lhs_; } in Lhs() function in __anon8ada780a0111::BCECmpBlock
340 auto Lhs = visitICmpLoadOperand(CmpI->getOperand(0), BaseId); in visitICmp() local
620 Value *const Lhs = Builder.Insert(FirstCmp.Lhs().GEP->clone()); in mergeComparisons() local
H A DLowerMatrixIntrinsics.cpp1438 const MatrixTy &Lhs = getMatrix(MatMul->getArgOperand(0), LShape, Builder); in LowerMultiply() local
1525 Value *Lhs = Inst->getOperand(0); in VisitBinaryOperator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp189 MachineOperand Lhs(LHSMO); in shortenFusedFPOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp113 Value *Lhs = nullptr; member
301 Value *Lhs = nullptr; in getLoadPair() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp323 const Expr *Lhs = BOp->getLHS(); in checkPreStmt() local
H A DNullabilityChecker.cpp49 Nullability getMostNullable(Nullability Lhs, Nullability Rhs) { in getMostNullable()
228 bool operator==(NullabilityState Lhs, NullabilityState Rhs) { in operator ==()
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dstring.bench.cpp403 auto Lhs = makeString(RHLength()); in run() local
444 auto Lhs = makeString(LHLength(), DiffType()); in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringRef.h74 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp477 SDValue Lhs = N->getOperand(0); in selectMultiplication() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp522 sort(Writes, [](const WriteRef &Lhs, const WriteRef &Rhs) { in collectWrites()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp276 [](const DGNode &Lhs, const DGNode &Rhs) { return Lhs.Cost < Rhs.Cost; }); in getCriticalSequence()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp61 bool hasEqualKnownFields(const llvm::Triple &Lhs, const llvm::Triple &Rhs) { in hasEqualKnownFields()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp373 ConditionTruthVal ProgramState::areEqual(SVal Lhs, SVal Rhs) const { in areEqual()
H A DSimpleSValBuilder.cpp315 BinaryOperator::Opcode Op, NonLoc Lhs, in tryRearrange()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp53 [](StringRef Lhs, StringRef Rhs) noexcept { in getLineCommentIndentPrefix()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp367 [&](const OpcodeMapPair &Lhs, const OpcodeMapPair &Rhs) { in processSTIPredicate()
373 auto LessThan = [](const APInt &Lhs, const APInt &Rhs) { in processSTIPredicate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp174 -> bool { return Lhs->getKey() < Rhs->getKey(); }); in computeLTOCacheKey()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1626 [](const RecordIndexElement &Lhs, const RecordIndexElement &Rhs) { in EmitClangDiagsIndexName()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2603 bool IHexWriter::SectionCompare::operator()(const SectionBase *Lhs, in operator ()()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5387 QualType Lhs = Self.getASTContext().getUnqualifiedArrayType(LhsT, LhsQuals); in EvaluateBinaryTypeTrait() local
5489 OpaqueValueExpr Lhs(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5682 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyNoAliasScopeDecl()