Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp175 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
877 foldMemoryOperand(Ops, RM.OrigMI)) { in reMaterializeFor()
1012 foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> > Ops, in foldMemoryOperand() function in InlineSpiller
1046 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI) in foldMemoryOperand()
1047 : TII.foldMemoryOperand(MI, FoldOps, StackSlot); in foldMemoryOperand()
1181 if (foldMemoryOperand(Ops)) in spillAroundUses()
DTargetInstrInfoImpl.cpp294 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
352 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
DLiveRangeEdit.cpp200 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI); in foldAsLoad()
/external/llvm/lib/Target/X86/
DREADME-FPStack.txt63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
DX86InstrInfo.cpp3436 MachineInstr *FoldMI = foldMemoryOperand(MI, Ops, DefMI); in optimizeLoadInstr()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h535 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
542 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
/external/llvm/docs/
DCodeGenerator.rst1376 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when