Home
last modified time | relevance | path

Searched refs:AppendVISABfnInst (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.h235 …VISA_BUILDER_API virtual int AppendVISABfnInst(uint8_t booleanFuncCtrl, VISA_PredOpnd *pred, bool …
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVISAKernel.h558 VISA_BUILDER_API int AppendVISABfnInst(
H A DBuildCISAIRImpl.cpp4087 VISA_CALL_TO_BOOL(AppendVISABfnInst, in CISA_create_bfn_instruction()
H A DByteCodeReaderNG.cpp703 …kernelBuilder->AppendVISABfnInst(bfn_func_ctrl, pred, saturate, emask, esize, dst, src0, src1, src… in readInstructionCommonNG()
H A DVISAKernelImpl.cpp7494 int VISAKernelImpl::AppendVISABfnInst( in AppendVISABfnInst() function in VISAKernelImpl
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.cpp1689 V(vKernel->AppendVISABfnInst( in Bfn()