OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStoreInstr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h
58
bool
isStoreInstr
(const MachineInstr &MI, unsigned &AddrSpace) const;
NVPTXInstrInfo.cpp
102
bool NVPTXInstrInfo::
isStoreInstr
(const MachineInstr &MI,
120
if (
isStoreInstr
(*MI, addrspace))
Completed in 390 milliseconds