Searched defs:R2 (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1712 IntersectSignedRange(ScalarEvolution &SE, const Optional<InductiveRangeCheck::Range> &R1, const InductiveRangeCheck::Range &R2) argument
1741 IntersectUnsignedRange(ScalarEvolution &SE, const Optional<InductiveRangeCheck::Range> &R1, const InductiveRangeCheck::Range &R2) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1122 bool HexagonExpandCondsets::coalesceRegisters(RegisterRef R1, RegisterRef R2) { argument
[all...]
H A DHexagonConstPropagation.cpp1113 evaluateCMPrr(uint32_t Cmp, const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, bool &Result) argument
1377 evaluateANDrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1444 evaluateORrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1511 evaluateXORrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h479 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) argument
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h69 UINT64 R2; member in struct:__anon9440
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2337 isUnusedResultAWarning(const Expr *&WarnE, SourceLocation &Loc, SourceRange &R1, SourceRange &R2, ASTContext &Ctx) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp352 Value *R2 = RHS->getOperand(1); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1760 std::string R2 = r + utostr(RegPairNum); local
1904 std::string R2 = r + utostr(RegPairNum); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp243 SourceRange R1, R2; local
298 Diag(Loc, diag::warn_unused_call) << R1 << R2 << "pure"; local
302 Diag(Loc, diag::warn_unused_call) << R1 << R2 << "cons local
199 DiagnoseNoDiscard(Sema &S, const WarnUnusedResultAttr *A, SourceLocation Loc, SourceRange R1, SourceRange R2, bool IsCtor) argument
377 Diag(Loc, diag::warn_unused_volatile) << R1 << R2; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp403 static TryResult bothKnownTrue(TryResult R1, TryResult R2) { argument

Completed in 478 milliseconds

12