Home
last modified time | relevance | path

Searched refs:RP (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DBlockPrinter.cpp16 return RP.visit(R); in visit()
26 return RP.visit(R); in visit()
31 return RP.visit(R); in visit()
36 return RP.visit(R); in visit()
47 auto E = RP.visit(R); in visit()
56 auto E = RP.visit(R); in visit()
66 auto E = RP.visit(R); in visit()
75 auto E = RP.visit(R); in visit()
84 auto E = RP.visit(R); in visit()
94 auto E = RP in visit()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp99 OS << "LIn RP: "; in printLivenessInfo()
104 OS << "LOt RP: "; in printLivenessInfo()
115 OS << "Max RP: "; in printRegions()
123 const GCNRegPressure &RP) const { in printSchedResult()
126 printSchedRP(OS, R->MaxPressure, RP); in printSchedResult()
135 OS << "RP before: "; in printSchedRP()
137 OS << "RP after: "; in printSchedRP()
316 dbgs() << "Max RP: "; in schedule()
423 || (dbgs() << "Max RP mismatch!!!\n" in scheduleRegion()
424 "RP fo in scheduleRegion()
[all...]
H A DGCNIterativeScheduler.h116 const GCNRegPressure &RP) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DBlockPrinter.h35 RecordPrinter &RP; member in llvm::xray::BlockPrinter
40 : RecordVisitor(), OS(O), RP(P) {} in BlockPrinter()
/third_party/mbedtls/
H A DMakefile102 cp -RP library/libmbedtls.* $(DESTDIR)/lib
103 cp -RP library/libmbedx509.* $(DESTDIR)/lib
104 cp -RP library/libmbedcrypto.* $(DESTDIR)/lib
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DRegionPass.cpp69 RegionPass *RP = (RegionPass *)getContainedPass(Index); in runOnFunction() local
70 Changed |= RP->doInitialization(R, *this); in runOnFunction()
H A DLoads.cpp115 if (auto *RP = getArgumentAliasingToReturnedPointer(Call, true)) in isDereferenceableAndAlignedPointer()
116 return isDereferenceableAndAlignedPointer(RP, Alignment, Size, DL, CtxI, in isDereferenceableAndAlignedPointer()
H A DBasicAliasAnalysis.cpp505 if (auto *RP = getArgumentAliasingToReturnedPointer(Call, false)) { in DecomposeGEPExpression()
506 V = RP; in DecomposeGEPExpression()
/third_party/mbedtls/library/
H A Ddhm.c210 &ctx->P, &ctx->RP)); in dhm_make_common()
394 MBEDTLS_MPI_CHK(mbedtls_mpi_exp_mod(&ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP)); in dhm_update_blinding()
434 &ctx->P, &ctx->RP)); in mbedtls_dhm_calc_secret()
467 mbedtls_mpi_free(&ctx->RP); in mbedtls_dhm_free()
H A Decp.c2553 mbedtls_ecp_point RP; in ecp_mul_mxz() local
2556 mbedtls_ecp_point_init(&RP); mbedtls_mpi_init(&PX); in ecp_mul_mxz()
2566 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&RP, P)); in ecp_mul_mxz()
2573 /* RP.X might be slightly larger than P, so reduce it */ in ecp_mul_mxz()
2574 MOD_ADD(&RP.X); in ecp_mul_mxz()
2577 MBEDTLS_MPI_CHK(ecp_randomize_mxz(grp, &RP, f_rng, p_rng)); in ecp_mul_mxz()
2579 /* Loop invariant: R = result so far, RP = R + P */ in ecp_mul_mxz()
2586 * if (b) double_add( RP, R, RP, R ) in ecp_mul_mxz()
2587 * else double_add( R, RP, in ecp_mul_mxz()
[all...]
H A Drsa.c1539 MBEDTLS_MPI_CHK(mbedtls_mpi_exp_mod(&TP, &T, &DP_blind, &ctx->P, &ctx->RP)); in mbedtls_rsa_private()
2790 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&dst->RP, &src->RP)); in mbedtls_rsa_copy()
2830 mbedtls_mpi_free(&ctx->RP); in mbedtls_rsa_free()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTX.h121 RP, enumerator
/third_party/pcre2/pcre2/
H A D132html13 $s =~ s"\\fI(.*?)\\f[RP]"<i>$1</i>"g;
14 $s =~ s"\\fB(.*?)\\f[RP]"<b>$1</b>"g;
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h372 RP = 1 << 22, // Round towards Plus Infinity. enumerator
378 kRoundToPlusInf = RP,
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h664 RP = 0b10 << kFPURoundingModeShift, // Round towards Plus Infinity.
670 kRoundToPlusInf = RP,
674 mode_ceil = RP,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineLICM.cpp1199 for (const auto &RP : BackTrace) in CanCauseHighRegPressure()
1200 if (static_cast<int>(RP[Class]) + RPIdAndCost.second >= Limit) in CanCauseHighRegPressure()
1217 for (auto &RP : BackTrace) in UpdateBackTraceRegPressure()
1219 RP[RPIdAndCost.first] += RPIdAndCost.second; in UpdateBackTraceRegPressure()
H A DMIRPrinter.cpp561 auto RP = Seen.insert(Succ); in guessSuccessors() local
562 if (RP.second) in guessSuccessors()
/third_party/mbedtls/include/mbedtls/
H A Drsa.h105 mbedtls_mpi MBEDTLS_PRIVATE(RP); /*!< cached <code>R^2 mod P</code>. */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp139 case NVPTX::PTXCvtMode::RP: in printCvtMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp622 if (void *RP = LazyFunctionCreator(Name)) in getPointerToNamedFunction()
623 return RP; in getPointerToNamedFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1203 RegisterRef RP = CI->getOperand(1); in coalesceSegments() local
1226 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments()
1237 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments()
H A DRDFLiveness.cpp565 NodeId RP = D.Addr->getOwner(DFG).Id; in computePhiInfo() local
567 auto F = M.find(RP); in computePhiInfo()
569 M.insert(std::make_pair(RP, DefRRs)); in computePhiInfo()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1205 RP = 2 << 0, // Round towards Plus Infinity.
1211 kRoundToPlusInf = RP,
1215 mode_ceil = RP,
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1156 RP = 2 << 0, // Round towards Plus Infinity.
1162 kRoundToPlusInf = RP,
1166 mode_ceil = RP,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2075 unsigned RP = RegPressure[Id];
2076 if (!RP) continue;
2077 LLVM_DEBUG(dbgs() << TRI->getRegClassName(RC) << ": " << RP << " / "

Completed in 48 milliseconds

12