Home
last modified time | relevance | path

Searched defs:getMI (Results 1 – 3 of 3) sorted by relevance

/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/CodeGen/
H A DPeepholeOptimizer.cpp275 MachineInstr *getMI() const { return MI; } in getMI() function in __anonbcd030b40111::RecurrenceInstr
/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