Searched refs:Rhs (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp481 SDValue Rhs = N->getOperand(1); local
482 SDNode *Mul = CurDAG->getMachineNode(MachineOp, DL, MVT::Glue, Lhs, Rhs);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp368 [&](const OpcodeMapPair &Lhs, const OpcodeMapPair &Rhs) {
370 unsigned RhsIdx = Opcode2Index[Rhs.first];
374 auto LessThan = [](const APInt &Lhs, const APInt &Rhs) {
376 unsigned RhsCountPopulation = Rhs.countPopulation();
379 (Lhs.countLeadingZeros() > Rhs.countLeadingZeros())));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1302 const MatrixTy &Rhs = getMatrix(MatMul->getArgOperand(1), RShape, Builder); local
1313 emitMatrixMultiply(Result, Lhs, Rhs, AllowContract, Builder, false);
1385 Value *Rhs = Inst->getOperand(1); local
1392 MatrixTy B = getMatrix(Rhs, Shape, Builder);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp448 NonLoc Rhs, QualType ResultTy) {
488 SymbolRef RSym = Rhs.getAsSymbol();
446 tryRearrange(ProgramStateRef State, BinaryOperator::Opcode Op, NonLoc Lhs, NonLoc Rhs, QualType ResultTy) argument
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1606 [](const RecordIndexElement &Lhs, const RecordIndexElement &Rhs) {
1607 return Lhs.Name < Rhs.Name;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp170 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs)
171 -> bool { return Lhs->getKey() < Rhs->getKey(); });
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h225 /// \return Whether values \p Lhs and \p Rhs are equal.
226 ConditionTruthVal areEqual(SVal Lhs, SVal Rhs) const;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2287 const SectionBase *Rhs) const {
2289 (sectionPhysicalAddr(Rhs) & 0xFFFFFFFFU);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5289 QualType Rhs = Self.getASTContext().getUnqualifiedArrayType(RhsT, RhsQuals);
5290 return Self.Context.typesAreCompatible(Lhs, Rhs);
5392 OpaqueValueExpr Rhs(KeyLoc, RhsT.getNonLValueExprType(Self.Context),
5402 &Rhs);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp167 const Expr *Rhs = ALE->getElement(i); local
171 llvm::Value *value = EmitScalarExpr(Rhs);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2630 const APInt &Rhs = Op2->getValue(); local
2636 Rhs.sextOrSelf(ExtendedWidth)).ashr(Scale);

Completed in 199 milliseconds

12