Home
last modified time | relevance | path

Searched refs:isGPRCopy (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h70 bool isGPRCopy(const MachineInstr &MI) const;
DAArch64SchedCyclone.td120 def WriteIMovPred : SchedPredicate<[{TII->isGPRCopy(*MI)}]>;
DAArch64InstrInfo.cpp1296 bool AArch64InstrInfo::isGPRCopy(const MachineInstr &MI) const { in isGPRCopy() function in AArch64InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h77 static bool isGPRCopy(const MachineInstr &MI);
DAArch64SchedCyclone.td122 def WriteIMovPred : SchedPredicate<[{TII->isGPRCopy(*MI)}]>;
DAArch64InstrInfo.cpp1741 bool AArch64InstrInfo::isGPRCopy(const MachineInstr &MI) { in isGPRCopy() function in AArch64InstrInfo
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc11101 if ((TII->isGPRCopy(*MI)))
12919 if ((TII->isGPRCopy(*MI)))
12937 if ((TII->isGPRCopy(*MI)))