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.cpp1026 auto TempSU = ChainSeed; in apply() local
1031 for (auto &Succ : TempSU->Succs) { in apply()
1033 TempSU = Succ.getSUnit(); in apply()
1042 Cache->push_back(TempSU); in apply()
1279 auto TempSU = ChainSeed; in apply() local
1284 for (auto &Succ : TempSU->Succs) { in apply()
1286 TempSU = Succ.getSUnit(); in apply()
1295 Cache->push_back(TempSU); in apply()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp759 SUnit *TempSU = MIToSUnit.find(I)->second; in canPromoteToNewValueStore() local
760 MachineInstr &TempMI = *TempSU->getInstr(); in canPromoteToNewValueStore()
773 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()