Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateMisc.cpp517 createIntrinsicInst(nullptr, Intrinsic::PseudoUse, g4::SIMD1, nullptr, varSrcRgn, in translateVISALifetimeInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp1548PseudoUse, // ToDo: can we merge Use and PseudoUse? former is from input while latter is internal… enumerator
1594 …{Intrinsic::PseudoUse, "pseudo_use", 0, 1, Phase::RA, { 0, 0, 0, fal…
4070 return isIntrinsic() && asIntrinsicInst()->getIntrinsicId() == Intrinsic::PseudoUse; in isLifeTimeEnd()