Searched refs:is_memory (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp704 bool is_memory = true; local
731 is_memory = false;
747 is_memory = true;
796 is_memory = true;
859 is_memory = true;
902 if (!is_memory)
918 if (is_memory)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp705 bool is_memory = true; local
732 is_memory = false;
748 is_memory = true;
797 is_memory = true;
860 is_memory = true;
903 if (!is_memory)
919 if (is_memory)
/freebsd-11.0-release/contrib/gcc/
H A Dgenpreds.c676 unsigned int is_memory : 1;
749 rtx exp, bool is_memory, bool is_address,
869 if (is_memory)
909 c->is_memory = is_memory;
926 have_memory_constraints |= c->is_memory;
1188 if (c->is_memory)
675 unsigned int is_memory : 1; member in struct:constraint_data
747 add_constraint(const char *name, const char *regclass, rtx exp, bool is_memory, bool is_address, int lineno) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp783 bool is_memory = true; local
816 is_memory = false;
836 is_memory = true;
885 is_memory = true;
954 is_memory = true;
1002 if (!is_memory)
1018 if (is_memory)
/freebsd-11.0-release/sys/arm/nvidia/
H A Dtegra_pcie.c1342 uint64_t fpci, uint32_t size, int is_memory)
1351 fpci_reg |= is_memory ? 0x1 : 0x0;
1341 tegra_pcib_set_bar(struct tegra_pcib_softc *sc, int bar, uint32_t axi, uint64_t fpci, uint32_t size, int is_memory) argument

Completed in 76 milliseconds