Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp154 bool ParseSectionArguments(bool IsPush, SMLoc loc);
525 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
560 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h318 bool IsPush) const;
H A DM68kInstrInfo.cpp474 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()
480 if (IsPush) in ExpandPUSH_POP()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2534 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2535 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()