Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h415 bool UnfoldLoad, bool UnfoldStore,
428 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
H A DX86InstrInfo.cpp6897 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument
6909 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand()
6911 UnfoldStore &= FoldedStore; in unfoldMemoryOperand()
6960 if (UnfoldStore) { in unfoldMemoryOperand()
7022 if (UnfoldStore) { in unfoldMemoryOperand()
7173 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument
7182 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1334 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument
1351 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,