Home
last modified time | relevance | path

Searched refs:foldMemoryOperand (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInlineSpiller.cpp226 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>>,
611 foldMemoryOperand(Ops, RM.OrigMI)) { in reMaterializeFor()
803 foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>> Ops, in foldMemoryOperand() function in InlineSpiller
883 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand()
884 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS, &VRM); in foldMemoryOperand()
1121 if (foldMemoryOperand(Ops)) in spillAroundUses()
H A DLiveRangeEdit.cpp244 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS); in foldAsLoad()
H A DTargetInstrInfo.cpp558 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
650 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DREADME-FPStack.txt63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
H A DX86InstrInfo.cpp4660 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandIds, *DefMI)) { in optimizeLoadInstr()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfold-call-oper.ll4 ; InlineSpiller::foldMemoryOperand needs to handle undef call operands.
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1111 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
1118 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst1096 * ``foldMemoryOperand`` --- Attempt to combine instructions of any load or
H A DCodeGenerator.rst1471 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when