Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp127 bool emitExtractSubreg(unsigned DstReg, unsigned SrcReg, MachineInstr &I,
1245 if (!emitExtractSubreg(DstReg, SrcReg, I, MRI, MF)) in selectExtract()
1280 bool X86InstructionSelector::emitExtractSubreg(unsigned DstReg, unsigned SrcReg, in emitExtractSubreg() function in X86InstructionSelector