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/ |
D | AssemblyAnnotationWriter.h | 27 class AssemblyAnnotationWriter { 29 virtual ~AssemblyAnnotationWriter();
|
D | Function.h | 49 class AssemblyAnnotationWriter; variable 771 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
D | Module.h | 775 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.h | 175 llvm::AssemblyAnnotationWriter* annotater = nullptr); 203 class InterleaveAssemblyAnnotater : public llvm::AssemblyAnnotationWriter
|
D | JitManager.cpp | 479 llvm::AssemblyAnnotationWriter* annotater) in DumpToFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 43 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/ |
D | AsmWriter.cpp | 92 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/ |
D | MustExecute.cpp | 405 class MustExecuteAnnotatedWriter : public AssemblyAnnotationWriter {
|
D | LazyValueInfo.cpp | 357 class LazyValueInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|
D | MemorySSA.cpp | 99 class MemorySSAAnnotatedWriter : public AssemblyAnnotationWriter {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 825 class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {
|