Searched refs:isLdstSoMinusReg (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 172 bool isLdstSoMinusReg(const MachineInstr &MI, unsigned Op) const;
|
D | ARMScheduleA57.td | 65 SchedPredicate<[{TII->isLdstSoMinusReg(*MI, 0)}]>; 67 SchedPredicate<[{TII->isLdstSoMinusReg(*MI, 1)}]>; 69 SchedPredicate<[{TII->isLdstSoMinusReg(*MI, 2)}]>;
|
D | ARMBaseInstrInfo.cpp | 610 bool ARMBaseInstrInfo::isLdstSoMinusReg(const MachineInstr &MI, in isLdstSoMinusReg() function in ARMBaseInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 17390 if ((TII->isLdstSoMinusReg(*MI, 1))) 17586 if ((TII->isLdstSoMinusReg(*MI, 1))) 18226 if ((TII->isLdstSoMinusReg(*MI, 1))) 18236 if ((TII->isLdstSoMinusReg(*MI, 1))) 19662 if ((TII->isLdstSoMinusReg(*MI, 0))) 19739 if ((TII->isLdstSoMinusReg(*MI, 2)) 19747 if ((TII->isLdstSoMinusReg(*MI, 2))) 19758 if ((TII->isLdstSoMinusReg(*MI, 2)) 19766 if ((TII->isLdstSoMinusReg(*MI, 2)))
|