Searched refs:isStackSlotCopy (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 161 bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex,
|
D | SystemZInstrInfo.cpp | 251 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr &MI, in isStackSlotCopy() function in SystemZInstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 210 bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex,
|
D | SystemZInstrInfo.cpp | 330 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr &MI, in isStackSlotCopy() function in SystemZInstrInfo
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 224 bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex,
|
D | SystemZInstrInfo.cpp | 330 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr &MI, in isStackSlotCopy() function in SystemZInstrInfo
|
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 386 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && in RemoveDeadStores()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 435 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && in RemoveDeadStores()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 436 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && in RemoveDeadStores()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 232 virtual bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex, in isStackSlotCopy() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 322 virtual bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex, in isStackSlotCopy() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 329 virtual bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex, in isStackSlotCopy() function
|