Searched refs:UnfoldStore (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 442 bool UnfoldLoad, bool UnfoldStore, 455 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|
| H A D | X86InstrInfo.cpp | 8274 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument 8286 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand() 8288 UnfoldStore &= FoldedStore; in unfoldMemoryOperand() 8337 if (UnfoldStore) { in unfoldMemoryOperand() 8402 if (UnfoldStore) { in unfoldMemoryOperand() 8557 bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument 8566 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1382 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument 1399 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|