HomeSort by relevance Sort by last modified time
    Searched refs:OtherMI (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 260 MachineInstr *OtherMI = I;
262 if (OtherMI->isDebugValue())
267 for (unsigned i = 0, e = OtherMI->getNumOperands(); i != e; ++i) {
268 MachineOperand &MO = OtherMI->getOperand(i);
277 if (MO.isKill() || (LIS && isPlainlyKilled(OtherMI, MOReg, LIS))) {
278 if (OtherMI == KillMI && MOReg == SavedReg)
831 MachineInstr *OtherMI = I;
833 if (OtherMI->isDebugValue())
838 if (OtherMI->hasUnmodeledSideEffects() || OtherMI->isCall() |
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 218 /// Copy all the implicit operands from OtherMI onto this one.
219 const MachineInstrBuilder &copyImplicitOps(const MachineInstr *OtherMI) {
220 MI->copyImplicitOps(*MF, OtherMI);

Completed in 1402 milliseconds