Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h514 bool UnfoldLoad, bool UnfoldStore,
521 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
H A DX86InstrInfo.cpp8449 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument
8460 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand()
8462 UnfoldStore &= FoldedStore; in unfoldMemoryOperand()
8511 if (UnfoldStore) { in unfoldMemoryOperand()
8576 if (UnfoldStore) { in unfoldMemoryOperand()
8730 bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument
8739 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1484 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument
1501 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,