Home
last modified time | relevance | path

Searched refs:AArch64PostSelectOptimize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp32 class AArch64PostSelectOptimize : public MachineFunctionPass { class
36 AArch64PostSelectOptimize();
55 void AArch64PostSelectOptimize::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
62 AArch64PostSelectOptimize::AArch64PostSelectOptimize() in AArch64PostSelectOptimize() function in AArch64PostSelectOptimize
106 bool AArch64PostSelectOptimize::doPeepholeOpts(MachineBasicBlock &MBB) { in doPeepholeOpts()
117 bool AArch64PostSelectOptimize::foldSimpleCrossClassCopies(MachineInstr &MI) { in foldSimpleCrossClassCopies()
165 bool AArch64PostSelectOptimize::foldCopyDup(MachineInstr &MI) { in foldCopyDup()
227 bool AArch64PostSelectOptimize::optimizeNZCVDefs(MachineBasicBlock &MBB) { in optimizeNZCVDefs()
299 bool AArch64PostSelectOptimize::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
315 char AArch64PostSelectOptimize::ID = 0;
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1300 SRCS_MIN+= Target/AArch64/GISel/AArch64PostSelectOptimize.cpp