Home
last modified time | relevance | path

Searched defs:CFGStructTraits (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp209 struct CFGStructTraits { struct
2791 struct CFGStructTraits<AMDGPUCFGStructurizer> struct
2793 typedef int RegiT;
2795 static int getBreakNzeroOpcode(int oldOpcode) { in getBreakNzeroOpcode()
2804 static int getBreakZeroOpcode(int oldOpcode) { in getBreakZeroOpcode()
2813 static int getBranchNzeroOpcode(int oldOpcode) { in getBranchNzeroOpcode()
2824 static int getBranchZeroOpcode(int oldOpcode) { in getBranchZeroOpcode()
2835 static int getContinueNzeroOpcode(int oldOpcode) in getContinueNzeroOpcode()
2845 static int getContinueZeroOpcode(int oldOpcode) { in getContinueZeroOpcode()
2858 static MachineBasicBlock *getTrueBranch(MachineInstr *instr) { in getTrueBranch()
[all …]