Searched refs:UnfoldStore (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 403 bool UnfoldLoad, bool UnfoldStore, 416 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|
| H A D | X86InstrInfo.cpp | 6309 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument 6321 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand() 6323 UnfoldStore &= FoldedStore; in unfoldMemoryOperand() 6372 if (UnfoldStore) { in unfoldMemoryOperand() 6434 if (UnfoldStore) { in unfoldMemoryOperand() 6585 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument 6594 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1283 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument 1300 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|