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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 235 /// addVirtualRegisterDead - Add information about the fact that the specified
238 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h 242 /// addVirtualRegisterDead - Add information about the fact that the specified
245 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr *MI,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveVariables.h 234 /// addVirtualRegisterDead - Add information about the fact that the specified
237 void addVirtualRegisterDead(unsigned IncomingReg, MachineInstr &MI,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp 843 LV->addVirtualRegisterDead(Kill, NewKill);
    [all...]
PHIElimination.cpp 271 LV->addVirtualRegisterDead(DestReg, PHICopy);
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 304 LV->addVirtualRegisterDead(DestReg, PHICopy);
TwoAddressInstructionPass.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 245 LV->addVirtualRegisterDead(Reg, NewMI);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 268 LV->addVirtualRegisterDead(Reg, *NewMI);
    [all...]

Completed in 776 milliseconds