OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MayLoad
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
LSUnit.cpp
56
unsigned
MayLoad
= Desc.
MayLoad
;
59
if (!
MayLoad
&& !MayStore)
63
if (
MayLoad
) {
Instruction.h
269
bool
MayLoad
;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h
112
MayLoad
,
407
///
mayLoad
- Return true if this instruction could possibly read memory.
410
bool
mayLoad
() const {
411
return Flags & (1 << MCID::
MayLoad
);
429
/// 2. Memory accesses. Use
mayLoad
/mayStore.
/external/llvm/include/llvm/MC/
MCInstrDesc.h
113
MayLoad
,
350
bool
mayLoad
() const { return Flags & (1 << MCID::
MayLoad
); }
364
/// 2. Memory accesses. Use
mayLoad
/mayStore.
/external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrDesc.h
135
MayLoad
,
392
bool
mayLoad
() const { return Flags & (1ULL << MCID::
MayLoad
); }
406
/// 2. Memory accesses. Use
mayLoad
/mayStore.
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp
[
all
...]
Completed in 1057 milliseconds