Home
last modified time | relevance | path

Searched refs:isStackSlotCopy (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h161 bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex,
DSystemZInstrInfo.cpp251 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr &MI, in isStackSlotCopy() function in SystemZInstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h210 bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex,
DSystemZInstrInfo.cpp330 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr &MI, in isStackSlotCopy() function in SystemZInstrInfo
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h224 bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex,
DSystemZInstrInfo.cpp330 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr &MI, in isStackSlotCopy() function in SystemZInstrInfo
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp386 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && in RemoveDeadStores()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp435 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && in RemoveDeadStores()
/external/llvm-project/llvm/lib/CodeGen/
DStackSlotColoring.cpp436 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && in RemoveDeadStores()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h232 virtual bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex, in isStackSlotCopy() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h322 virtual bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex, in isStackSlotCopy() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h329 virtual bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex, in isStackSlotCopy() function