Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSISchedule.td105 def PredIsVGPR32Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) <= 32}]>;
106 def PredIsVGPR64Copy : SchedPredicate<[{TII->isVGPRCopy(*MI) && TII->getOpSize(*MI, 0) > 32}]>;
DSIInstrInfo.h367 bool isVGPRCopy(const MachineInstr &MI) const { in isVGPRCopy() function