Home
last modified time | relevance | path

Searched refs:GetNonVectorImmType (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DReduceExecSize.cpp1490 …inst->setSrc(insertMovBefore(iter, i, G4_Operand::GetNonVectorImmType(srcs[i]->getType()), bb), i); in checkSrcDstOverlap()
1525 G4_Type tmpType = G4_Operand::GetNonVectorImmType(src->getType()); in moveSrcToGRF()
H A DHWConformity.cpp660 …inst->setSrc(insertMovBefore(it, 0, src0->isImm() ? G4_Operand::GetNonVectorImmType(src0_type) : s… in fixMathInst()
681 …inst->setSrc(insertMovBefore(it, 1, src1->isImm() ? G4_Operand::GetNonVectorImmType(src1_type) : s… in fixMathInst()
836 G4_Type tmpType = G4_Operand::GetNonVectorImmType(src0->getType()); in fixImmAndARFSrc()
912 inst->setSrc(insertMovBefore(it, 1, G4_Operand::GetNonVectorImmType(type), bb), 1); in fixImmAndARFSrc()
925 G4_Operand::GetNonVectorImmType(src0->getType()); in fixImmAndARFSrc()
H A DG4_IR.hpp2511 static G4_Type GetNonVectorImmType(G4_Type type) in GetNonVectorImmType() function in vISA::G4_Operand
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateMath.cpp58 …re *tmpSrc = builder.createTempVarWithNoSpill(newSize, G4_Operand::GetNonVectorImmType(src->getTyp… in operandToDirectSrcRegRegion()
96 G4_Type mathType = G4_Operand::GetNonVectorImmType(src0Opnd->getType()); in expandPow()