/external/libgav1/libgav1/src/dsp/x86/ |
D | common_sse4.h | 38 inline void PrintReg(const __m128i r, const char* const name, int size) { 62 inline void PrintReg(const int r, const char* const name) { 70 #define PR(var, N) PrintReg(var, #var, N) 71 #define PD(var) PrintReg(var, #var);
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | common_neon.h | 86 inline void PrintReg(const int32x4x2_t val, const std::string& name) { 96 inline void PrintReg(const uint32x4_t val, const char* name) { 102 inline void PrintReg(const uint32x2_t val, const char* name) { 108 inline void PrintReg(const uint16x8_t val, const char* name) { 114 inline void PrintReg(const uint16x4_t val, const char* name) { 120 inline void PrintReg(const uint8x16_t val, const char* name) { 126 inline void PrintReg(const uint8x8_t val, const char* name) { 132 inline void PrintReg(const int32x4_t val, const char* name) { 138 inline void PrintReg(const int32x2_t val, const char* name) { 144 inline void PrintReg(const int16x8_t val, const char* name) { [all …]
|
/external/llvm/lib/CodeGen/ |
D | LiveRegMatrix.cpp | 98 DEBUG(dbgs() << "assigning " << PrintReg(VirtReg.reg, TRI) in assign() 99 << " to " << PrintReg(PhysReg, TRI) << ':'); in assign() 116 DEBUG(dbgs() << "unassigning " << PrintReg(VirtReg.reg, TRI) in unassign() 117 << " from " << PrintReg(PhysReg, TRI) << ':'); in unassign()
|
D | RegAllocFast.cpp | 289 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->VirtReg, TRI) in spillVirtReg() 290 << " in " << PrintReg(LR.PhysReg, TRI)); in spillVirtReg() 459 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n"); in calcSpillCost() 468 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding " in calcSpillCost() 469 << PrintReg(PhysReg, TRI) << " is reserved already.\n"); in calcSpillCost() 479 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n"); in calcSpillCost() 508 DEBUG(dbgs() << "Assigning " << PrintReg(LR.VirtReg, TRI) << " to " in assignVirtToPhysReg() 509 << PrintReg(PhysReg, TRI) << "\n"); in assignVirtToPhysReg() 563 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from " in allocVirtReg() 569 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n"); in allocVirtReg() [all …]
|
D | RegAllocGreedy.cpp | 635 DEBUG(dbgs() << "missed hint " << PrintReg(Hint, TRI) << '\n'); in tryAssign() 651 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is available at cost " << Cost in tryAssign() 682 << PrintReg(PrevReg, TRI) << " to " << PrintReg(PhysReg, TRI) in canReassign() 816 DEBUG(dbgs() << "evicting " << PrintReg(PhysReg, TRI) in evictInterference() 900 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " would clobber CSR " in tryEvict() 901 << PrintReg(RegClassInfo.getLastCalleeSavedAlias(PhysReg), TRI) in tryEvict() 1422 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << "\tno positive bundles\n"); in calculateRegionSplitCost() 1425 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << "\tstatic = "; in calculateRegionSplitCost() 1433 << PrintReg(GlobalCand[BestCand].PhysReg, TRI) << '\n'; in calculateRegionSplitCost() 1482 DEBUG(dbgs() << "Split for " << PrintReg(Cand.PhysReg, TRI) << " in " in doRegionSplit() [all …]
|
D | RegisterCoalescer.cpp | 539 DEBUG(dbgs() << "Extending: " << PrintReg(IntB.reg, TRI)); in adjustCopiesBackFrom() 1416 DEBUG(dbgs() << "\tConsidering merging " << PrintReg(CP.getSrcReg(), TRI) in joinCopy() 1417 << " with " << PrintReg(CP.getDstReg(), TRI, CP.getSrcIdx()) in joinCopy() 1439 dbgs() << PrintReg(CP.getDstReg()) << " in " in joinCopy() 1441 << PrintReg(CP.getSrcReg()) << " in " in joinCopy() 1444 dbgs() << PrintReg(CP.getSrcReg(), TRI) << " in " in joinCopy() 1445 << PrintReg(CP.getDstReg(), TRI, CP.getSrcIdx()) << '\n'; in joinCopy() 1531 dbgs() << "\tSuccess: " << PrintReg(CP.getSrcReg(), TRI, CP.getSrcIdx()) in joinCopy() 1532 << " -> " << PrintReg(CP.getDstReg(), TRI, CP.getDstIdx()) << '\n'; in joinCopy() 1535 dbgs() << PrintReg(CP.getDstReg(), TRI); in joinCopy() [all …]
|
D | MachineRegisterInfo.cpp | 159 errs() << PrintReg(Reg, getTargetRegisterInfo()) in verifyUseList() 168 errs() << PrintReg(Reg, getTargetRegisterInfo()) in verifyUseList() 174 errs() << PrintReg(Reg, getTargetRegisterInfo()) in verifyUseList() 180 errs() << PrintReg(Reg, getTargetRegisterInfo()) in verifyUseList()
|
D | RenameIndependentSubregs.cpp | 137 DEBUG(dbgs() << PrintReg(Reg) << ": Found " << Classes.getNumClasses() in INITIALIZE_PASS_DEPENDENCY() 139 DEBUG(dbgs() << PrintReg(Reg) << ": Splitting into newly created:"); in INITIALIZE_PASS_DEPENDENCY() 145 DEBUG(dbgs() << ' ' << PrintReg(NewVReg)); in INITIALIZE_PASS_DEPENDENCY()
|
D | AllocationOrder.cpp | 45 dbgs() << ' ' << PrintReg(Hints[I], TRI); in AllocationOrder()
|
D | VirtRegMap.cpp | 123 OS << '[' << PrintReg(Reg, TRI) << " -> " in print() 124 << PrintReg(Virt2PhysMap[Reg], TRI) << "] " in print() 132 OS << '[' << PrintReg(Reg, TRI) << " -> fi#" << Virt2StackSlotMap[Reg] in print()
|
D | TargetRegisterInfo.cpp | 45 Printable PrintReg(unsigned Reg, const TargetRegisterInfo *TRI, in PrintReg() function 397 dbgs() << PrintReg(Reg, TRI, SubRegIndex) << "\n"; in dumpReg()
|
D | RegAllocPBQP.cpp | 647 DEBUG(dbgs() << "VREG " << PrintReg(VReg, &TRI) << " -> SPILLED (Cost: " in spillVReg() 656 DEBUG(dbgs() << PrintReg(LI.reg, &TRI) << " "); in spillVReg() 686 DEBUG(dbgs() << "VREG " << PrintReg(VReg, &TRI) << " -> " in mapPBQPToRegAlloc() 836 OS << NId << " (" << RegClassName << ':' << PrintReg(VReg, TRI) << ')'; in PrintNodeInfo()
|
D | LivePhysRegs.cpp | 119 OS << " " << PrintReg(*I, TRI); in print()
|
D | LiveIntervalUnion.cpp | 89 << PrintReg(SI.value()->reg, TRI); in print()
|
D | RegisterClassInfo.cpp | 145 dbgs() << ' ' << PrintReg(RCI.Order[I], TRI); in compute()
|
D | LiveRangeCalc.cpp | 292 errs() << "Use of " << PrintReg(PhysReg) in findReachingDefs() 303 errs() << "The register " << PrintReg(PhysReg) in findReachingDefs()
|
D | PHIElimination.cpp | 260 DEBUG(dbgs() << "Reusing " << PrintReg(IncomingReg) << " for " << *MPhi); in LowerPHINode() 584 DEBUG(dbgs() << PrintReg(Reg) << " live-out before critical edge BB#" in SplitPHIEdges()
|
D | ScheduleDAG.cpp | 351 dbgs() << " Reg=" << PrintReg(I->getReg(), G->TRI); in dumpAll() 371 dbgs() << " Reg=" << PrintReg(I->getReg(), G->TRI); in dumpAll()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 250 DEBUG(dbgs() << "Moving acc chain from " << PrintReg(Ra, TRI) << " to " in addInterChainConstraint() 251 << PrintReg(Rd, TRI) << '\n';); in addInterChainConstraint() 256 DEBUG(dbgs() << "Creating new acc chain for " << PrintReg(Rd, TRI) in addInterChainConstraint() 343 DEBUG(dbgs() << "Killing chain " << PrintReg(r, TRI) << " at "; in apply()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 171 OS << ' ' << PrintReg(R, P.TRI); in operator <<() 402 OS << PrintReg(*I, P.TRI); in operator <<() 448 OS << '(' << PrintReg(SrcR, P.TRI) << ',' << PrintReg(InsR, P.TRI) in operator <<() 542 dbgs() << " " << PrintReg(I->first, HRI) << ":\n"; in dump_map() 760 dbgs() << LLVM_FUNCTION_NAME << ": " << PrintReg(VR, HRI) in findRecordInsertForms() 824 dbgs() << "Prefixes matching register " << PrintReg(VR, HRI) << "\n"; in findRecordInsertForms() 829 dbgs() << " (" << PrintReg(LL[i].first, HRI) << ",@" in findRecordInsertForms() 877 dbgs() << PrintReg(VR, HRI) << " = insert(" << PrintReg(SrcR, HRI) in findRecordInsertForms() 878 << ',' << PrintReg(InsR, HRI) << ",#" << L << ",#" in findRecordInsertForms() 1516 dbgs() << PrintReg(VR, HRI) << " -> " << Pos << "\n"; in runOnMachineFunction()
|
D | HexagonGenPredicate.cpp | 58 return OS << PrintReg(PR.Reg.R, &PR.TRI, PR.Reg.S); in operator <<() 206 << PrintReg(Reg.R, TRI, Reg.S) << "\n"); in processPredicateGPR() 210 DEBUG(dbgs() << "Dead reg: " << PrintReg(Reg.R, TRI, Reg.S) << '\n'); in processPredicateGPR()
|
D | BitTracker.cpp | 815 dbgs() << " input reg: " << PrintReg(RU.Reg, &ME.TRI, RU.Sub) in visitPHI() 822 dbgs() << "Output: " << PrintReg(DefRR.Reg, &ME.TRI, DefRR.Sub) in visitPHI() 847 dbgs() << " input reg: " << PrintReg(RU.Reg, &ME.TRI, RU.Sub) in visitNonBranch() 854 dbgs() << " " << PrintReg(I->first, &ME.TRI) << " cell: " in visitNonBranch() 977 dbgs() << "visiting uses of " << PrintReg(Reg, &ME.TRI) << "\n"; in visitUsesOf() 1124 dbgs() << PrintReg(I->first, &ME.TRI) << " -> " << I->second << "\n"; in run()
|
D | HexagonSplitDouble.cpp | 115 dbgs() << ' ' << PrintReg(I, &TRI); in dump_partition() 226 DEBUG(dbgs() << PrintReg(R, TRI) << " ~~"); in partitionRegisters() 249 DEBUG(dbgs() << ' ' << PrintReg(T, TRI)); in partitionRegisters() 1112 DEBUG(dbgs() << "Created mapping: " << PrintReg(DR, TRI) << " -> " in splitPartition() 1113 << PrintReg(HiR, TRI) << ':' << PrintReg(LoR, TRI) << '\n'); in splitPartition()
|
/external/webp/src/dsp/ |
D | common_sse2.h | 30 static WEBP_INLINE void PrintReg(const __m128i r, const char* const name,
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBankInfo.cpp | 653 OS << '(' << PrintReg(getMI().getOperand(Idx).getReg(), TRI) << ", ["; in print() 659 OS << PrintReg(VReg, TRI); in print()
|