Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp164 unsigned AndSaveExecOpc; member in __anonf56fbe7e0111::SIWholeQuadMode
1167 unsigned Opcode = IsTerminator ? AndSaveExecTermOpc : AndSaveExecOpc; in toExact()
1662 AndSaveExecOpc = AMDGPU::S_AND_SAVEEXEC_B32; in runOnMachineFunction()
1671 AndSaveExecOpc = AMDGPU::S_AND_SAVEEXEC_B64; in runOnMachineFunction()
H A DAMDGPURegisterBankInfo.cpp793 const unsigned AndSaveExecOpc = Subtarget.isWave32() ? in executeInWaterfallLoop() local
944 B.buildInstr(AndSaveExecOpc) in executeInWaterfallLoop()