Home
last modified time | relevance | path

Searched refs:IsPush (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp157 bool ParseSectionArguments(bool IsPush, SMLoc loc);
484 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
518 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/external/v8/src/arm/
Dassembler-arm.h1470 static bool IsPush(Instr instr);
Dassembler-arm.cc713 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
/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-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2261 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2262 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
/external/v8/src/mips/
Dassembler-mips.h1790 static bool IsPush(Instr instr);
Dassembler-mips.cc456 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.h1868 static bool IsPush(Instr instr);
Dassembler-mips64.cc435 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler