Home
last modified time | relevance | path

Searched refs:DebugStr (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp154 LLVM_DEBUG(dbgs() << "\tnew alignment: " << DebugStr(NewAlignment) << "\n"); in getNewAlignment()
180 LLVM_DEBUG(dbgs() << "\tnew start alignment: " << DebugStr(NewAlignment) in getNewAlignment()
182 LLVM_DEBUG(dbgs() << "\tnew inc alignment: " << DebugStr(NewIncAlignment) in getNewAlignment()
192 << DebugStr(NewIncAlign) << "\n"); in getNewAlignment()
196 LLVM_DEBUG(dbgs() << "\tnew start/inc alignment: " << DebugStr(NewAlign) in getNewAlignment()
201 LLVM_DEBUG(dbgs() << "\tnew start/inc alignment: " << DebugStr(NewAlign) in getNewAlignment()
287 LLVM_DEBUG(dbgs() << "\tmem inst: " << DebugStr(NewDestAlignment) in processAssumption()
300 LLVM_DEBUG(dbgs() << "\tmem trans: " << DebugStr(NewSrcAlignment) in processAssumption()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp44 LLVM_DEBUG(dbgs() << "Warning: requested alignment " << DebugStr(Alignment) in clampStackAlignment()
46 << DebugStr(StackAlignment) in clampStackAlignment()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h350 inline std::string DebugStr(const Align &A) { in DebugStr() function
354 inline std::string DebugStr(const MaybeAlign &MA) { in DebugStr() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp268 << DebugStr(MF.getFrameInfo().getObjectAlign(FrameIndex)) in eliminateFrameIndex()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1179 HANDLE_DWARF_SECTION(DebugStr, ".debug_str", "debug-str", BoolOption)
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10011 << DebugStr(RequiredAlignment) << " vs " in tryToElideArgumentCopy()
10012 << DebugStr(MFI.getObjectAlign(FixedIndex)) << ")\n"); in tryToElideArgumentCopy()