HomeSort by relevance Sort by last modified time
    Searched defs:ImplicitDefs (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/CodeGen/
MachineCSE.cpp 455 SmallVector<unsigned, 2> ImplicitDefs;
550 ImplicitDefs.push_back(OldReg);
611 for (auto ImplicitDef : ImplicitDefs)
618 for (auto ImplicitDef : ImplicitDefs)
646 ImplicitDefs.clear();
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 219 /// ImplicitDefs/ImplicitUses - These are lists of registers that are
221 std::vector<Record*> ImplicitDefs, ImplicitUses;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 144 const unsigned *ImplicitDefs; // Registers implicitly defined by this instr
234 return ImplicitDefs;
240 if (ImplicitDefs == 0) return 0;
242 for (; ImplicitDefs[i]; ++i) /*empty*/;
258 if (const unsigned *ImpDefs = ImplicitDefs)
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 214 /// ImplicitDefs/ImplicitUses - These are lists of registers that are
216 std::vector<Record*> ImplicitDefs, ImplicitUses;
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 148 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr
497 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
501 if (!ImplicitDefs)
504 for (; ImplicitDefs[i]; ++i) /*empty*/
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 173 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr
525 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
529 if (!ImplicitDefs)
532 for (; ImplicitDefs[i]; ++i) /*empty*/
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 173 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr
525 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
529 if (!ImplicitDefs)
532 for (; ImplicitDefs[i]; ++i) /*empty*/
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 173 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr
525 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
529 if (!ImplicitDefs)
532 for (; ImplicitDefs[i]; ++i) /*empty*/
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 173 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr
525 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
529 if (!ImplicitDefs)
532 for (; ImplicitDefs[i]; ++i) /*empty*/
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 173 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr
525 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
529 if (!ImplicitDefs)
532 for (; ImplicitDefs[i]; ++i) /*empty*/
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 173 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr
525 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
529 if (!ImplicitDefs)
532 for (; ImplicitDefs[i]; ++i) /*empty*/
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 173 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr
525 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
529 if (!ImplicitDefs)
532 for (; ImplicitDefs[i]; ++i) /*empty*/
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 173 const MCPhysReg *ImplicitDefs; // Registers implicitly defined by this instr
525 const MCPhysReg *getImplicitDefs() const { return ImplicitDefs; }
529 if (!ImplicitDefs)
532 for (; ImplicitDefs[i]; ++i) /*empty*/

Completed in 475 milliseconds