Searched refs:UnfoldStore (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 514 bool UnfoldLoad, bool UnfoldStore, 521 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|
| H A D | X86InstrInfo.cpp | 8449 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument 8460 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand() 8462 UnfoldStore &= FoldedStore; in unfoldMemoryOperand() 8511 if (UnfoldStore) { in unfoldMemoryOperand() 8576 if (UnfoldStore) { in unfoldMemoryOperand() 8730 bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument 8739 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1484 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument 1501 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|