Home
last modified time | relevance | path

Searched refs:emitInstructionAnnot (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h51 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp835 virtual void emitInstructionAnnot(const Instruction *I, in emitInstructionAnnot() function in llvm::PredicateInfoAnnotatedWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp372 virtual void emitInstructionAnnot(const Instruction *I,
2004 void LazyValueInfoAnnotatedWriter::emitInstructionAnnot( in emitInstructionAnnot() function in LazyValueInfoAnnotatedWriter
DMemorySSA.cpp113 void emitInstructionAnnot(const Instruction *I, in emitInstructionAnnot() function in llvm::MemorySSAAnnotatedWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp3668 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()