Home
last modified time | relevance | path

Searched refs:extypesize (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DReduceExecSize.cpp148 int extypesize = 0; in fixInstOpndTypeAlign() local
149 G4_Type extype = inst->getOpExecType(extypesize); in fixInstOpndTypeAlign()
151 if (extypesize == numEltPerGRF<Type_UB>()/2 && inst->opcode() != G4_mov) in fixInstOpndTypeAlign()
154 extype = inst->getOpExecType(extypesize); in fixInstOpndTypeAlign()
161 extype = inst->getOpExecType(extypesize); in fixInstOpndTypeAlign()
164 if (extypesize < (int)numEltPerGRF<Type_UB>()/2) in fixInstOpndTypeAlign()
167 if (dst_elsize < (unsigned int)extypesize) in fixInstOpndTypeAlign()
198 extype = inst->getOpExecType(extypesize); in fixInstOpndTypeAlign()
200 if (dst_elsize < unsigned(extypesize)) { in fixInstOpndTypeAlign()
H A DHWConformity.h60 bool splitInstListForByteDst(INST_LIST_ITER it, G4_BB *bb, uint16_t extypesize);
109 void fixDstHstride(INST_LIST_ITER i, int extypesize);
H A DHWConformity.cpp1433 if (dstByteOffset % extypesize != 0 || in canReplaceMovSrcType()
1633 unsigned int extypesize = TypeSize(extype); in fixDstAlignment() local
1642 if (dst_elsize * h_stride < extypesize) in fixDstAlignment()
1714 if (byteDst && extypesize == 8) in fixDstAlignment()
1735 (dst_byte_offset % extypesize == 1)) in fixDstAlignment()
1742 (dst_elsize < extypesize && in fixDstAlignment()
2063 if (hs * dst_elsize < extypesize) in fixDstHstride()
5676 int extypesize; in conformBB() local
5707 dst_elsize < extypesize && in conformBB()
5713 fixDstHstride(i, extypesize); in conformBB()
[all …]
H A DG4_Verifier.cpp558 int extypesize; in verifyOpnd() local
567 extype = inst->getOpExecType(extypesize); in verifyOpnd()
638 int extypesize; in verifyOpnd() local
647 extype = inst->getOpExecType(extypesize); in verifyOpnd()
H A DG4_IR.cpp1579 G4_Type G4_INST::getOpExecType(int& extypesize) in getOpExecType() argument
1592 extypesize = numEltPerGRF<Type_UB>()/2; in getOpExecType()
1596 extypesize = numEltPerGRF<Type_UB>(); in getOpExecType()
1600 extypesize = TypeSize(extype); in getOpExecType()
6883 int extypesize; in computeLeftBoundForImplAcc() local
6884 extype = getOpExecType(extypesize); in computeLeftBoundForImplAcc()
7080 int extypesize; in computeRightBound() local
7081 extype = getOpExecType(extypesize); in computeRightBound()
H A DG4_IR.hpp935 G4_Type getOpExecType(int& extypesize);
H A DOptimizer.cpp4446 int extypesize = 0; in foldCmpToCondMod() local
4447 (void) inst->getOpExecType(extypesize); in foldCmpToCondMod()
4448 if (inst->getDst()->getTypeSize() == 1 && extypesize == 8) in foldCmpToCondMod()