HomeSort by relevance Sort by last modified time
    Searched refs:isRegisterStore (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.h 134 bool isRegisterStore(const MachineInstr &MI) const;
AMDGPUInstrInfo.cpp 132 } else if (isRegisterStore(*MI)) {
256 bool AMDGPUInstrInfo::isRegisterStore(const MachineInstr &MI) const {

Completed in 1044 milliseconds