Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp439 MachineInstr &MI = OpdMapper.getMI(); in applyDefaultMapping()
778 OS << "Mapping for " << getMI() << "\nwith " << getInstrMapping() << '\n'; in print()
798 getMI().getParent() && getMI().getMF() in print()
799 ? getMI().getMF()->getSubtarget().getRegisterInfo() in print()
808 OS << '(' << printReg(getMI().getOperand(Idx).getReg(), TRI) << ", ["; in print()
H A DPeepholeOptimizer.cpp597 MachineInstr *getMI() const { return MI; } in getMI() function in __anon776574090111::RecurrenceInstr
1633 LLVM_DEBUG(dbgs() << "\tInst: " << *(RI.getMI())); in optimizeRecurrence()
1637 TII->commuteInstruction(*(RI.getMI()), false, (*CP).first, in optimizeRecurrence()
1639 LLVM_DEBUG(dbgs() << "\t\tCommuted: " << *(RI.getMI())); in optimizeRecurrence()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h330 MachineInstr &getMI() const { return MI; } in getMI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp686 MachineInstr &MI = OpdMapper.getMI(); in applyMappingImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1359 MachineInstr &MI = OpdMapper.getMI(); in applyMappingSBufferLoad()
1478 MachineInstr &MI = OpdMapper.getMI(); in applyMappingBFE()
1583 MachineInstr &MI = OpdMapper.getMI(); in applyMappingMAD_64_32()
1776 OpdMapper.getMI().getOperand(OpIdx).setReg(SrcReg[0]); in substituteSimpleCopyRegs()
2155 MachineInstr &MI = OpdMapper.getMI(); in applyMappingSMULU64()
2206 MachineInstr &MI = OpdMapper.getMI(); in applyMappingImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp362 MachineInstr &MI = OpdMapper.getMI(); in applyMappingImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp226 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() function
1387 return AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()