Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1984 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl() local
1985 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
1996 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl() local
1997 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2017 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2018 WorkingMI.removeOperand(3); in commuteInstructionImpl()
2094 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2115 WorkingMI.removeOperand(3); in commuteInstructionImpl()
2235 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2286 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1679 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl() local
1680 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
1681 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
1706 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl() local
1707 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
1708 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp296 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl() local
298 unsigned CCValid = WorkingMI.getOperand(3).getImm(); in commuteInstructionImpl()
299 unsigned CCMask = WorkingMI.getOperand(4).getImm(); in commuteInstructionImpl()
300 WorkingMI.getOperand(4).setImm(CCMask ^ CCValid); in commuteInstructionImpl()
301 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()