Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h403 bool UnfoldLoad, bool UnfoldStore,
416 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
H A DX86InstrInfo.cpp6309 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument
6321 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand()
6323 UnfoldStore &= FoldedStore; in unfoldMemoryOperand()
6372 if (UnfoldStore) { in unfoldMemoryOperand()
6434 if (UnfoldStore) { in unfoldMemoryOperand()
6585 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument
6594 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1283 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument
1300 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,