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

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 61 bool isStoreInstr(const MachineInstr &MI, unsigned &AddrSpace) const;
NVPTXInstrInfo.cpp 130 bool NVPTXInstrInfo::isStoreInstr(const MachineInstr &MI,
149 if (isStoreInstr(*MI, addrspace))

Completed in 677 milliseconds