Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA_util.cpp44 { ALIGN_64WORD, "wordx64", 128 }
67 return ALIGN_64WORD; in getCISAAlign()
H A DCISA.y2887 value = ALIGN_64WORD; in ParseAlign()
2907 case 128: val = ALIGN_64WORD; break; in AlignBytesToVisaAlignment()
H A DCISA.l891 CISAlval.align = ALIGN_64WORD;
H A DIsaVerification.cpp420 case ALIGN_64WORD: in verifyVariableDecl()
H A DVISAKernelImpl.cpp211 case ALIGN_64WORD: //64bytes GRF aligned in setDeclAlignment()
1006 (varAlign == (getGRFSize() == 64 ? ALIGN_64WORD : ALIGN_32WORD)) || in CreateVISAGenVar()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h122 ALIGN_64WORD = 0x9, enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.cpp4809 case EALIGN_64WORD: align = ALIGN_64WORD; in GetVISAAlign()