Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp157 bool ParseSectionArguments(bool IsPush, SMLoc loc);
487 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
521 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2276 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2277 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()