Searched refs:F64IsLegal (Results 1 – 2 of 2) sorted by relevance
13734 bool F64IsLegal = !UseSoftFloat && !NoImplicitFloatOps in PerformSTORECombine() local13737 (VT == MVT::i64 && F64IsLegal && !Subtarget->is64Bit())) && in PerformSTORECombine()13776 if (Subtarget->is64Bit() || F64IsLegal) { in PerformSTORECombine()
36247 bool F64IsLegal = in combineStore() local36250 (VT == MVT::i64 && F64IsLegal && !Subtarget.is64Bit())) && in combineStore()36271 if (Subtarget.is64Bit() || F64IsLegal) { in combineStore()36316 if (VT == MVT::i64 && F64IsLegal && !Subtarget.is64Bit() && in combineStore()