Home
last modified time | relevance | path

Searched refs:AAW (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp397 LifetimeAnnotationWriter AAW(*this); in print() local
398 F.print(OS, &AAW); in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td1378 (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 DAsmWriter.cpp2710 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 DBasicBlock.h431 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
H A DFunction.h896 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr,
H A DModule.h893 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,