Searched refs:UnfoldStore (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 415 bool UnfoldLoad, bool UnfoldStore, 428 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|
| H A D | X86InstrInfo.cpp | 6897 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument 6909 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand() 6911 UnfoldStore &= FoldedStore; in unfoldMemoryOperand() 6960 if (UnfoldStore) { in unfoldMemoryOperand() 7022 if (UnfoldStore) { in unfoldMemoryOperand() 7173 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument 7182 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1334 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument 1351 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|