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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRegisterInfo.h 113 /// reg_nodbg_iterator/reg_nodbg_begin/reg_nodbg_end - Walk all defs and uses
116 reg_nodbg_iterator reg_nodbg_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
124 return reg_nodbg_begin(RegNo) == reg_nodbg_end();
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 291 /// reg_nodbg_iterator/reg_nodbg_begin/reg_nodbg_end - Walk all defs and uses
295 reg_nodbg_iterator reg_nodbg_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
304 return make_range(reg_nodbg_begin(Reg), reg_nodbg_end());
344 return reg_nodbg_begin(RegNo) == reg_nodbg_end();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 326 /// reg_nodbg_iterator/reg_nodbg_begin/reg_nodbg_end - Walk all defs and uses
330 reg_nodbg_iterator reg_nodbg_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
339 return make_range(reg_nodbg_begin(Reg), reg_nodbg_end());
379 return reg_nodbg_begin(RegNo) == reg_nodbg_end();
    [all...]

Completed in 472 milliseconds