OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MayLoad
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrDesc.h
115
MayLoad
,
348
bool
mayLoad
() const {
349
return Flags & (1 << MCID::
MayLoad
);
367
/// 2. Memory accesses. Use
mayLoad
/mayStore.
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
462
///
mayLoad
- Return true if this instruction could possibly read memory.
465
bool
mayLoad
(QueryType Type = AnyInBundle) const {
471
return hasProperty(MCID::
MayLoad
, Type);
[
all
...]
Completed in 155 milliseconds