Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp125 bool emitExtractSubreg(unsigned DstReg, unsigned SrcReg, MachineInstr &I,
1115 if (!emitExtractSubreg(DstReg, SrcReg, I, MRI, MF)) in selectExtract()
1150 bool X86InstructionSelector::emitExtractSubreg(unsigned DstReg, unsigned SrcReg, in emitExtractSubreg() function in X86InstructionSelector