Searched refs:UnfoldLoad (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 406 bool UnfoldLoad, bool UnfoldStore, 419 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|
| H A D | X86InstrInfo.cpp | 5397 MachineFunction &MF, MachineInstr &MI, unsigned Reg, bool UnfoldLoad, in unfoldMemoryOperand() argument 5406 if (UnfoldLoad && !FoldedLoad) in unfoldMemoryOperand() 5408 UnfoldLoad &= FoldedLoad; in unfoldMemoryOperand() 5439 if (UnfoldLoad) { in unfoldMemoryOperand() 5638 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument 5645 if (UnfoldLoad && !FoldedLoad) in getOpcodeAfterMemoryUnfold()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1093 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument 1110 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|