Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A DVISABuilderAPIDefinition.h532 …VISA_BUILDER_API virtual int AppendVISACFCallInst(VISA_PredOpnd *pred, VISA_EMask_Ctrl emask, VISA…
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVISAKernel.h338 …VISA_BUILDER_API int AppendVISACFCallInst(VISA_PredOpnd *pred, VISA_EMask_Ctrl emask, VISA_Exec_Si…
H A DBuildCISAIRImpl.cpp2357 VISA_CALL_TO_BOOL(AppendVISACFCallInst, in CISA_create_branch_instruction()
H A DByteCodeReaderNG.cpp1188 …case ISA_CALL : kernelBuilder->AppendVISACFCallInst(pred, emask, esize, container.labelVarDecls[la… in readInstructionControlFlow()
H A DVISAKernelImpl.cpp3308 int VISAKernelImpl::AppendVISACFCallInst( in AppendVISACFCallInst() function in VISAKernelImpl
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXCisaBuilder.cpp5300 CISA_CALL(Kernel->AppendVISACFCallInst( in buildCall()
5309 CISA_CALL(Kernel->AppendVISACFCallInst( in buildCall()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.cpp393 V(vKernel->AppendVISACFCallInst(predOpnd, emask, execSize, visaLabel)); in SubroutineCall()