OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MayStore
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrDesc.h
112
MayStore
,
394
///
mayStore
- Return true if this instruction could possibly modify memory.
398
bool
mayStore
() const {
399
return Flags & (1 << MCID::
MayStore
);
408
/// 2. Memory accesses. Use mayLoad/
mayStore
.
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
[
all
...]
Completed in 18 milliseconds