Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateMisc.cpp477 G4_Declare* secondDcl = getDeclare(second); in checkIfRegionsAreConsecutive() local
482 if (firstDcl == secondDcl) in checkIfRegionsAreConsecutive()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DGraphColor.cpp4537 secondDcl->getRegFile() == G4_INPUT && in handleSIMDIntf()
4538 secondDcl->getRegVar()->getPhyReg() != NULL) in handleSIMDIntf()
4550 auto pred = [firstDcl, secondDcl, &isFirstDcl](const auto& el) in handleSIMDIntf()
4553 if (el.second.VCA == secondDcl) in handleSIMDIntf()
4585 G4_Declare* otherDcl = isFirstDcl ? secondDcl : firstDcl; in handleSIMDIntf()
4598 secondDcl->getRegVar()->isRegAllocPartaker()) in handleSIMDIntf()
4609 " and " << secondDcl->getName() << std::endl); in handleSIMDIntf()
4618 (secondDclLR = gra.getLocalLR(secondDcl)) && in handleSIMDIntf()
4623 markIntfWithLRAAssignment(firstDcl, secondDcl, intf); in handleSIMDIntf()
4625 else if (secondDcl->getRegVar()->isRegAllocPartaker() && in handleSIMDIntf()
[all …]
H A DGraphColor.h320 void handleSIMDIntf(G4_Declare* firstDcl, G4_Declare* secondDcl, bool isCall);