Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp156 bool ParseSectionArguments(bool IsPush, SMLoc loc);
505 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
541 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h316 bool IsPush) const;
H A DM68kInstrInfo.cpp473 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()
479 if (IsPush) in ExpandPUSH_POP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2505 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2506 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()