Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp591 unsigned MovOpcode = IsSGPR32 ? AMDGPU::S_MOV_B32 : AMDGPU::S_MOV_B64; optimizeVCMPSaveExecSequence() local
/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp489 static MCInst fillStackSpace(unsigned MovOpcode, unsigned OffsetBytes, in fillStackSpace() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2214 unsigned MovOpcode = X86FastEmitSSESelect() local