Home
last modified time | relevance | path

Searched refs:vPayloadSection (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.hpp435 bool IsPayloadSectionAsPrimary() {return vKernel == vPayloadSection;} in IsPayloadSectionAsPrimary()
436 void SetPayloadSectionAsPrimary() {vKernelTmp = vKernel; vKernel = vPayloadSection;} in SetPayloadSectionAsPrimary()
645 VISAKernel* vPayloadSection; member in IGC::CEncoder
H A DCISABuilder.cpp3571 vPayloadSection = visaFunc; in BeginPayloadSection()
3582 V(vPayloadSection->AddKernelAttribute("OutputAsmPath", asmName.length(), asmName.c_str())); in BeginPayloadSection()
3585 V(vPayloadSection->CreateVISALabelVar(functionLabel, "payload", LABEL_SUBROUTINE)); in BeginPayloadSection()
3586 V(vPayloadSection->AppendVISACFLabelInst(functionLabel)); in BeginPayloadSection()
3587 vMainKernel = vPayloadSection; in BeginPayloadSection()