Home
last modified time | relevance | path

Searched refs:isPushOpcode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h721 static inline bool isPushOpcode(int Opc) { in isPushOpcode() function
H A DARMBaseInstrInfo.cpp2530 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop()