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.cpp155 bool ParseSectionArguments(bool IsPush, SMLoc loc);
539 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
574 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.cpp510 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()
516 if (IsPush) in ExpandPUSH_POP()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2521 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2522 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()