Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h406 bool UnfoldLoad, bool UnfoldStore,
419 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
H A DX86InstrInfo.cpp5398 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument
5409 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand()
5411 UnfoldStore &= FoldedStore; in unfoldMemoryOperand()
5442 if (UnfoldStore) { in unfoldMemoryOperand()
5504 if (UnfoldStore) { in unfoldMemoryOperand()
5638 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument
5647 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1093 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument
1110 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,