Searched refs:out_fp_arch_attr (Results 1 – 1 of 1) sorted by relevance
809 ELFAttributeValue &out_fp_arch_attr = m_Attrs[Tag_FP_arch]; in postMerge() local811 assert(out_fp_arch_attr.isInitialized() && "FP arch has never set!"); in postMerge()823 if (out_fp_arch_attr.getIntValue() == 0) { in postMerge()826 out_fp_arch_attr.setIntValue(m_FPArch); in postMerge()835 if (static_cast<unsigned>(m_FPArch) > out_fp_arch_attr.getIntValue()) { in postMerge()836 out_fp_arch_attr.setIntValue(m_FPArch); in postMerge()839 if (out_fp_arch_attr.getIntValue() < num_fp_configs) { in postMerge()843 fp_configs[ out_fp_arch_attr.getIntValue() ]; in postMerge()852 out_fp_arch_attr.setIntValue(get_fp_arch_of_config(result_fp_config)); in postMerge()870 if (out_fp_arch_attr.isUninitialized() || in postMerge()[all …]