Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInlineSpiller.cpp176 bool foldMemoryOperand(MachineBasicBlock::iterator MI,
883 foldMemoryOperand(MI, Ops, RM.OrigMI)) { in reMaterializeFor()
1016 bool InlineSpiller::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in InlineSpiller
1040 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI) in foldMemoryOperand()
1041 : TII.foldMemoryOperand(MI, FoldOps, StackSlot); in foldMemoryOperand()
1163 if (foldMemoryOperand(MI, Ops)) in spillAroundUses()
DTargetInstrInfoImpl.cpp273 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
332 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
DLiveRangeEdit.cpp199 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI); in foldAsLoad()
DLiveIntervalAnalysis.cpp1107 MachineInstr *fmi = isSS ? tii_->foldMemoryOperand(MI, FoldOps, Slot) in tryFoldMemoryOperand()
1108 : tii_->foldMemoryOperand(MI, FoldOps, DefMI); in tryFoldMemoryOperand()
DVirtRegRewriter.cpp1464 MachineInstr *FoldedMI = TII->foldMemoryOperand(NewMI, Ops, SS); in OptimizeByUnfold()
1560 MachineInstr *FoldedMI = TII->foldMemoryOperand(CommutedMI, Ops, SS); in CommuteToFoldReload()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h421 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
428 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp202 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
550 foldMemoryOperand(Ops, RM.OrigMI)) { in reMaterializeFor()
727 foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> > Ops, in foldMemoryOperand() function in InlineSpiller
768 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand()
769 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS); in foldMemoryOperand()
941 if (foldMemoryOperand(Ops)) in spillAroundUses()
DLiveRangeEdit.cpp208 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS); in foldAsLoad()
DTargetInstrInfo.cpp497 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
778 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
/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.cpp5376 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandId, *DefMI)) { in optimizeLoadInstr()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DREADME-FPStack.txt63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h820 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
826 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
/external/llvm/docs/
DWritingAnLLVMBackend.rst1056 * ``foldMemoryOperand`` --- Attempt to combine instructions of any load or
DCodeGenerator.rst1409 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when