Searched refs:UnfoldStore (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 399 bool UnfoldLoad, bool UnfoldStore, 412 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|
| H A D | X86InstrInfo.cpp | 6255 bool UnfoldStore, SmallVectorImpl<MachineInstr *> &NewMIs) const { in unfoldMemoryOperand() argument 6267 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand() 6269 UnfoldStore &= FoldedStore; in unfoldMemoryOperand() 6318 if (UnfoldStore) { in unfoldMemoryOperand() 6380 if (UnfoldStore) { in unfoldMemoryOperand() 6531 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument 6540 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1270 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument 1287 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|