Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h442 bool UnfoldLoad, bool UnfoldStore,
455 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,
H A DX86InstrInfo.cpp8273 MachineFunction &MF, MachineInstr &MI, unsigned Reg, bool UnfoldLoad, in unfoldMemoryOperand() argument
8283 if (UnfoldLoad && !FoldedLoad) in unfoldMemoryOperand()
8285 UnfoldLoad &= FoldedLoad; in unfoldMemoryOperand()
8318 if (UnfoldLoad) { in unfoldMemoryOperand()
8556 X86InstrInfo::getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, in getOpcodeAfterMemoryUnfold() argument
8564 if (UnfoldLoad && !FoldedLoad) in getOpcodeAfterMemoryUnfold()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1382 bool UnfoldLoad, bool UnfoldStore, in unfoldMemoryOperand() argument
1399 getOpcodeAfterMemoryUnfold(unsigned Opc, bool UnfoldLoad, bool UnfoldStore,