Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600MachineScheduler.cpp66 bool AllowSwitchFromAlu = (CurEmitted >= InstKindLimit[CurInstKind]) && in pickNode() local
78 AllowSwitchFromAlu = true; in pickNode()
94 AllowSwitchFromAlu = true; in pickNode()
99 (!AllowSwitchFromAlu && CurInstKind == IDAlu))) { in pickNode()