Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DInlineSpiller.cpp180 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
879 foldMemoryOperand(Ops, RM.OrigMI)) { in reMaterializeFor()
1048 foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> > Ops, in foldMemoryOperand() function in InlineSpiller
1087 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI) in foldMemoryOperand()
1088 : TII.foldMemoryOperand(MI, FoldOps, StackSlot); in foldMemoryOperand()
1254 if (foldMemoryOperand(Ops)) in spillAroundUses()
DTargetInstrInfo.cpp382 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
441 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
DLiveRangeEdit.cpp212 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI); in foldAsLoad()
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetInstrInfo.h539 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
546 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrInfo.cpp3787 MachineInstr *FoldMI = foldMemoryOperand(MI, Ops, DefMI); in optimizeLoadInstr()