OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MayStore
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
LSUnit.cpp
72
assert((Desc.MayLoad || Desc.
MayStore
) && "Not a memory operation!");
76
if (Desc.
MayStore
)
79
if (Desc.
MayStore
) {
199
if (Desc.
MayStore
&& isSQFull())
216
bool IsAStore = Desc.
MayStore
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
SchedulerStatistics.cpp
56
if (SQResourceID && Inst.getDesc().
MayStore
&&
67
if (SQResourceID && Inst.getDesc().
MayStore
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h
166
MayStore
,
435
bool
mayStore
() const { return Flags & (1ULL << MCID::
MayStore
); }
448
/// 2. Memory accesses. Use mayLoad/
mayStore
.
/src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Instruction.h
374
bool
MayStore
;
439
bool isMemOp() const { return Desc.MayLoad || Desc.
MayStore
; }
/src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
ExecuteStage.cpp
169
assert(!Desc.MayLoad && !Desc.
MayStore
&& "Cannot eliminate a memory op!");
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp
195
bool updateDefsUses(ValueType V, bool
MayStore
);
456
if (!MI.
mayStore
() && !MI.mayLoad())
465
SeenStore |= MI.
mayStore
();
478
if (MI.
mayStore
())
504
HasHazard |= updateDefsUses(VT, MI.
mayStore
());
509
HasHazard = MI.
mayStore
() && (OrigSeenLoad || OrigSeenStore);
513
SeenNoObjStore |= MI.
mayStore
();
518
bool MemDefsUses::updateDefsUses(ValueType V, bool
MayStore
) {
519
if (
MayStore
)
/src/external/apache2/llvm/dist/llvm/lib/MCA/
InstrBuilder.cpp
394
// FIXME: if an instruction opcode is flagged '
mayStore
', and it has no
401
bool AssumeUsesOnly = MCDesc.
mayStore
() && !MCDesc.mayLoad() &&
473
bool AssumeDefsOnly = !MCDesc.
mayStore
() && MCDesc.mayLoad() &&
569
ID->
MayStore
= MCDesc.
mayStore
();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h
1007
bool
mayStore
(QueryType Type = AnyInBundle) const {
1013
return hasProperty(MCID::
MayStore
, Type);
1018
return mayLoad(Type) ||
mayStore
(Type);
1642
/// by mayLoad /
mayStore
, etc.
Completed in 30 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026