Searched refs:MayStore (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp72 assert((Desc.MayLoad || Desc.MayStore) && "Not a memory operation!");
76 if (Desc.MayStore)
79 if (Desc.MayStore) {
157 if (Desc.MayStore && isSQFull())
174 bool IsAStore = Desc.MayStore;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp56 if (SQResourceID && Inst.getDesc().MayStore &&
67 if (SQResourceID && Inst.getDesc().MayStore) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h159 MayStore, enumerator in enum:llvm::MCID::Flag
442 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h374 bool MayStore; member in struct:llvm::mca::InstrDesc
438 bool isMemOp() const { return Desc.MayLoad || Desc.MayStore; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp169 assert(!Desc.MayLoad && !Desc.MayStore && "Cannot eliminate a memory op!");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp488 bool UsesMemory = ID.MayLoad || ID.MayStore;
566 ID->MayStore = MCDesc.mayStore();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp195 bool updateDefsUses(ValueType V, bool MayStore);
519 bool MemDefsUses::updateDefsUses(ValueType V, bool MayStore) { argument
520 if (MayStore)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h875 return hasProperty(MCID::MayStore, Type);

Completed in 89 milliseconds