Home
last modified time | relevance | path

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

/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()
DHexagonGenInsert.cpp923 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet()); in findRecordInsertForms() local
DHexagonFrameLowering.cpp2377 for (auto RR : HexagonBlockRanges::expandToSubRegs(FoundRR, MRI, HRI)) in optimizeSpillSlots() local
/third_party/openssl/crypto/ec/
Decp_ppc.c20 static const unsigned long RR[] = { 0x0000000000000003U, in ecp_nistz256_to_mont() local
Decp_nistz256.c1305 static const BN_ULONG RR[P256_LIMBS] = { in ecp_nistz256_inv_mod_ord() local
/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/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/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/ffmpeg/libavutil/
Dtwofish.c27 #define RR(x, n) ((x) >> (n) | (x) << (32 - (n))) macro
/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
Decp.c2009 mbedtls_ecp_point *RR = R; in ecp_mul_comb_after_precomp() local
/third_party/openssl/crypto/bn/
Dbn_local.h238 BIGNUM RR; /* used to convert to montgomery form, member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp708 unsigned RR = fastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc, in X86FastEmitExtend() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4525 SDValue LL, LR, RL, RR, N0CC, N1CC; in foldLogicOfSetCCs() local