Home
last modified time | relevance | path

Searched defs: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
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp467 static MCInst fillStackSpace(unsigned MovOpcode, unsigned OffsetBytes, in fillStackSpace()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp2219 unsigned MovOpcode = in X86FastEmitSSESelect() local