Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h497 static inline bool isPopOpcode(int Opc) { in isPopOpcode() function
H A DARMFrameLowering.cpp148 if (isPopOpcode(MI.getOpcode())) { in isCSRestore()
H A DARMBaseInstrInfo.cpp2275 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop()