Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInlineSpiller.cpp231 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 DLiveRangeEdit.cpp229 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS); in foldAsLoad()
H A DTargetInstrInfo.cpp560 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
652 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME-FPStack.txt63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
H A DX86InstrInfo.cpp4454 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandIds, *DefMI)) { in optimizeLoadInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1085 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
1092 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1096 * ``foldMemoryOperand`` --- Attempt to combine instructions of any load or
H A DCodeGenerator.rst1437 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when