Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp574 unsigned MovOpcode = IsSGPR32 ? AMDGPU::S_MOV_B32 : AMDGPU::S_MOV_B64; in optimizeVCMPSaveExecSequence() local
576 SaveExecInstr.getDebugLoc(), TII->get(MovOpcode), MoveDest) in optimizeVCMPSaveExecSequence()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp467 static MCInst fillStackSpace(unsigned MovOpcode, unsigned OffsetBytes, in fillStackSpace() argument
469 return MCInstBuilder(MovOpcode) in fillStackSpace()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp2219 unsigned MovOpcode = in X86FastEmitSSESelect() local
2221 unsigned MovReg = fastEmitInst_rrrr(MovOpcode, VR128X, RHSReg, CmpReg, in X86FastEmitSSESelect()