Home
last modified time | relevance | path

Searched refs:hasPackedFP32Ops (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp314 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()
H A DGCNSubtarget.h867 bool hasPackedFP32Ops() const { in hasPackedFP32Ops() function
H A DAMDGPU.td1622 def HasPackedFP32Ops : Predicate<"Subtarget->hasPackedFP32Ops()">,
H A DSIInstrInfo.cpp933 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()
H A DSIISelLowering.cpp670 if (Subtarget->hasPackedFP32Ops()) { in SITargetLowering()