Home
last modified time | relevance | path

Searched refs:is_memory (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgenpreds.c675 unsigned int is_memory : 1; member
748 rtx exp, bool is_memory, bool is_address, in add_constraint() argument
868 if (is_memory) in add_constraint()
908 c->is_memory = is_memory; in add_constraint()
925 have_memory_constraints |= c->is_memory; in add_constraint()
1187 if (c->is_memory) in write_insn_extra_memory_constraint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp666 bool is_memory = true; in GetReturnValueObjectImpl() local
692 is_memory = false; in GetReturnValueObjectImpl()
710 is_memory = true; in GetReturnValueObjectImpl()
748 is_memory = true; in GetReturnValueObjectImpl()
798 is_memory = true; in GetReturnValueObjectImpl()
834 if (!is_memory) { in GetReturnValueObjectImpl()
849 if (is_memory) { in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp637 bool is_memory = *bit_width > max_register_value_bit_width || in GetReturnValueObjectImpl() local
641 if (!is_memory && in GetReturnValueObjectImpl()
706 if (!is_memory) { in GetReturnValueObjectImpl()
723 if (is_memory) { in GetReturnValueObjectImpl()