Searched refs:hasPackedFP32Ops (Results 1 – 5 of 5) sorted by relevance
314 return TypeSize::getFixed(ST->hasPackedFP32Ops() ? 64 : 32); in getRegisterBitWidth()329 : (ElemWidth == 32 && ST->hasPackedFP32Ops()) ? 2 in getMaximumVF()594 if (ST->hasPackedFP32Ops() && SLT == MVT::f32) in getArithmeticInstrCost()704 (ST->hasPackedFP32Ops() && SLT == MVT::f32)) in getIntrinsicInstrCost()
867 bool hasPackedFP32Ops() const { in hasPackedFP32Ops() function
1622 def HasPackedFP32Ops : Predicate<"Subtarget->hasPackedFP32Ops()">,
933 if (ST.hasPackedFP32Ops()) { in copyPhysReg()980 } else if (ST.hasPackedFP32Ops()) { in copyPhysReg()1866 if (ST.hasPackedFP32Ops() && Lo == Hi && isInlineConstant(Lo)) { in expandPostRAPseudo()1887 if (ST.hasPackedFP32Ops() && in expandPostRAPseudo()
670 if (Subtarget->hasPackedFP32Ops()) { in SITargetLowering()