Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h440 static inline bool isPopOpcode(int Opc) { in isPopOpcode() function
DARMFrameLowering.cpp104 if (isPopOpcode(MI.getOpcode())) { in isCSRestore()
DARMBaseInstrInfo.cpp2046 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop()