Home
last modified time | relevance | path

Searched refs:OrSaveExecOpc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp37 unsigned OrSaveExecOpc; member in __anon6b0c42990111::SIOptimizeExecMaskingPreRA
318 if (SaveExecMI.getOpcode() != OrSaveExecOpc) in optimizeElseBranch()
385 OrSaveExecOpc = in runOnMachineFunction()
H A DSILowerControlFlow.cpp91 unsigned OrSaveExecOpc; member in __anonfaa441410111::SILowerControlFlow
319 BuildMI(MBB, Start, DL, TII->get(OrSaveExecOpc), SaveReg) in emitElse()
860 OrSaveExecOpc = AMDGPU::S_OR_SAVEEXEC_B32; in runOnMachineFunction()
870 OrSaveExecOpc = AMDGPU::S_OR_SAVEEXEC_B64; in runOnMachineFunction()
H A DSIWholeQuadMode.cpp166 unsigned OrSaveExecOpc; member in __anon487d63ae0111::SIWholeQuadMode
1550 OrSaveExecOpc = AMDGPU::S_OR_SAVEEXEC_B32; in runOnMachineFunction()
1558 OrSaveExecOpc = AMDGPU::S_OR_SAVEEXEC_B64; in runOnMachineFunction()