Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1001 auto *TempSU = ChainSeed; in apply() local
1006 for (auto &Succ : TempSU->Succs) { in apply()
1008 TempSU = Succ.getSUnit(); in apply()
1017 Cache->push_back(TempSU); in apply()
1252 auto *TempSU = ChainSeed; in apply() local
1257 for (auto &Succ : TempSU->Succs) { in apply()
1259 TempSU = Succ.getSUnit(); in apply()
1268 Cache->push_back(TempSU); in apply()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp750 SUnit *TempSU = MIToSUnit.find(I)->second; in canPromoteToNewValueStore() local
751 MachineInstr &TempMI = *TempSU->getInstr(); in canPromoteToNewValueStore()
764 if (MO.isReg() && TempSU->getInstr()->modifiesRegister(MO.getReg(), HRI)) in canPromoteToNewValueStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1967 auto *TempSU = Temp.SU; in CalcNodeSethiUllmanNumber() local
1970 for (unsigned P = Temp.PredsProcessed; P < TempSU->Preds.size(); ++P) { in CalcNodeSethiUllmanNumber()
1971 auto &Pred = TempSU->Preds[P]; in CalcNodeSethiUllmanNumber()
1994 for (const SDep &Pred : TempSU->Preds) { in CalcNodeSethiUllmanNumber()
2009 SUNumbers[TempSU->NodeNum] = SethiUllmanNumber; in CalcNodeSethiUllmanNumber()