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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 150 /// HandlePhysRegKill - Add kills of Reg and its sub-registers to the
153 bool HandlePhysRegKill(unsigned Reg, MachineInstr *MI);
155 /// HandleRegMask - Call HandlePhysRegKill for all registers clobbered by Mask.
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h 164 /// HandlePhysRegKill - Add kills of Reg and its sub-registers to the
167 bool HandlePhysRegKill(unsigned Reg, MachineInstr *MI);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveVariables.h 149 /// HandlePhysRegKill - Add kills of Reg and its sub-registers to the
152 bool HandlePhysRegKill(unsigned Reg, MachineInstr *MI);
154 /// HandleRegMask - Call HandlePhysRegKill for all registers clobbered by Mask.
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 311 bool LiveVariables::HandlePhysRegKill(unsigned Reg, MachineInstr *MI) {
423 // Call HandlePhysRegKill() for all live registers clobbered by Mask.
439 HandlePhysRegKill(Super, nullptr);
472 HandlePhysRegKill(Reg, MI);
479 HandlePhysRegKill(SubReg, MI);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveVariables.cpp 311 bool LiveVariables::HandlePhysRegKill(unsigned Reg, MachineInstr *MI) {
423 // Call HandlePhysRegKill() for all live registers clobbered by Mask.
439 HandlePhysRegKill(Super, nullptr);
472 HandlePhysRegKill(Reg, MI);
479 HandlePhysRegKill(SubReg, MI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 310 bool LiveVariables::HandlePhysRegKill(unsigned Reg, MachineInstr *MI) {
451 HandlePhysRegKill(Reg, MI);
458 HandlePhysRegKill(SubReg, MI);

Completed in 811 milliseconds