Searched refs:emitInstructionAnnot (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 52 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 52 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/ |
D | AssemblyAnnotationWriter.h | 53 virtual void emitInstructionAnnot(const Instruction *I, in emitInstructionAnnot() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 368 virtual void emitInstructionAnnot(const Instruction *I, 1853 void LazyValueInfoAnnotatedWriter::emitInstructionAnnot( in emitInstructionAnnot() function in LazyValueInfoAnnotatedWriter
|
D | MemorySSA.cpp | 102 void emitInstructionAnnot(const Instruction *I, in emitInstructionAnnot() function in llvm::MemorySSAAnnotatedWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 807 virtual void emitInstructionAnnot(const Instruction *I, in emitInstructionAnnot() function in llvm::PredicateInfoAnnotatedWriter
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 83 virtual void emitInstructionAnnot(const Instruction *I, in emitInstructionAnnot() function in llvm::MemorySSAAnnotatedWriter
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 1645 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2822 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 3496 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()
|