Searched refs:foldMemoryOperand (Results 1 – 9 of 9) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A 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() 1294 if (foldMemoryOperand(Ops)) in spillAroundUses()
|
| H A D | LiveRangeEdit.cpp | 209 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI); in foldAsLoad()
|
| H A D | TargetInstrInfo.cpp | 452 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo 521 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | README-FPStack.txt | 63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
|
| H A D | X86InstrInfo.cpp | 4119 MachineInstr *FoldMI = foldMemoryOperand(MI, Ops, DefMI); in optimizeLoadInstr()
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | fold-call-oper.ll | 4 ; InlineSpiller::foldMemoryOperand needs to handle undef call operands.
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetInstrInfo.h | 675 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI, 682 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 1058 * ``foldMemoryOperand`` --- Attempt to combine instructions of any load or
|
| H A D | CodeGenerator.rst | 1414 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when
|