Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp33 class SIPreEmitPeephole : public MachineFunctionPass { class
51 SIPreEmitPeephole() : MachineFunctionPass(ID) { in SIPreEmitPeephole() function in __anona59f01570111::SIPreEmitPeephole
60 INITIALIZE_PASS(SIPreEmitPeephole, DEBUG_TYPE,
63 char SIPreEmitPeephole::ID = 0;
65 char &llvm::SIPreEmitPeepholeID = SIPreEmitPeephole::ID;
67 bool SIPreEmitPeephole::optimizeVccBranch(MachineInstr &MI) const { in optimizeVccBranch()
244 bool SIPreEmitPeephole::optimizeSetGPR(MachineInstr &First, in optimizeSetGPR()
295 bool SIPreEmitPeephole::getBlockDestinations( in getBlockDestinations()
307 bool SIPreEmitPeephole::mustRetainExeczBranch( in mustRetainExeczBranch()
344 bool SIPreEmitPeephole::removeExeczBranch(MachineInstr &MI, in removeExeczBranch()
[all …]