Searched refs:MayStore (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 524 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 D | MCInstrDesc.h | 169 MayStore, enumerator 448 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); } in mayStore()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 195 bool updateDefsUses(ValueType V, bool MayStore); 516 bool MemDefsUses::updateDefsUses(ValueType V, bool MayStore) { in updateDefsUses() argument 517 if (MayStore) in updateDefsUses()
|
| H A D | Mips16InstrInfo.td | 519 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 D | llvm-mca.rst | 450 [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 D | MachineInstr.h | 1075 return hasProperty(MCID::MayStore, Type);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 3328 // because the SDNode ISD::PREFETCH has properties MayLoad and MayStore.
|