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() : MachineFunctionPass(ID) {} in AArch64PostSelectOptimize() function in __anon068c9fe10111::AArch64PostSelectOptimize
55 void AArch64PostSelectOptimize::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
101 bool AArch64PostSelectOptimize::doPeepholeOpts(MachineBasicBlock &MBB) { in doPeepholeOpts()
112 bool AArch64PostSelectOptimize::foldSimpleCrossClassCopies(MachineInstr &MI) { in foldSimpleCrossClassCopies()
160 bool AArch64PostSelectOptimize::foldCopyDup(MachineInstr &MI) { in foldCopyDup()
222 bool AArch64PostSelectOptimize::optimizeNZCVDefs(MachineBasicBlock &MBB) { in optimizeNZCVDefs()
294 bool AArch64PostSelectOptimize::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
307 char AArch64PostSelectOptimize::ID = 0;
308 INITIALIZE_PASS_BEGIN(AArch64PostSelectOptimize, DEBUG_TYPE,
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1423 SRCS_MIN+= Target/AArch64/GISel/AArch64PostSelectOptimize.cpp