Home
last modified time | relevance | path

Searched refs:AssertingSV (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXLiveness.h236 class AssertingSV; variable
254 SimpleValue(const AssertingSV &);
282 class AssertingSV {
286 AssertingSV(SimpleValue SV) : V(SV.getValue()), Index(SV.getIndex()) {} in AssertingSV() function
356 typedef SmallVector<AssertingSV, 2> Values_t;
H A DGenXVisaRegAlloc.cpp571 [](AssertingSV SV) { return isa<Argument>(SV.getValue()); })) in extraCoalescing()
H A DGenXLiveness.cpp52 SimpleValue::SimpleValue(const AssertingSV &ASV) in SimpleValue()