Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h503 static inline bool isPushOpcode(int Opc) { in isPushOpcode() function
H A DARMBaseInstrInfo.cpp2276 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop()