Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h432 static inline bool isPushOpcode(int Opc) { in isPushOpcode() function
H A DARMBaseInstrInfo.cpp2002 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop()