Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp439 MachineInstr &MI = OpdMapper.getMI(); in applyDefaultMapping()
765 OS << "Mapping for " << getMI() << "\nwith " << getInstrMapping() << '\n'; in print()
785 getMI().getParent() && getMI().getMF() in print()
786 ? getMI().getMF()->getSubtarget().getRegisterInfo() in print()
795 OS << '(' << printReg(getMI().getOperand(Idx).getReg(), TRI) << ", ["; in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp275 MachineInstr *getMI() const { return MI; } in getMI() function in __anonbcd030b40111::RecurrenceInstr
1578 LLVM_DEBUG(dbgs() << "\tInst: " << *(RI.getMI())); in optimizeRecurrence()
1582 TII->commuteInstruction(*(RI.getMI()), false, (*CP).first, in optimizeRecurrence()
1584 LLVM_DEBUG(dbgs() << "\t\tCommuted: " << *(RI.getMI())); in optimizeRecurrence()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h329 MachineInstr &getMI() const { return MI; } in getMI() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp729 MachineInstr &MI = OpdMapper.getMI(); in applyMappingImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp385 switch (OpdMapper.getMI().getOpcode()) { in applyMappingImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1417 MachineInstr &MI = OpdMapper.getMI(); in applyMappingSBufferLoad()
1536 MachineInstr &MI = OpdMapper.getMI(); in applyMappingBFEIntrinsic()
1637 OpdMapper.getMI().getOperand(OpIdx).setReg(SrcReg[0]); in substituteSimpleCopyRegs()
2070 MachineInstr &MI = OpdMapper.getMI(); in applyMappingImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp203 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() function
1070 Res = AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()