Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h720 static inline bool isPopOpcode(int Opc) { in isPopOpcode() function
H A DARMBaseInstrInfo.cpp2504 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop()