Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DHWConformity.cpp1679 builder.isOpndAligned(dst, src0->getTypeSize())) in fixDstAlignment()
2737 !builder.isOpndAligned(dst, getGRFSize())) in fixMULHInst()
3813 if (!builder.isOpndAligned(dst, alignInBytes)) in isGoodAlign1TernaryDst()
4053 if (!builder.isOpndAligned(src, 32)) in isGoodAlign16Src()
4072 if (!builder.isOpndAligned(src, 16)) in isGoodAlign16Src()
4404 !builder.isOpndAligned(dst, alignMent)) in generateFPMad()
5450 if (builder.isOpndAligned(src0, getGRFSize())) in fixCalla()
7350 !builder.isOpndAligned(src0, 16))) in fixPlaneInst()
8622 if (!builder.isOpndAligned(inst->getSrc(0), 64)) in fixFcvt()
8667 if (!builder.isOpndAligned(inst->getDst(), 64)) in fixFcvt()
[all …]
H A DReduceExecSize.cpp85 bool dstAligned = builder.isOpndAligned(reg, 16); in fixDstAlignmentWithVectorImm()
452 dstOwordAligned = builder.isOpndAligned(dst, dstOffset, dstAlign); in reduceExecSize()
464 … bool alignTmpDst = builder.isOpndAligned(newDst, dstOffset, 16); in reduceExecSize()
602 dstOwordAligned = builder.isOpndAligned(dst, dstAlign); in reduceExecSize()
H A DBuildIRImpl.cpp148 bool IR_Builder::isOpndAligned( in isOpndAligned() function in IR_Builder
343 bool IR_Builder::isOpndAligned(G4_Operand* opnd, int alignByte) const in isOpndAligned() function in IR_Builder
346 return isOpndAligned(opnd, offset, alignByte); in isOpndAligned()
H A DBuildIR.h591 bool isOpndAligned(G4_Operand* opnd, int alignByte) const;
592 bool isOpndAligned(G4_Operand *opnd, unsigned short &offset, int align_byte) const;
H A DOptimizer.cpp3986 !builder.isOpndAligned(dstUse, 16) || in cselPeepHoleOpt()
3987 !builder.isOpndAligned(selSrc0, 16) || in cselPeepHoleOpt()
3988 !builder.isOpndAligned(selSrc1, 16)) in cselPeepHoleOpt()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateMath.cpp256 … bool noDstMove = exsize == 8 && !saturate && !predOpnd && isOpndAligned(dstOpnd, getGRFSize()) && in translateVISAArithmeticDoubleInst()
1142 … bool noDstMove = exsize == 8 && !saturate && !predOpnd && isOpndAligned(dstOpnd, getGRFSize()) && in translateVISAArithmeticDoubleSQRTInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DLVN.cpp268 if (!builder.isOpndAligned(lvnDst, numEltPerGRF<Type_UB>())) in canReplaceUses()