Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp225 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>>,
628 foldMemoryOperand(Ops, RM.OrigMI)) { in reMaterializeFor()
820 foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>> Ops, in foldMemoryOperand() function in InlineSpiller
900 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand()
901 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS, &VRM); in foldMemoryOperand()
1138 if (foldMemoryOperand(Ops)) in spillAroundUses()
H A DLiveRangeEdit.cpp253 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS); in foldAsLoad()
H A DTargetInstrInfo.cpp557 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
650 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DREADME-FPStack.txt63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
H A DX86InstrInfo.cpp4707 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandIds, *DefMI)) { in optimizeLoadInstr()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1137 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
1144 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
/openbsd-src/gnu/llvm/llvm/docs/
H A DWritingAnLLVMBackend.rst1130 * ``foldMemoryOperand`` --- Attempt to combine instructions of any load or
H A DCodeGenerator.rst1471 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when