Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp66 class GCNDPPCombine : public MachineFunctionPass { class
95 GCNDPPCombine() : MachineFunctionPass(ID) { in GCNDPPCombine() function in __anoned155b830111::GCNDPPCombine
114 INITIALIZE_PASS(GCNDPPCombine, DEBUG_TYPE, "GCN DPP Combine", false, false)
116 char GCNDPPCombine::ID = 0;
118 char &llvm::GCNDPPCombineID = GCNDPPCombine::ID;
121 return new GCNDPPCombine(); in createGCNDPPCombinePass()
124 int GCNDPPCombine::getDPPOp(unsigned Op) const { in getDPPOp()
137 MachineOperand *GCNDPPCombine::getOldOpndValue(MachineOperand &OldOpnd) const { in getOldOpndValue()
157 MachineInstr *GCNDPPCombine::createDPPInst(MachineInstr &OrigMI, in createDPPInst()
316 MachineInstr *GCNDPPCombine::createDPPInst(MachineInstr &OrigMI, in createDPPInst()
[all …]
DCMakeLists.txt124 GCNDPPCombine.cpp