Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ClauseMergePass.cpp196 if ((!TII->canBeConsideredALU(MI) && !isCFAlu(MI)) || in runOnMachineFunction()
DR600InstrInfo.h92 bool canBeConsideredALU(const MachineInstr &MI) const;
DR600InstrInfo.cpp159 bool R600InstrInfo::canBeConsideredALU(const MachineInstr &MI) const { in canBeConsideredALU() function in R600InstrInfo