Searched refs:RR (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp405 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
406 RegRefs.insert(std::make_pair(Reg, RR));
489 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
490 RegRefs.insert(std::make_pair(Reg, RR));
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1970 const MemRegion *RR = getLocationRegionIfReference(Inner, LVNode); local
1976 if (RR && !LVIsNull)
1979 *KV, RR, EnableNullFPSuppression, TKind, SFC));
1985 const MemRegion *R = (RR && LVIsNull) ? RR :
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapability-fd.cc23 #define RIGHTS_INFO(RR) { (RR), #RR}
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_local.h231 BIGNUM RR; /* used to convert to montgomery form, member in struct:bn_mont_ctx_st
H A Dbn_exp.c670 RSAZ_1024_mod_exp_avx2(rr->d, a->d, p->d, m->d, mont->RR.d,
680 RSAZ_512_mod_exp(rr->d, a->d, p->d, m->d, mont->n0[0], mont->RR.d);
H A Dbn_lib.c931 return BN_mod_mul_montgomery(r, a, &(mont->RR), mont, ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp923 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet());
924 IFMap[VR].push_back(RR);
H A DHexagonFrameLowering.cpp2526 for (auto RR : HexagonBlockRanges::expandToSubRegs(FoundRR, MRI, HRI))
2527 DM[RR].subtract(Range);
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Decp_nistz256.c1298 /* RR = 2^512 mod ord(p256) */
1299 static const BN_ULONG RR[P256_LIMBS] = { local
1343 ecp_nistz256_ord_mul_mont(table[0], t, RR);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp707 unsigned RR = fastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc, local
709 if (RR == 0)
712 ResultReg = RR;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2292 void setReductionRef(Expr *RR) { argument
2293 *std::next(child_begin(), 1) = RR;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4618 /// Try to make (and/or setcc (LL, LR), setcc (RL, RR)) more efficient.
4621 SDValue LL, LR, RL, RR, N0CC, N1CC; local
4623 !isSetCCEquivalent(N1, RL, RR, N1CC))
4629 RL.getValueType() == RR.getValueType() &&
4646 if (LR == RR && CC0 == CC1 && IsInteger) {
4693 ((isNullConstant(LR) && isAllOnesConstant(RR)) ||
4694 (isAllOnesConstant(LR) && isNullConstant(RR)))) {
4710 SDValue XorR = DAG.getNode(ISD::XOR, SDLoc(N1), OpVT, RL, RR);
4721 ConstantSDNode *C1 = isConstOrConstSplat(RR);
4745 if (LL == RR
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4586 Record *RR = DI->getDef(); local
4587 if (RR->isSubClassOf("Register"))
/freebsd-13-stable/contrib/ldns/
H A Dconfigure1475 --enable-rrtype-ninfo Enable draft RR type ninfo.
1476 --enable-rrtype-rkey Enable draft RR type rkey.
1478 Disable openpgpkey RR type.
1479 --enable-rrtype-ta Enable draft RR type ta.
1480 --enable-rrtype-avc Enable draft RR type avc.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp123 void set(BinaryOperatorKind BO, SourceRange RR) { argument
124 ReductionRange = RR;
127 void set(const Expr *RefExpr, SourceRange RR) { argument
128 ReductionRange = RR;
H A DSemaExpr.cpp12722 DeclRefExpr *RR = dyn_cast<DeclRefExpr>(OR->getBase()->IgnoreImpCasts()); local
12723 if (RL && RR && RL->getDecl() == RR->getDecl())

Completed in 527 milliseconds

12