Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp799 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc2); in ReduceTo2Addr() local
804 if (!NewMCID.isPredicable()) in ReduceTo2Addr()
808 SkipPred = !NewMCID.isPredicable(); in ReduceTo2Addr()
825 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceTo2Addr()
831 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, NewMCID); in ReduceTo2Addr()
833 if (NewMCID.hasOptionalDef()) in ReduceTo2Addr()
891 const MCInstrDesc &NewMCID = TII->get(Entry.NarrowOpc1); in ReduceToNarrow() local
896 if (!NewMCID.isPredicable()) in ReduceToNarrow()
900 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow()
916 if (Entry.PartFlag && NewMCID.hasOptionalDef() && HasCC && in ReduceToNarrow()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMulMulBugPass.cpp127 const MCInstrDesc &NewMCID = MipsII.get(Mips::NOP); in fixMulMulBB() local
128 BuildMI(MBB, NextMII, DebugLoc(), NewMCID); in fixMulMulBB()
H A DMicroMipsSizeReduction.cpp709 const MCInstrDesc &NewMCID = MipsII->get(Entry.NarrowOpc()); in ReplaceInstruction() local
711 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, NewMCID); in ReplaceInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3487 const MCInstrDesc &NewMCID = get(NewOpc); in foldImmediate() local
3489 !RI.getRegClass(NewMCID.operands()[0].RegClass)->contains(DstReg)) in foldImmediate()
3492 UseMI.setDesc(NewMCID); in foldImmediate()