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

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 182 static bool isPlainlyKilled(MachineInstr *MI, unsigned Reg, LiveIntervals *LIS);
280 if (MO.isKill() || (LIS && isPlainlyKilled(&OtherMI, MOReg, LIS))) {
400 static bool isPlainlyKilled(MachineInstr *MI, unsigned Reg,
453 if (!isPlainlyKilled(DefMI, Reg, LIS))
569 if (!isPlainlyKilled(MI, regC, LIS))
881 (LIS && isPlainlyKilled(MI, MOReg, LIS))))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 211 static bool isPlainlyKilled(MachineInstr *MI, unsigned Reg, LiveIntervals *LIS);
309 if (MO.isKill() || (LIS && isPlainlyKilled(&OtherMI, MOReg, LIS))) {
429 static bool isPlainlyKilled(MachineInstr *MI, unsigned Reg,
482 if (!isPlainlyKilled(DefMI, Reg, LIS))
608 if (!isPlainlyKilled(MI, regC, LIS))
    [all...]

Completed in 337 milliseconds