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

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 263 MachineInstr *OtherMI = I;
265 if (OtherMI->isDebugValue())
270 for (unsigned i = 0, e = OtherMI->getNumOperands(); i != e; ++i) {
271 MachineOperand &MO = OtherMI->getOperand(i);
280 if (MO.isKill() || (LIS && isPlainlyKilled(OtherMI, MOReg, LIS))) {
281 if (OtherMI == KillMI && MOReg == SavedReg)
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PPMacroExpansion.cpp 500 M.forAllDefinitions([&](const MacroInfo *OtherMI) {
501 if (OtherMI != MI)
502 Diag(OtherMI->getDefinitionLoc(), diag::note_pp_ambiguous_macro_other)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 224 /// Copy all the implicit operands from OtherMI onto this one.
226 copyImplicitOps(const MachineInstr *OtherMI) const {
227 MI->copyImplicitOps(*MF, OtherMI);

Completed in 184 milliseconds