/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 412 void RefNode::setRegRef(RegisterRef RR, DataFlowGraph &G) { in setRegRef() 809 PhiUse DataFlowGraph::newPhiUse(Phi Owner, RegisterRef RR, Block PredB, in newPhiUse() 824 Def DataFlowGraph::newDef(Instr Owner, RegisterRef RR, uint16_t Flags) { in newDef() 924 for (RegisterRef RR : LiveIns.refs()) { in build() local 951 for (RegisterRef RR : EHRegs.refs()) { in build() local 1058 RegisterRef RR = PDA.Addr->getRegRef(*this); in pushClobbers() local 1106 RegisterRef RR = PDA.Addr->getRegRef(*this); in pushDefs() local 1176 RegisterRef RR = RA.Addr->getRegRef(*this); in getNextRelated() local 1341 RegisterRef RR = makeRegRef(Op); in buildStmt() local 1400 RegisterRef RR = RA.Addr->getRegRef(*this); in recordDefsForDF() local [all …]
|
H A D | RDFRegisters.cpp | 172 mapTo(RegisterRef RR,unsigned R) const mapTo() argument 328 insert(RegisterRef RR) insert() argument 347 intersect(RegisterRef RR) intersect() argument 356 clear(RegisterRef RR) clear() argument [all...] |
H A D | RDFLiveness.cpp | 144 RegisterRef RR = TA.Addr->getRegRef(DFG); in getAllReachingDefs() local 661 auto ClearIn = [](RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo() 733 RegisterRef RR = NodeAddr<DefNode *>(Ds[0]).Addr->getRegRef(DFG); in computePhiInfo() local 884 for (RegisterRef RR : LiveMap[&B].refs()) in computeLiveIns() local 1133 RegisterRef RR = UA.Addr->getRegRef(DFG); in traverse() local
|
H A D | RegisterClassInfo.cpp | 107 const BitVector &RR = MF->getRegInfo().getReservedRegs(); in runOnMachineFunction() local
|
H A D | AggressiveAntiDepBreaker.cpp | 397 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in PrescanInstruction() local 480 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in ScanInstruction() local
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_ppc.c | 20 static const unsigned long RR[] = { 0x0000000000000003U, in ecp_nistz256_to_mont() local
|
H A D | ecp_nistz256.c | 1305 static const BN_ULONG RR[P256_LIMBS] = { in ecp_nistz256_inv_mod_ord() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | ResourceManager.cpp | 194 void ResourceManager::use(const ResourceRef &RR) { in use() argument 224 release(const ResourceRef & RR) release() argument 380 const ResourceRef &RR = BR.first; cycleEvent() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 297 void HexagonExpandCondsets::addRefToMap(RegisterRef RR, ReferenceMap &Map, in addRefToMap() 307 bool HexagonExpandCondsets::isRefInMap(RegisterRef RR, ReferenceMap &Map, in isRefInMap() 792 RegisterRef RR = Op; in getReachingDefForPred() local 826 RegisterRef RR = Op; in canMoveOver() local 1026 RegisterRef RR = Op; in predicate() local 1118 bool HexagonExpandCondsets::isIntReg(RegisterRef RR, unsigned &BW) { in isIntReg()
|
H A D | HexagonOptAddrMode.cpp | 174 RegisterRef RR = UA.Addr->getRegRef(*DFG); in canRemoveAddasl() local 296 RegisterRef RR = UA.Addr->getRegRef(*DFG); in isSafeToExtLR() local 460 RegisterRef RR = UA.Addr->getRegRef(*DFG); in processAddUses() local
|
H A D | RDFCopy.cpp | 159 auto MinPhysReg = [this] (RegisterRef RR) -> unsigned { in run()
|
H A D | BitTracker.cpp | 348 BT::RegisterCell BT::MachineEvaluator::getCell(const RegisterRef &RR, in getCell() 375 void BT::MachineEvaluator::putCell(const RegisterRef &RR, RegisterCell RC, in putCell() 994 void BT::put(RegisterRef RR, const RegisterCell &RC) { in put()
|
H A D | HexagonBitSimplify.cpp | 435 bool HexagonBitSimplify::getSubregMask(const BitTracker::RegisterRef &RR, in getSubregMask() 926 const BitTracker::RegisterRef &RR, MachineRegisterInfo &MRI) { in getFinalVRegClass() 1289 BitTracker::RegisterRef RR = MI.getOperand(OpN); in computeUsedBits() local 2384 BitTracker::RegisterRef RR(V.RefI.Reg, 0); in simplifyTstbit() local
|
H A D | HexagonGenInsert.cpp | 906 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet()); in findRecordInsertForms() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 396 for (const Register RR : RestrRegs) { in emitInlineAsm() local 409 for (const Register RR : RestrRegs) { in emitInlineAsm() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerSubChecker.cpp | 116 const MemRegion *RR = RV.getAsRegion(); in checkPreStmt() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 103 for (const ResourceRef &RR : Freed) in cycleStart() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | ResourcePressureView.cpp | 59 const ResourceRef &RR = Use.first; in onEvent() local
|
H A D | BottleneckAnalysis.cpp | 70 const ResourceRef &RR = Use.first; in handleInstructionIssuedEvent() local
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_pwm.c | 362 #define RR(x,y) \ in bcm_pwm_sysctl_init() macro
|
/freebsd/contrib/capsicum-test/ |
H A D | capability-fd.cc | 23 #define RIGHTS_INFO(RR) { (RR), #RR} argument
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_local.h | 258 BIGNUM RR; /* used to convert to montgomery form, member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 522 } RR; member
|
/freebsd/crypto/libecc/src/curves/ |
H A D | prj_pt.c | 641 fp XX, ZZ, w, s, ss, sss, R, RR, B, h; in __prj_pt_dbl_monty_no_cf() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 912 Ref RefNode::getNextRef(RegisterRef RR, Predicate P, bool NextOnly, in getNextRef()
|