Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DStokeInfo.cpp73 bool IsPush = MIB->isPush(It); in checkInstr() local
75 if (IsPush) in checkInstr()
78 if (MIB->isStore(It) && !IsPush && !IsRipAddr) in checkInstr()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h316 bool IsPush) const;
H A DM68kInstrInfo.cpp474 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()
480 if (IsPush) in ExpandPUSH_POP()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DShrinkWrapping.h479 unsigned Reg, bool IsPush, int Sz,
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp1384 bool IsPush = isPush(Inst); in escapesVariable() local
1385 if (IsPush && MemOpNo == -1) in escapesVariable()
1393 if (MemOpNo != -1 && !IsPush && AccessMem && I >= MemOpNo && in escapesVariable()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2530 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2531 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()