Home
last modified time | relevance | path

Searched refs:getExecType (Results 1 – 9 of 9) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DInstCombine.cpp313 builder.createImmWithLowerType(imm, useInst->getExecType()); in tryInstPropagate()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DReduceExecSize.cpp381 G4_Type instExecType = inst->getExecType(); in reduceExecSize()
1407 (inst->getDst()->getTypeSize() == 8 || TypeSize(inst->getExecType()) == 8); in evenlySplitInst()
1644 G4_Type execType = inst->getExecType(), dstType = dst->getType(); in insertMovAfter()
H A DInstSplit.cpp298 (inst->getDst()->getTypeSize() == 8 || TypeSize(inst->getExecType()) == 8); in splitInstruction()
H A DRematerialization.cpp907 if (cr0DefBB && IS_TYPE_FLOAT_ALL(uniqueDefInst->getExecType())) in canRematerialize()
H A DHWConformity.cpp109 G4_Type execType = inst->isRawMov() ? dst->getType() : inst->getExecType(); in insertMovAfter()
1377 !(inst->getExecType() == Type_HF && in fix3SrcInst()
3786 G4_Type execType = inst->getExecType(); in isGoodAlign1TernaryDst()
3851 G4_Type execType = inst->getExecType(); in isGoodAlign1TernarySrc()
4691 G4_Type mulOpExecType = inst->getExecType(); in convertMAD2MulAdd()
7001 TypeSize(inst->getExecType()) == 2) in markPackedByteReference()
7859 TypeSize(inst->getExecType()) > 2) in fixPackedHFConversions()
8207 G4_Type execTy = inst->getExecType(); in fixUnalignedRegions()
H A DG4_IR.cpp369 G4_Type G4_INST::getExecType() const in getExecType() function in G4_INST
2772 ((IS_FTYPE(defDstType) && IS_TYPE_INT(defInst->getExecType())) || in canHoistTo()
2773 (IS_FTYPE(defInst->getExecType()) && IS_TYPE_INT(defDstType))))) in canHoistTo()
3176 G4_Type execType = getExecType(); in detectComprInst()
H A DG4_IR.hpp637 G4_Type getExecType() const;
H A DGraphColor.cpp7271 pruneActiveSpillAddrLocs(dst, inst->getExecSize(), inst->getExecType()); in cleanupRedundantARFFillCode()
7294 pruneActiveSpillAddrLocs(dst, inst->getExecSize(), inst->getExecType()); in cleanupRedundantARFFillCode()
H A DOptimizer.cpp10478 if (IS_DTYPE(src2Def->getExecType())) in populateSrc2Def()