Home
last modified time | relevance | path

Searched refs:RMI (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DProcessImplicitDefs.cpp239 MachineInstr *RMI = &*UI; in runOnMachineFunction() local
240 if (ModInsts.insert(RMI)) in runOnMachineFunction()
241 RUses.push_back(RMI); in runOnMachineFunction()
245 MachineInstr *RMI = RUses[i]; in runOnMachineFunction() local
248 if (isUndefCopy(RMI, Reg, ImpDefRegs)) { in runOnMachineFunction()
249 RMI->setDesc(TII->get(TargetOpcode::IMPLICIT_DEF)); in runOnMachineFunction()
253 for (unsigned j = 0, ee = RMI->getNumOperands(); j != ee; ++j) { in runOnMachineFunction()
254 MachineOperand &RRMO = RMI->getOperand(j); in runOnMachineFunction()
264 RMI->RemoveOperand(OpIdx-j); in runOnMachineFunction()
270 vi.removeKill(RMI); in runOnMachineFunction()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTX.h127 RMI, enumerator
/external/llvm/lib/Target/NVPTX/InstPrinter/
DNVPTXInstPrinter.cpp118 case NVPTX::PTXCvtMode::RMI: in printCvtMode()
/external/proguard/src/proguard/gui/
Dboilerplate.pro68 # Also keep - RMI interfaces. Keep all interfaces that extend the
74 # Also keep - RMI implementations. Keep all implementations of java.rmi.Remote,