Searched refs:UnfoldLoad (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 466 bool UnfoldLoad, bool UnfoldStore, 473 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|
H A D | X86InstrInfo.cpp | 8353 MachineFunction &MF, MachineInstr &MI, unsigned Reg, bool UnfoldLoad, in unfoldMemoryOperand() argument 8362 if (UnfoldLoad && !FoldedLoad) in unfoldMemoryOperand() 8364 UnfoldLoad &= FoldedLoad; in unfoldMemoryOperand() 8397 if (UnfoldLoad) { in unfoldMemoryOperand() 8634 X86InstrInfo::getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, in getOpcodeAfterMemoryUnfold() argument 8642 if (UnfoldLoad && !FoldedLoad) in getOpcodeAfterMemoryUnfold()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1418 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument 1435 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
|