Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h718 static inline bool isPopOpcode(int Opc) { in isPopOpcode() function
H A DARMBaseInstrInfo.cpp2519 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop()