Searched refs:NewCW16 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 36608 Register NewCW16 = in EmitInstrWithCustomInserter() local 36610 BuildMI(*BB, MI, MIMD, TII->get(TargetOpcode::COPY), NewCW16) in EmitInstrWithCustomInserter() 36618 .addReg(NewCW16, RegState::Kill); in EmitInstrWithCustomInserter() 36676 Register NewCW16 = in EmitInstrWithCustomInserter() local 36678 BuildMI(*BB, MI, MIMD, TII->get(TargetOpcode::COPY), NewCW16) in EmitInstrWithCustomInserter() 36686 .addReg(NewCW16, RegState::Kill); in EmitInstrWithCustomInserter()
|