Searched refs:foldMemoryOperand (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InlineSpiller.cpp | 231 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>>, 623 foldMemoryOperand(Ops, RM.OrigMI)) { in reMaterializeFor() 821 foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>> Ops, in foldMemoryOperand() function in InlineSpiller 894 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand() 895 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS, &VRM); in foldMemoryOperand() 1103 if (foldMemoryOperand(Ops)) in spillAroundUses()
|
| H A D | LiveRangeEdit.cpp | 230 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS); in foldAsLoad()
|
| H A D | TargetInstrInfo.cpp | 560 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo 652 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1098 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops, 1105 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 4508 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandIds, *DefMI)) { in optimizeLoadInstr()
|