Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp164 unsigned AndSaveExecOpc; member in __anon222080f40111::SIWholeQuadMode
1217 unsigned Opcode = IsTerminator ? AndSaveExecTermOpc : AndSaveExecOpc; in toExact()
1606 AndSaveExecOpc = AMDGPU::S_AND_SAVEEXEC_B32; in runOnMachineFunction()
1615 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()