HomeSort by: relevance | last modified time | path
    Searched defs:MOs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
VarLocBasedImpl.cpp 541 SmallVector<MachineOperand, 8> MOs;
554 MOs.push_back(MachineOperand::CreateReg(
558 MOs.back().setIsDebug();
578 MOs.push_back(MachineOperand::CreateReg(Base, false));
579 MOs.back().setIsDebug();
583 MOs.push_back(Orig);
590 return BuildMI(MF, DbgLoc, IID, Indirect, MOs, Var, DIExpr);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp 838 // all MOs are undef, so that DbgVariableValue can correctly adjust the
1568 // Undef values don't exist in locations so create new "noreg" register MOs
1570 SmallVector<MachineOperand, 8> MOs;
1572 MOs.assign(DbgValue.loc_nos().size(),
1580 MOs.push_back(locations[LocNo]);
1612 assert((!LocSpills[I] || MOs[I].isFI()) &&
1619 BuildMI(*MBB, I, getDebugLoc(), TII.get(DbgValueOpcode), IsIndirect, MOs,
1624 I = findNextInsertLocation(MBB, I, StopIdx, MOs, LIS, TRI);

Completed in 21 milliseconds