Home
last modified time | relevance | path

Searched refs:Opc32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalizeHelper.cpp309 unsigned Opc32 = Signed ? AMDGPU::S_BFE_I32 : AMDGPU::S_BFE_U32; in lowerS_BFE() local
311 unsigned Opc = Ty == S32 ? Opc32 : Opc64; in lowerS_BFE()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3675 auto SelectOpcode = [&](unsigned Opc64, unsigned Opc32, unsigned Opc16, in foldLoadStoreIntoMemOperand()
3681 return Opc32; in foldLoadStoreIntoMemOperand()