Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInlineSpiller.cpp226 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>>,
590 foldMemoryOperand(Ops, RM.OrigMI)) { in reMaterializeFor()
788 foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>> Ops, in foldMemoryOperand() function in InlineSpiller
837 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand()
838 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS, &VRM); in foldMemoryOperand()
1027 if (foldMemoryOperand(Ops)) in spillAroundUses()
DLiveRangeEdit.cpp229 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS); in foldAsLoad()
DTargetInstrInfo.cpp532 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
620 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineInstr &MI, in foldMemoryOperand() function in TargetInstrInfo
/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/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/llvm/test/CodeGen/X86/
Dfold-call-oper.ll4 ; InlineSpiller::foldMemoryOperand needs to handle undef call operands.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME-FPStack.txt63 X86RegisterInfo::foldMemoryOperand, which prevents the spiller from
DX86InstrInfo.cpp3860 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandIds, *DefMI)) { in optimizeLoadInstr()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h820 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
826 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1026 MachineInstr *foldMemoryOperand(MachineInstr &MI, ArrayRef<unsigned> Ops,
1033 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