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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 208 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
212 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h 215 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
219 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr *MI) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveVariables.h 207 /// removeVirtualRegisterKilled - Remove the specified kill of the virtual
211 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr &MI) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PHIElimination.cpp 253 LV->removeVirtualRegisterKilled(IncomingReg, OldKill);
TwoAddressInstructionPass.cpp 841 if (LV->removeVirtualRegisterKilled(Kill, mi)) {
    [all...]
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 286 LV->removeVirtualRegisterKilled(IncomingReg, *OldKill);
TwoAddressInstructionPass.cpp     [all...]

Completed in 230 milliseconds