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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp 852 MachineInstr *InsMI2 = nullptr;
865 InsMI2 = BuildMI(*MFI, &*MIB, MI.getDebugLoc(), get(TargetOpcode::COPY))
870 if (LV && isKill2 && InsMI2)
871 LV->replaceKillInstruction(Src2, MI, *InsMI2);
    [all...]

Completed in 134 milliseconds