Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Passes/
H A DStokeInfo.cpp79 bool IsPush = MIB->isPush(It); in checkInstr() local
81 if (IsPush) in checkInstr()
84 if (MIB->mayStore(It) && !IsPush && !IsRipAddr) in checkInstr()
/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp155 bool parseSectionArguments(bool IsPush, SMLoc loc);
398 if (parseSectionArguments(/*IsPush=*/true, loc)) { in ParseDirectivePushSection()
413 return parseSectionArguments(/*IsPush=*/false, loc); in ParseDirectiveSection()
539 bool ELFAsmParser::parseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
574 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h321 bool IsPush) const;
H A DM68kInstrInfo.cpp560 const MCInstrDesc &Desc, bool IsPush) const { in ExpandMOVEM()
566 if (IsPush) in ExpandMOVEM()
/llvm-project/bolt/include/bolt/Passes/
H A DShrinkWrapping.h480 unsigned Reg, bool IsPush, int Sz,
/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2537 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop()
2538 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
2521 bool IsPush = isPushOpcode(MI->getOpcode()); tryFoldSPUpdateIntoPushPop() local