Searched refs:foldMemoryOperand (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | InlineSpiller.cpp | 180 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()
|
| D | TargetInstrInfo.cpp | 382 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo 441 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
|
| D | LiveRangeEdit.cpp | 212 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI); in foldAsLoad()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetInstrInfo.h | 539 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI, 546 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrInfo.cpp | 3787 MachineInstr *FoldMI = foldMemoryOperand(MI, Ops, DefMI); in optimizeLoadInstr()
|