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.cpp441 MachineInstr &MI = OpdMapper.getMI(); in applyDefaultMapping()
780 OS << "Mapping for " << getMI() << "\nwith " << getInstrMapping() << '\n'; in print()
800 getMI().getParent() && getMI().getMF() in print()
801 ? getMI().getMF()->getSubtarget().getRegisterInfo() in print()
810 OS << '(' << printReg(getMI().getOperand(Idx).getReg(), TRI) << ", ["; in print()
H A DPeepholeOptimizer.cpp318 MachineInstr *getMI() const { return MI; } in getMI() function in __anon776574090111::RecurrenceInstr
1645 LLVM_DEBUG(dbgs() << "\tInst: " << *(RI.getMI())); in optimizeRecurrence()
1649 TII->commuteInstruction(*(RI.getMI()), false, (*CP).first, in optimizeRecurrence()
1651 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.cpp715 MachineInstr &MI = OpdMapper.getMI(); in applyMappingImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1331 MachineInstr &MI = OpdMapper.getMI(); in applyMappingSBufferLoad()
1450 MachineInstr &MI = OpdMapper.getMI(); in applyMappingBFE()
1555 MachineInstr &MI = OpdMapper.getMI(); in applyMappingMAD_64_32()
1748 OpdMapper.getMI().getOperand(OpIdx).setReg(SrcReg[0]); in substituteSimpleCopyRegs()
2127 MachineInstr &MI = OpdMapper.getMI(); in applyMappingSMULU64()
2178 MachineInstr &MI = OpdMapper.getMI(); in applyMappingImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp407 MachineInstr &MI = OpdMapper.getMI(); in applyMappingImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp220 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() function
1293 return AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()