Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp143 bool ParseSectionArguments(bool IsPush, SMLoc loc);
361 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
386 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/external/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp156 bool ParseSectionArguments(bool IsPush, SMLoc loc);
493 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
527 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp156 bool ParseSectionArguments(bool IsPush, SMLoc loc);
486 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
520 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2047 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2048 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2407 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2408 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2457 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2458 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()