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 D | VISABuilderAPIDefinition.h | 532 …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 D | VISAKernel.h | 338 …VISA_BUILDER_API int AppendVISACFCallInst(VISA_PredOpnd *pred, VISA_EMask_Ctrl emask, VISA_Exec_Si…
|
H A D | BuildCISAIRImpl.cpp | 2357 VISA_CALL_TO_BOOL(AppendVISACFCallInst, in CISA_create_branch_instruction()
|
H A D | ByteCodeReaderNG.cpp | 1188 …case ISA_CALL : kernelBuilder->AppendVISACFCallInst(pred, emask, esize, container.labelVarDecls[la… in readInstructionControlFlow()
|
H A D | VISAKernelImpl.cpp | 3308 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 D | GenXCisaBuilder.cpp | 5300 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 D | CISABuilder.cpp | 393 V(vKernel->AppendVISACFCallInst(predOpnd, emask, execSize, visaLabel)); in SubroutineCall()
|