Searched refs:owordSize (Results 1 – 3 of 3) sorted by relevance
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/ |
H A D | GraphColor.cpp | 7392 switch (owordSize) { in sendBlockSizeCode() 7520 if (owordSize == 8 || owordSize == 4 || owordSize == 2) in saveRegs() 7544 else if (owordSize > 8) in saveRegs() 7552 else if (owordSize > 4) in saveRegs() 7560 else if (owordSize > 2) in saveRegs() 7591 owordSize = std::max(owordSize, GlobalRA::GRFSizeToOwords(1)); in saveActiveRegs() 7618 if (owordSize == 8 || owordSize == 4 || owordSize == 2) in restoreRegs() 7645 else if (owordSize > 8) in restoreRegs() 7653 else if (owordSize > 4) in restoreRegs() 7661 else if (owordSize > 2) in restoreRegs() [all …]
|
H A D | GraphColor.h | 796 static unsigned sendBlockSizeCode(unsigned owordSize); 1226 G4_Imm* createMsgDesc(unsigned owordSize, bool writeType, bool isSplitSend); 1228 …void saveRegs(unsigned startReg, unsigned owordSize, G4_Declare* scratchRegDcl, G4_Declare* frameP… 1236 …void restoreRegs(unsigned startReg, unsigned owordSize, G4_Declare* scratchRegDcl, G4_Declare* fra…
|
H A D | SpillManagerGMRF.cpp | 5329 auto createOwordSpill = [&](unsigned int owordSize, G4_SrcRegRegion* payloadToUse) in expandSpillStackcall() 5331 G4_ExecSize execSize = (owordSize > 2) ? g4::SIMD16 : g4::SIMD8; in expandSpillStackcall() 5335 unsigned messageLength = owordToGRFSize(owordSize); in expandSpillStackcall() 5336 G4_Imm* descImm = createMsgDesc(owordSize, true, true); in expandSpillStackcall() 5564 auto createOwordFill = [&](unsigned int owordSize, G4_DstRegRegion* fillVar) in expandFillStackcall() 5566 G4_ExecSize execSize = (owordSize > 2) ? g4::SIMD16 : g4::SIMD8; in expandFillStackcall() 5569 G4_Imm* desc = createMsgDesc(owordSize, false, false); in expandFillStackcall()
|