Home
last modified time | relevance | path

Searched refs:MayStore (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h524 bool MayStore : 1; variable
578 bool isMemOp() const { return MayLoad || MayStore; } in isMemOp()
582 void setMayStore(bool newVal) { MayStore = newVal; } in setMayStore()
589 bool getMayStore() const { return MayStore; } in getMayStore()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h169 MayStore, enumerator
448 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp195 bool updateDefsUses(ValueType V, bool MayStore);
516 bool MemDefsUses::updateDefsUses(ValueType V, bool MayStore) { in updateDefsUses() argument
517 if (MayStore) in updateDefsUses()
H A DMips16InstrInfo.td519 class MayStore {
993 "", [], II_SAVE >, MayStore {
1001 "", [], II_SAVE >, MayStore {
1013 FEXT_RRI16_mem2_ins<0b11000, "sb", mem16, II_SB>, MayStore;
1152 FEXT_RRI16_mem2_ins<0b11001, "sh", mem16, II_SH>, MayStore;
1288 def SwRxRyOffMemX16: FEXT_RRI16_mem2_ins<0b11011, "sw", mem16, II_SW>, MayStore;
1296 def SwRxSpImmX16: FEXT_RRI16_mem2_ins<0b11010, "sw", mem16sp, II_SW>, MayStore;
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-mca.rst450 [5]: MayStore
543 properties (i.e., 'MayLoad', 'MayStore', and 'HasSideEffects').
564 [5]: MayStore
1044 cache. It only knows if an instruction "MayLoad" and/or "MayStore." For
1050 instruction's "MayLoad", "MayStore", and unmodeled side effects flags to
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1075 return hasProperty(MCID::MayStore, Type);
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td3328 // because the SDNode ISD::PREFETCH has properties MayLoad and MayStore.