Home
last modified time | relevance | path

Searched refs:UnfoldStore (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h409 bool UnfoldLoad, bool UnfoldStore,
422 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
H A DX86InstrInfo.cpp6846 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument
6858 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand()
6860 UnfoldStore &= FoldedStore; in unfoldMemoryOperand()
6909 if (UnfoldStore) { in unfoldMemoryOperand()
6971 if (UnfoldStore) { in unfoldMemoryOperand()
7122 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument
7131 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1287 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument
1304 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,