Home
last modified time | relevance | path

Searched refs:AppendVISACFIndirectFuncCallInst (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.h550 VISA_BUILDER_API virtual int AppendVISACFIndirectFuncCallInst(VISA_PredOpnd *pred,
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVISAKernel.h345 VISA_BUILDER_API int AppendVISACFIndirectFuncCallInst(VISA_PredOpnd *pred,
H A DBuildCISAIRImpl.cpp3580 VISA_CALL_TO_BOOL(AppendVISACFIndirectFuncCallInst, in CISA_create_ifcall_instruction()
H A DByteCodeReaderNG.cpp1209 … kernelBuilder->AppendVISACFIndirectFuncCallInst(pred, emask, esize, funcAddr, argSize, retSize); in readInstructionControlFlow()
H A DVISAKernelImpl.cpp3462 int VISAKernelImpl::AppendVISACFIndirectFuncCallInst( in AppendVISACFIndirectFuncCallInst() function in VISAKernelImpl
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXCisaBuilder.cpp6198 CISA_CALL(Kernel->AppendVISACFIndirectFuncCallInst( in buildStackCallLight()
6344 CISA_CALL(Kernel->AppendVISACFIndirectFuncCallInst( in buildStackCall()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.cpp415 …V(vKernel->AppendVISACFIndirectFuncCallInst(predOpnd, emask, execSize, funcAddrOpnd, argSize, retS… in IndirectStackCall()