reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
201 dbgs() << MRI.getType(MO.getReg()) << "\n";
lib/CodeGen/GlobalISel/LegalizerHelper.cpp671 LLVM_DEBUG(dbgs() << "Can't narrow sext to type " << NarrowTy << "\n"); 709 LLVM_DEBUG(dbgs() << "Can't narrow trunc to type " << NarrowTy << "\n");lib/CodeGen/GlobalISel/LegalizerInfo.cpp
87 OS << Type << ", "; 192 << Mutation.first << ", " << Mutation.second << "\n"); 466 << Action.first << ", " << Action.second << "\n");lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
480 LLVM_DEBUG(dbgs() << "\nChange type of new opd from " << NewTy << " to " 481 << OrigTy);lib/CodeGen/MachineOperand.cpp
802 OS << '(' << TypeToPrint << ')';
lib/CodeGen/MachineVerifier.cpp1550 errs() << "Def = " << DstTy << ", Src = " << SrcTy << "\n"; 1550 errs() << "Def = " << DstTy << ", Src = " << SrcTy << "\n";lib/Support/LowLevelType.cpp
38 OS << "<" << getNumElements() << " x " << getElementType() << ">";
lib/Target/AArch64/AArch64InstructionSelector.cpp1399 LLVM_DEBUG(dbgs() << "G_BRCOND has type: " << Ty 1502 LLVM_DEBUG(dbgs() << "Unable to materialize FP " << Ty 1503 << " constant, expected: " << s32 << " or " << s64 1503 << " constant, expected: " << s32 << " or " << s64 1509 LLVM_DEBUG(dbgs() << "Unable to materialize FP " << Ty 1522 LLVM_DEBUG(dbgs() << "Unable to materialize integer " << Ty 1523 << " constant, expected: " << s32 << ", " << s64 1523 << " constant, expected: " << s32 << ", " << s64 1524 << ", or " << p0 << '\n'); 1529 LLVM_DEBUG(dbgs() << "Unable to materialize integer " << Ty 1676 LLVM_DEBUG(dbgs() << "G_FRAME_INDEX pointer has type: " << Ty 1677 << ", expected: " << LLT::pointer(0, 64) << '\n'); 1725 LLVM_DEBUG(dbgs() << "Load/Store pointer has type: " << PtrTy 1726 << ", expected: " << LLT::pointer(0, 64) << '\n'); 1836 LLVM_DEBUG(dbgs() << "G_[SU]MULH has type: " << Ty 1837 << ", expected: " << LLT::scalar(64) << '\n'); 2159 LLVM_DEBUG(dbgs() << "G_SELECT cond has type: " << Ty 2160 << ", expected: " << LLT::scalar(1) << '\n'); 2195 LLVM_DEBUG(dbgs() << "G_ICMP result has type: " << Ty 2196 << ", expected: " << LLT::scalar(32) << '\n'); 2212 LLVM_DEBUG(dbgs() << "G_FCMP result has type: " << Ty 2213 << ", expected: " << LLT::scalar(32) << '\n');utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
57 OS << V.V;