Home
last modified time | relevance | path

Searched refs:AppendVISASvmBlockStoreInst (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A DVISABuilderAPIDefinition.h648 …VISA_BUILDER_API virtual int AppendVISASvmBlockStoreInst(VISA_Oword_Num size, bool unaligned, VISA…
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVISAKernel.h402 …VISA_BUILDER_API int AppendVISASvmBlockStoreInst(VISA_Oword_Num size, bool unaligned, VISA_VectorO…
H A DBuildCISAIRImpl.cpp2530 VISA_CALL_TO_BOOL(AppendVISASvmBlockStoreInst, in CISA_create_svm_block_instruction()
H A DByteCodeReaderNG.cpp1518 … kernelBuilder->AppendVISASvmBlockStoreInst(VISA_Oword_Num(numOWords), unaligned, address, dst); in readInstructionSVM()
H A DVISAKernelImpl.cpp4200 int VISAKernelImpl::AppendVISASvmBlockStoreInst(VISA_Oword_Num size, bool unaligned, VISA_VectorOpn… in AppendVISASvmBlockStoreInst() function in VISAKernelImpl
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.cpp3059 V(vKernel->AppendVISASvmBlockStoreInst( in OWStoreA64()