HomeSort by: relevance | last modified time | path
    Searched refs:IsPush (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kInstrInfo.h 316 bool IsPush) const;
M68kInstrInfo.cpp 473 const MCInstrDesc &Desc, bool IsPush) const {
479 if (IsPush)
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 156 bool ParseSectionArguments(bool IsPush, SMLoc loc);
382 if (ParseSectionArguments(/*IsPush=*/true, loc)) {
397 return ParseSectionArguments(/*IsPush=*/false, loc);
505 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) {
541 if (IsPush && getLexer().isNot(AsmToken::String)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 2505 bool IsPush = isPushOpcode(MI->getOpcode());
2506 if (!IsPush && !IsPop)

Completed in 29 milliseconds