Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp176 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()
DTargetInstrInfo.cpp446 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
514 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
DLiveRangeEdit.cpp209 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI); in foldAsLoad()
/external/llvm/test/CodeGen/X86/
Dfold-call-oper.ll4 ; InlineSpiller::foldMemoryOperand needs to handle undef call operands.
/external/llvm/lib/Target/X86/
DREADME-FPStack.txt63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
DX86InstrInfo.cpp4606 MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandId, DefMI); in optimizeLoadInstr()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h675 MachineInstr *foldMemoryOperand(MachineBasicBlock::iterator MI,
681 MachineInstr *foldMemoryOperand(MachineBasicBlock::iterator MI,
/external/llvm/docs/
DWritingAnLLVMBackend.rst1058 * ``foldMemoryOperand`` --- Attempt to combine instructions of any load or
DCodeGenerator.rst1414 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when