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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
Core.cpp 1016 auto &OtherMI = OtherVSO.MaterializingInfos[OtherSymbol];
1018 if (OtherMI.IsFinalized)
1019 transferFinalizedNodeDependencies(MI, Name, OtherMI);
1021 OtherMI.Dependants[this].insert(Name);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp 243 MachineInstr *OtherMI = I;
245 if (OtherMI->isDebugValue())
250 for (unsigned i = 0, e = OtherMI->getNumOperands(); i != e; ++i) {
251 MachineOperand &MO = OtherMI->getOperand(i);
261 if (OtherMI == KillMI && MOReg == SavedReg)
    [all...]
RegisterCoalescer.cpp     [all...]

Completed in 361 milliseconds