Home
last modified time | relevance | path

Searched defs:isVGPRCopy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h367 bool isVGPRCopy(const MachineInstr &MI) const { in isVGPRCopy() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h592 bool isVGPRCopy(const MachineInstr &MI) const { in isVGPRCopy() function
DSIInstrInfo.cpp1992 bool isVGPRCopy = RI.isVGPR(*MRI, UseMI.getOperand(0).getReg()); in FoldImmediate() local