Home
last modified time | relevance | path

Searched refs:IS_TYPE_FLOAT_ALL (Results 1 – 8 of 8) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_Opcode.h37 #define IS_TYPE_FLOAT_ALL(type) (type == Type_F ||type == Type_DF || type == Type_HF || type ==… macro
475 assert(IS_TYPE_FLOAT_ALL(floatTy)); in floatToSameWidthIntType()
H A DG4_IR.cpp123 else if (IS_TYPE_FLOAT_ALL(type)) in Operand_Type_Base_Rank()
166 if (IS_TYPE_FLOAT_ALL(type1) ^ IS_TYPE_FLOAT_ALL(type2)) in Is_Type_Included()
387 if (IS_TYPE_FLOAT_ALL(srcTy)) in getExecType()
415 else if (IS_TYPE_FLOAT_ALL(srcType)) in getExecType()
1613 bool dstIsFP = IS_TYPE_FLOAT_ALL(dstTy); in getMovType()
1614 bool srcIsFP = IS_TYPE_FLOAT_ALL(srcTy); in getMovType()
2048 bool useIsFP = IS_TYPE_FLOAT_ALL(useType); in getPropType()
2049 bool srcIsFP = IS_TYPE_FLOAT_ALL(srcType); in getPropType()
2700 !(IS_TYPE_FLOAT_ALL(dstType) && IS_TYPE_FLOAT_ALL(defDstType))); in canHoistTo()
8193 if (IS_TYPE_FLOAT_ALL(src->getType()) ^ IS_TYPE_FLOAT_ALL(getDst()->getType())) in canSrcBeAccBeforeHWConform()
[all …]
H A DBinaryEncodingCNL.cpp1138 MUST_BE_TRUE((IS_TYPE_FLOAT_ALL(src0->getType()) && in EncodeThreeSrcInstAlign1()
1139 IS_TYPE_FLOAT_ALL(src1->getType()) && in EncodeThreeSrcInstAlign1()
1140 IS_TYPE_FLOAT_ALL(src2->getType()) && in EncodeThreeSrcInstAlign1()
1141 IS_TYPE_FLOAT_ALL(dst->getType())) in EncodeThreeSrcInstAlign1()
1149 IS_TYPE_FLOAT_ALL(dst->getType()) ? in EncodeThreeSrcInstAlign1()
H A DRematerialization.cpp907 if (cr0DefBB && IS_TYPE_FLOAT_ALL(uniqueDefInst->getExecType())) in canRematerialize()
H A DHWConformity.cpp1074 if (IS_TYPE_FLOAT_ALL(ty)) in fixOpndType()
4259 bool mustDoMad = IS_TYPE_FLOAT_ALL(inst->getDst()->getType()); in generateAlign1Mad()
8110 bool goFloatPipe = IS_TYPE_FLOAT_ALL(dstTy) || TypeSize(dstTy) >= 8; in isFloatOr64b()
8119 bool nonScalarFloat = IS_TYPE_FLOAT_ALL(src->getType()) && in isFloatOr64b()
8424 if (IS_TYPE_FLOAT_ALL(dst->getType()) || dst->getTypeSize() == 8) in fixUnalignedRegions()
9543 IS_TYPE_FLOAT_ALL(dst->getType()) && in fixFloatARFDst()
9560 assert(IS_TYPE_FLOAT_ALL(floatTy)); in fixFloatARFDst()
H A DOptimizer.cpp3667 if (IS_TYPE_FLOAT_ALL(propType)) in localCopyPropagation()
4433 if (inst->opcode() == G4_mov && IS_TYPE_FLOAT_ALL(cmpInst->getSrc(0)->getType())) in foldCmpToCondMod()
7827 inst->getDst() && IS_TYPE_FLOAT_ALL(inst->getDst()->getType())) in HWWorkaround()
11647 else if (IS_TYPE_FLOAT_ALL(dstTy)) in changeMoveType()
13683 return IS_TYPE_FLOAT_ALL(dst->getType()); in fixReadSuppressioninFPU0()
13686 return IS_TYPE_FLOAT_ALL(src->getType()); in fixReadSuppressioninFPU0()
13698 return IS_TYPE_FLOAT_ALL(dstType) && dstType != Type_DF; in fixReadSuppressioninFPU0()
H A DSpillManagerGMRF.cpp3310 …if (tmpRangeSrcRegion->getType() == spillRangeDstRegion->getType() && IS_TYPE_FLOAT_ALL(tmpRangeSr… in insertSpillRangeCode()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateALU.cpp315 if (IS_TYPE_FLOAT_ALL(src0Type)) in translateVISACompareInst()