Home
last modified time | relevance | path

Searched defs:reg_end (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h107 static reg_iterator reg_end() { return reg_iterator(0); } in reg_end() function
/external/u-boot/drivers/pinctrl/uniphier/
Dpinctrl-uniphier-core.c336 unsigned reg, reg_end, shift, mask; in uniphier_pinmux_set_one() local
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h250 static reg_iterator reg_end() { return reg_iterator(nullptr); } in reg_end() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h285 static reg_iterator reg_end() { return reg_iterator(nullptr); } in reg_end() function
/external/u-boot/tools/
Dfdtgrep.c235 struct fdt_region *reg = region, *reg_end = region + count; in display_fdt_by_regions() local