Searched refs:GCNDPPCombine (Results 1 – 1 of 1) sorted by relevance
54 class GCNDPPCombine : public MachineFunctionPass { class82 GCNDPPCombine() : MachineFunctionPass(ID) { in GCNDPPCombine() function in __anon1318784c0111::GCNDPPCombine107 INITIALIZE_PASS(GCNDPPCombine, DEBUG_TYPE, "GCN DPP Combine", false, false)109 char GCNDPPCombine::ID = 0;111 char &llvm::GCNDPPCombineID = GCNDPPCombine::ID;114 return new GCNDPPCombine(); in createGCNDPPCombinePass()117 bool GCNDPPCombine::isShrinkable(MachineInstr &MI) const { in isShrinkable()151 int GCNDPPCombine::getDPPOp(unsigned Op, bool IsShrinkable) const { in getDPPOp()172 MachineOperand *GCNDPPCombine::getOldOpndValue(MachineOperand &OldOpnd) const { in getOldOpndValue()205 MachineInstr *GCNDPPCombine::createDPPInst(MachineInstr &OrigMI, in createDPPInst()[all …]