Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp165 unsigned AndSaveExecOpc; member in __anon487d63ae0111::SIWholeQuadMode
1170 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AndSaveExecOpc), SaveWQM) in toExact()
1549 AndSaveExecOpc = AMDGPU::S_AND_SAVEEXEC_B32; in runOnMachineFunction()
1557 AndSaveExecOpc = AMDGPU::S_AND_SAVEEXEC_B64; in runOnMachineFunction()
H A DAMDGPURegisterBankInfo.cpp776 const unsigned AndSaveExecOpc = Subtarget.isWave32() ? in executeInWaterfallLoop() local
930 B.buildInstr(AndSaveExecOpc) in executeInWaterfallLoop()