Lines Matching refs:has16BitInsts
360 if (Subtarget->has16BitInsts()) in AMDGPUTargetLowering()
761 (ScalarVT == MVT::f16 && Subtarget->has16BitInsts())); in isFPImmLegal()
907 (Subtarget->has16BitInsts() && VT == MVT::f16); in isFAbsFree()
950 if (DestSize== 16 && Subtarget->has16BitInsts()) in isTruncateFree()
960 if (SrcSize == 16 && Subtarget->has16BitInsts()) in isZExtFree()
2622 assert(!Subtarget->has16BitInsts()); in LowerFLOG2()
2663 if (VT == MVT::f16 && !Subtarget->has16BitInsts()) { in LowerFLOGCommon()
2669 if (VT == MVT::f16 && !Subtarget->has16BitInsts()) { in LowerFLOGCommon()
2802 assert(!Subtarget->has16BitInsts()); in lowerFEXP2()
3327 if (Subtarget->has16BitInsts() && DestVT == MVT::f16) { in LowerUINT_TO_FP()
3375 if (Subtarget->has16BitInsts() && DestVT == MVT::f16) { in LowerSINT_TO_FP()
4263 if (Subtarget->has16BitInsts() && VT.getScalarType().bitsLE(MVT::i16)) in performMulCombine()
4411 if (LegalVT != MVT::i32 && (Subtarget->has16BitInsts() && in getFFBX_U32()
4963 assert(!Subtarget->has16BitInsts() && "should only see if f16 is illegal"); in performFAbsCombine()