Searched refs:out_fp_arch_attr (Results 1 – 1 of 1) sorted by relevance
791 ELFAttributeValue& out_fp_arch_attr = m_Attrs[Tag_FP_arch]; in postMerge() local793 assert(out_fp_arch_attr.isInitialized() && "FP arch has never set!"); in postMerge()805 if (out_fp_arch_attr.getIntValue() == 0) { in postMerge()808 out_fp_arch_attr.setIntValue(m_FPArch); in postMerge()817 if (static_cast<unsigned>(m_FPArch) > out_fp_arch_attr.getIntValue()) { in postMerge()818 out_fp_arch_attr.setIntValue(m_FPArch); in postMerge()821 if (out_fp_arch_attr.getIntValue() < num_fp_configs) { in postMerge()825 fp_configs[out_fp_arch_attr.getIntValue()]; in postMerge()836 out_fp_arch_attr.setIntValue(get_fp_arch_of_config(result_fp_config)); in postMerge()854 if (out_fp_arch_attr.isUninitialized() || in postMerge()[all …]