Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp133 bool parseSectionArguments(bool IsPush, SMLoc loc);
496 bool ELFAsmParser::parseSectionArguments(bool IsPush, SMLoc loc) { in parseSectionArguments() argument
531 if (IsPush && getLexer().isNot(AsmToken::String)) { in parseSectionArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h321 bool IsPush) const;
H A DM68kInstrInfo.cpp560 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()
566 if (IsPush) in ExpandPUSH_POP()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2364 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2365 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()