Searched refs:foldMemoryOperand (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 175 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()
|
D | TargetInstrInfoImpl.cpp | 294 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo 352 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
|
D | LiveRangeEdit.cpp | 200 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI); in foldAsLoad()
|
/external/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
|
D | X86InstrInfo.cpp | 3436 MachineInstr *FoldMI = foldMemoryOperand(MI, Ops, DefMI); in optimizeLoadInstr()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 535 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI, 542 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1376 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when
|