Home
last modified time | relevance | path

Searched refs:GetFuncLabel (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.hpp452 VISA_LabelOpnd* GetFuncLabel(llvm::Function* F);
H A DCISABuilder.cpp382 VISA_LabelOpnd* visaLabel = GetFuncLabel(F); in SubroutineCall()
2921 VISA_LabelOpnd* CEncoder::GetFuncLabel(llvm::Function* F) in GetFuncLabel() function in IGC::CEncoder
3552 V(vKernel->AppendVISACFLabelInst(GetFuncLabel(F))); in BeginSubroutine()