Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2015 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl() local
2016 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2027 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl() local
2028 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2048 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2049 WorkingMI.removeOperand(3); in commuteInstructionImpl()
2125 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2146 WorkingMI.removeOperand(3); in commuteInstructionImpl()
2266 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2317 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2242 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl() local
2243 WorkingMI.getOperand(3).setImm(CC); in commuteInstructionImpl()
2244 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI*/ false, in commuteInstructionImpl()
2293 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl() local
2294 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2295 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
2320 auto &WorkingMI = cloneIfNew(MI); in commuteInstructionImpl() local
2321 WorkingMI.setDesc(get(Opc)); in commuteInstructionImpl()
2322 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
/openbsd/gnu/llvm/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()