/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | BlockPrinter.cpp | 16 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 D | GCNIterativeScheduler.cpp | 99 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 D | GCNIterativeScheduler.h | 116 const GCNRegPressure &RP) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | BlockPrinter.h | 35 RecordPrinter &RP; member in llvm::xray::BlockPrinter 40 : RecordVisitor(), OS(O), RP(P) {} in BlockPrinter()
|
/third_party/mbedtls/ |
H A D | Makefile | 102 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 D | RegionPass.cpp | 69 RegionPass *RP = (RegionPass *)getContainedPass(Index); in runOnFunction() local 70 Changed |= RP->doInitialization(R, *this); in runOnFunction()
|
H A D | Loads.cpp | 115 if (auto *RP = getArgumentAliasingToReturnedPointer(Call, true)) in isDereferenceableAndAlignedPointer() 116 return isDereferenceableAndAlignedPointer(RP, Alignment, Size, DL, CtxI, in isDereferenceableAndAlignedPointer()
|
H A D | BasicAliasAnalysis.cpp | 505 if (auto *RP = getArgumentAliasingToReturnedPointer(Call, false)) { in DecomposeGEPExpression() 506 V = RP; in DecomposeGEPExpression()
|
/third_party/mbedtls/library/ |
H A D | dhm.c | 210 &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 D | ecp.c | 2553 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 D | rsa.c | 1539 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 D | NVPTX.h | 121 RP, enumerator
|
/third_party/pcre2/pcre2/ |
H A D | 132html | 13 $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 D | constants-arm.h | 372 RP = 1 << 22, // Round towards Plus Infinity. enumerator 378 kRoundToPlusInf = RP,
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | constants-loong64.h | 664 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 D | MachineLICM.cpp | 1199 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 D | MIRPrinter.cpp | 561 auto RP = Seen.insert(Succ); in guessSuccessors() local 562 if (RP.second) in guessSuccessors()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | rsa.h | 105 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 D | NVPTXInstPrinter.cpp | 139 case NVPTX::PTXCvtMode::RP: in printCvtMode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 622 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 D | HexagonExpandCondsets.cpp | 1203 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 D | RDFLiveness.cpp | 565 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 D | constants-mips64.h | 1205 RP = 2 << 0, // Round towards Plus Infinity. 1211 kRoundToPlusInf = RP, 1215 mode_ceil = RP,
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 1156 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 D | ScheduleDAGRRList.cpp | 2075 unsigned RP = RegPressure[Id]; 2076 if (!RP) continue; 2077 LLVM_DEBUG(dbgs() << TRI->getRegClassName(RC) << ": " << RP << " / "
|