Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h442 static inline bool isPushOpcode(int Opc) { in isPushOpcode() function
DARMBaseInstrInfo.cpp2044 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop()