HomeSort by relevance Sort by last modified time
    Searched refs:HandlePhysRegKill (Results 1 - 18 of 18) 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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
  /prebuilts/clang/host/darwin-x86/clang-4393122/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.
  /prebuilts/clang/host/darwin-x86/clang-4479392/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.
  /prebuilts/clang/host/darwin-x86/clang-4579689/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.
  /prebuilts/clang/host/darwin-x86/clang-4630689/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.
  /prebuilts/clang/host/darwin-x86/clang-4639204/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.
  /prebuilts/clang/host/darwin-x86/clang-4691093/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.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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.
  /prebuilts/clang/host/linux-x86/clang-4393122/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.
  /prebuilts/clang/host/linux-x86/clang-4479392/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.
  /prebuilts/clang/host/linux-x86/clang-4579689/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.
  /prebuilts/clang/host/linux-x86/clang-4630689/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.
  /prebuilts/clang/host/linux-x86/clang-4639204/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.
  /prebuilts/clang/host/linux-x86/clang-4691093/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/lib/CodeGen/
LiveVariables.cpp 310 bool LiveVariables::HandlePhysRegKill(unsigned Reg, MachineInstr *MI) {
451 HandlePhysRegKill(Reg, MI);
458 HandlePhysRegKill(SubReg, MI);

Completed in 387 milliseconds