Searched refs:foldMemoryOperand (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 176 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >, 906 foldMemoryOperand(Ops, RM.OrigMI)) { in reMaterializeFor() 1082 foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> > Ops, in foldMemoryOperand() function in InlineSpiller 1122 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI) in foldMemoryOperand() 1123 : TII.foldMemoryOperand(MI, FoldOps, StackSlot); in foldMemoryOperand() 1291 if (foldMemoryOperand(Ops)) in spillAroundUses()
|
D | TargetInstrInfo.cpp | 446 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo 514 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
|
D | LiveRangeEdit.cpp | 209 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI); in foldAsLoad()
|
/external/llvm/test/CodeGen/X86/ |
D | fold-call-oper.ll | 4 ; InlineSpiller::foldMemoryOperand needs to handle undef call operands.
|
/external/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
|
D | X86InstrInfo.cpp | 4606 MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandId, DefMI); in optimizeLoadInstr()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 675 MachineInstr *foldMemoryOperand(MachineBasicBlock::iterator MI, 681 MachineInstr *foldMemoryOperand(MachineBasicBlock::iterator MI,
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1058 * ``foldMemoryOperand`` --- Attempt to combine instructions of any load or
|
D | CodeGenerator.rst | 1414 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when
|