Searched refs:AAW (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 397 LifetimeAnnotationWriter AAW(*this); in print() local 398 F.print(OS, &AAW); in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 1378 (instregex "EVMHES(M|S)(F|I)(A|AA|AAW|ANW)?$"), 1379 (instregex "EVMHEU(M|S)I(A|AA|AAW|ANW)?$"), 1381 (instregex "EVMHOS(M|S)(F|I)(A|AA|AAW|ANW)?$"), 1382 (instregex "EVMHOU(M|S)I(A|AA|ANW|AAW)?$"), 1386 (instregex "EVMWLU(M|S)I(A|AA|AAW|ANW)?$"),
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2710 AssemblyAnnotationWriter *AAW, bool IsForDebug, 2801 const Module *M, AssemblyAnnotationWriter *AAW, in AssemblyWriter() argument 2803 : Out(o), TheModule(M), Machine(Mac), TypePrinter(M), AnnotationWriter(AAW), in AssemblyWriter() 4851 void Function::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() argument 4856 AssemblyWriter W(OS, SlotTable, this->getParent(), AAW, in print() 4862 void BasicBlock::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() argument 4867 AssemblyWriter W(OS, SlotTable, this->getModule(), AAW, in print() 4873 void Module::print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW, in print() argument 4877 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug, in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 431 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
H A D | Function.h | 896 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
|
H A D | Module.h | 893 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
|