Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp153 bool ParseSectionArguments(bool IsPush, SMLoc loc);
404 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
427 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2002 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2003 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()