Home
last modified time | relevance | path

Searched refs:AssemblyAnnotationWriter (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h27 class AssemblyAnnotationWriter {
29 virtual ~AssemblyAnnotationWriter();
DFunction.h49 class AssemblyAnnotationWriter; variable
771 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
DModule.h775 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h175 llvm::AssemblyAnnotationWriter* annotater = nullptr);
203 class InterleaveAssemblyAnnotater : public llvm::AssemblyAnnotationWriter
DJitManager.cpp479 llvm::AssemblyAnnotationWriter* annotater) in DumpToFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h43 class AssemblyAnnotationWriter; variable
605 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp92 AssemblyAnnotationWriter::~AssemblyAnnotationWriter() = default;
2363 AssemblyAnnotationWriter *AnnotationWriter = nullptr;
2376 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2457 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter()
4222 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
4233 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMustExecute.cpp405 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
DLazyValueInfo.cpp357 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
DMemorySSA.cpp99 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp825 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {