Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp146 switch (getAluKind(SU)) { in schedNode()
210 R600SchedStrategy::AluKind R600SchedStrategy::getAluKind(SUnit *SU) const { in getAluKind() function in R600SchedStrategy
329 AluKind AK = getAluKind(SU); in LoadAlu()
H A DR600MachineScheduler.h84 AluKind getAluKind(SUnit *SU) const;