Searched refs:UnfoldStore (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 409 bool UnfoldLoad, bool UnfoldStore, 422 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|
| H A D | X86InstrInfo.cpp | 6846 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument 6858 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand() 6860 UnfoldStore &= FoldedStore; in unfoldMemoryOperand() 6909 if (UnfoldStore) { in unfoldMemoryOperand() 6971 if (UnfoldStore) { in unfoldMemoryOperand() 7122 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument 7131 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1287 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument 1304 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|