Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h399 bool UnfoldLoad, bool UnfoldStore,
412 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
H A DX86InstrInfo.cpp6255 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument
6267 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand()
6269 UnfoldStore &= FoldedStore; in unfoldMemoryOperand()
6318 if (UnfoldStore) { in unfoldMemoryOperand()
6380 if (UnfoldStore) { in unfoldMemoryOperand()
6531 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument
6540 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1270 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument
1287 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,