Home
last modified time | relevance | path

Searched refs:UnfoldLoad (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.h403 bool UnfoldLoad, bool UnfoldStore,
416 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
DX86InstrInfo.cpp6308 MachineFunction &MF, MachineInstr &MI, unsigned Reg, bool UnfoldLoad, in unfoldMemoryOperand() argument
6318 if (UnfoldLoad && !FoldedLoad) in unfoldMemoryOperand()
6320 UnfoldLoad &= FoldedLoad; in unfoldMemoryOperand()
6353 if (UnfoldLoad) { in unfoldMemoryOperand()
6585 bool UnfoldLoad, bool UnfoldStore, in getOpcodeAfterMemoryUnfold() argument
6592 if (UnfoldLoad && !FoldedLoad) in getOpcodeAfterMemoryUnfold()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1283 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument
1300 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,