Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h442 bool UnfoldLoad, bool UnfoldStore,
455 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
H A DX86InstrInfo.cpp8274 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument
8286 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand()
8288 UnfoldStore &= FoldedStore; in unfoldMemoryOperand()
8337 if (UnfoldStore) { in unfoldMemoryOperand()
8402 if (UnfoldStore) { in unfoldMemoryOperand()
8557 bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument
8566 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1382 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument
1399 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,