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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h524 bool MayStore : 1;
578 bool isMemOp() const { return MayLoad || MayStore; }
582 void setMayStore(bool newVal) { MayStore = newVal; }
589 bool getMayStore() const { return MayStore; }
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h169 MayStore, enumerator in enum:llvm::MCID::Flag
444 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); }
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp195 bool updateDefsUses(ValueType V, bool MayStore);
515 bool MemDefsUses::updateDefsUses(ValueType V, bool MayStore) { argument
516 if (MayStore)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1120 return hasProperty(MCID::MayStore, Type);

Completed in 188 milliseconds