Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp37 unsigned OrSaveExecOpc; member in __anon61e76f800111::SIOptimizeExecMaskingPreRA
318 if (SaveExecMI.getOpcode() != OrSaveExecOpc) in optimizeElseBranch()
385 OrSaveExecOpc = in runOnMachineFunction()
H A DSILowerControlFlow.cpp91 unsigned OrSaveExecOpc; member in __anona5d077280111::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.cpp164 unsigned OrSaveExecOpc; member in __anon7d300af50111::SIWholeQuadMode
1593 OrSaveExecOpc = AMDGPU::S_OR_SAVEEXEC_B32; in runOnMachineFunction()
1601 OrSaveExecOpc = AMDGPU::S_OR_SAVEEXEC_B64; in runOnMachineFunction()