Home
last modified time | relevance | path

Searched refs:AppendVISATwoDstArithmeticInst (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.h220 …VISA_BUILDER_API virtual int AppendVISATwoDstArithmeticInst(ISA_Opcode opcode, VISA_PredOpnd *pred…
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.cpp1759 V(vKernel->AppendVISATwoDstArithmeticInst( in AddPair()
1819 V(vKernel->AppendVISATwoDstArithmeticInst( in AddPair()
1920 V(vKernel->AppendVISATwoDstArithmeticInst( in SubPair()
1975 V(vKernel->AppendVISATwoDstArithmeticInst( in SubPair()
2025 V(vKernel->AppendVISATwoDstArithmeticInst( in CarryBorrowArith()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVISAKernel.h303 …VISA_BUILDER_API int AppendVISATwoDstArithmeticInst(ISA_Opcode opcode, VISA_PredOpnd *pred, VISA_E…
H A DBuildCISAIRImpl.cpp2280 VISA_CALL_TO_BOOL(AppendVISATwoDstArithmeticInst, in CISA_create_arith_instruction2()
H A DByteCodeReaderNG.cpp694 … kernelBuilder->AppendVISATwoDstArithmeticInst(opcode, pred, emask, esize, dst, src0, src1, src2); in readInstructionCommonNG()
H A DVISAKernelImpl.cpp2791 int VISAKernelImpl::AppendVISATwoDstArithmeticInst( in AppendVISATwoDstArithmeticInst() function in VISAKernelImpl