/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InlineSpiller.cpp | 176 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()
|
D | TargetInstrInfoImpl.cpp | 273 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo 332 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI, in foldMemoryOperand() function in TargetInstrInfo
|
D | LiveRangeEdit.cpp | 199 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI); in foldAsLoad()
|
D | LiveIntervalAnalysis.cpp | 1107 MachineInstr *fmi = isSS ? tii_->foldMemoryOperand(MI, FoldOps, Slot) in tryFoldMemoryOperand() 1108 : tii_->foldMemoryOperand(MI, FoldOps, DefMI); in tryFoldMemoryOperand()
|
D | VirtRegRewriter.cpp | 1464 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/ |
D | TargetInstrInfo.h | 421 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI, 428 MachineInstr* foldMemoryOperand(MachineBasicBlock::iterator MI,
|
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 202 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()
|
D | LiveRangeEdit.cpp | 208 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS); in foldAsLoad()
|
D | TargetInstrInfo.cpp | 497 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/ |
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 | 5376 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandId, *DefMI)) { in optimizeLoadInstr()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | README-FPStack.txt | 63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 820 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops, 826 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1056 * ``foldMemoryOperand`` --- Attempt to combine instructions of any load or
|
D | CodeGenerator.rst | 1409 ``TargetRegisterInfo::foldMemoryOperand(...)`` method. Care must be taken when
|