Searched refs:foldMemoryOperand (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | InlineSpiller.cpp | 226 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 D | LiveRangeEdit.cpp | 244 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS); in foldAsLoad()
|
| H A D | TargetInstrInfo.cpp | 558 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 D | README-FPStack.txt | 63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
|
| H A D | X86InstrInfo.cpp | 4660 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandIds, *DefMI)) { in optimizeLoadInstr()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | fold-call-oper.ll | 4 ; InlineSpiller::foldMemoryOperand needs to handle undef call operands.
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1111 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops, 1118 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 1096 * ``foldMemoryOperand`` --- Attempt to combine instructions of any load or
|
| H A D | CodeGenerator.rst | 1471 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when
|