Home
last modified time | relevance | path

Searched defs:RR (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/boost/math/bindings/
Drr.hpp34 class RR class
38 RR() {} in RR() function in boost::math::ntl::RR
39 RR(const ::NTL::RR& c) : m_value(c){} in RR() function in boost::math::ntl::RR
40 RR(char c) in RR() function in boost::math::ntl::RR
45 RR(wchar_t c) in RR() function in boost::math::ntl::RR
50 RR(unsigned char c) in RR() function in boost::math::ntl::RR
54 RR(signed char c) in RR() function in boost::math::ntl::RR
58 RR(unsigned short c) in RR() function in boost::math::ntl::RR
62 RR(short c) in RR() function in boost::math::ntl::RR
66 RR(unsigned int c) in RR() function in boost::math::ntl::RR
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp162 bool PhysicalRegisterInfo::aliasRM(RegisterRef RR, RegisterRef RM) const { in aliasRM()
225 RegisterRef PhysicalRegisterInfo::mapTo(RegisterRef RR, unsigned R) const { in mapTo()
268 RegisterAggr &RegisterAggr::insert(RegisterRef RR) { in insert()
287 RegisterAggr &RegisterAggr::intersect(RegisterRef RR) { in intersect()
296 RegisterAggr &RegisterAggr::clear(RegisterRef RR) { in clear()
DRDFGraph.cpp418 void RefNode::setRegRef(RegisterRef RR, DataFlowGraph &G) { in setRegRef()
814 RegisterRef RR, NodeAddr<BlockNode*> PredB, uint16_t Flags) { in newPhiUse()
830 RegisterRef RR, uint16_t Flags) { in newDef()
907 RegisterRef RR = *I; in build() local
932 for (RegisterRef RR : EHRegs) { in build() local
1054 RegisterRef RR = PDA.Addr->getRegRef(*this); in pushClobbers() local
1100 RegisterRef RR = PDA.Addr->getRegRef(*this); in pushDefs() local
1180 RegisterRef RR = RA.Addr->getRegRef(*this); in getNextRelated() local
1342 RegisterRef RR = makeRegRef(Op); in buildStmt() local
1435 auto MaxCoverIn = [this] (RegisterRef RR, RegisterSet &RRs) -> RegisterRef { in buildPhis()
[all …]
DHexagonExpandCondsets.cpp294 void HexagonExpandCondsets::addRefToMap(RegisterRef RR, ReferenceMap &Map, in addRefToMap()
304 bool HexagonExpandCondsets::isRefInMap(RegisterRef RR, ReferenceMap &Map, in isRefInMap()
768 RegisterRef RR = Op; in getReachingDefForPred() local
802 RegisterRef RR = Op; in canMoveOver() local
1002 RegisterRef RR = Op; in predicate() local
1094 bool HexagonExpandCondsets::isIntReg(RegisterRef RR, unsigned &BW) { in isIntReg()
DRDFCopy.cpp121 auto MinPhysReg = [this] (RegisterRef RR) -> unsigned { in run()
DRDFLiveness.cpp145 RegisterRef RR = TA.Addr->getRegRef(DFG); in getAllReachingDefs() local
672 RegisterRef RR = NodeAddr<DefNode*>(Ds[0]).Addr->getRegRef(DFG); in computePhiInfo() local
1076 RegisterRef RR = PRI.normalize(UA.Addr->getRegRef(DFG)); in traverse() local
DHexagonOptAddrMode.cpp170 RegisterRef RR = UA.Addr->getRegRef(*DFG); in canRemoveAddasl() local
292 RegisterRef RR = UA.Addr->getRegRef(*DFG); in isSafeToExtLR() local
DBitTracker.cpp348 BT::RegisterCell BT::MachineEvaluator::getCell(const RegisterRef &RR, in getCell()
375 void BT::MachineEvaluator::putCell(const RegisterRef &RR, RegisterCell RC, in putCell()
993 void BT::put(RegisterRef RR, const RegisterCell &RC) { in put()
DHexagonBitSimplify.cpp405 bool HexagonBitSimplify::getSubregMask(const BitTracker::RegisterRef &RR, in getSubregMask()
896 const BitTracker::RegisterRef &RR, MachineRegisterInfo &MRI) { in getFinalVRegClass()
1260 BitTracker::RegisterRef RR = MI.getOperand(OpN); in computeUsedBits() local
2348 BitTracker::RegisterRef RR(V.RefI.Reg, 0); in simplifyTstbit() local
DRDFGraph.h887 NodeAddr<RefNode*> RefNode::getNextRef(RegisterRef RR, Predicate P, in getNextRef()
/third_party/boost/boost/phoenix/function/
Dlazy_signature.hpp78 typedef typename boost::result_of<FR()>::type RR; typedef
90 typedef typename boost::result_of<FR()>::type RR; typedef
103 typedef typename boost::result_of<FR()>::type RR; typedef
178 typedef typename boost::result_of<FR()>::type RR; typedef
198 typedef typename boost::result_of<FR()>::type RR; typedef
219 typedef typename boost::result_of<FR()>::type RR; typedef
234 typedef typename boost::result_of<FR()>::type RR; typedef
250 typedef typename boost::result_of<FR()>::type RR; typedef
267 typedef typename boost::result_of<FR()>::type RR; typedef
286 typedef typename boost::result_of<FR()>::type RR; typedef
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp194 void ResourceManager::use(const ResourceRef &RR) { in use()
224 void ResourceManager::release(const ResourceRef &RR) { in release()
330 const ResourceRef &RR = BR.first; in cycleEvent() local
/third_party/boost/libs/ratio/test/ratio_arithmetic/
Dratio_add_pass.cpp34 typedef boost::ratio_add<R, R2> RR; in test() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp72 const BitVector &RR = MF->getRegInfo().getReservedRegs(); in runOnMachineFunction() local
DAggressiveAntiDepBreaker.cpp410 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in PrescanInstruction() local
494 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in ScanInstruction() local
/third_party/boost/libs/ratio/test/ratio_extensions/
Dmpl_plus_pass.cpp30 typedef boost::mpl::plus<R, R2> RR; in test() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DExecuteStage.cpp103 for (const ResourceRef &RR : Freed) in cycleStart() local
/third_party/openssl/crypto/
Dppccap.c142 static const unsigned long RR[] = { 0x0000000000000003U, in ecp_nistz256_to_mont() local
/third_party/boost/boost/geometry/srs/projections/impl/
Dgeocent.hpp400 T RR; /* distance between center and location */ in pj_Convert_Geocentric_To_Geodetic() local
/third_party/ffmpeg/libavutil/
Dtwofish.c27 #define RR(x, n) ((x) >> (n) | (x) << (32 - (n))) macro
/third_party/boost/libs/ratio/example/
Dsi_physics.cpp190 boost::ratio_subtract<boost::ratio<1>, boost::ratio<0> >::type > RR; in main() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableSet.h517 TreeTy *RR = getRight(R); in balanceTree() local
/third_party/mbedtls/library/
Dbignum.c2016 mbedtls_mpi RR, T, W[ 1 << MBEDTLS_MPI_WINDOW_SIZE ], WW, Apos; in mbedtls_mpi_exp_mod() local
2652 mbedtls_mpi W, R, T, A, RR; in mpi_miller_rabin() local
/third_party/openssl/crypto/bn/
Dbn_local.h231 BIGNUM RR; /* used to convert to montgomery form, member
/third_party/openssl/crypto/ec/
Decp_nistz256.c1299 static const BN_ULONG RR[P256_LIMBS] = { in ecp_nistz256_inv_mod_ord() local

12