Home
last modified time | relevance | path

Searched refs:IsExtended (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp83 unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument
98 if (IsExtended) in getCompoundCandidateGroup()
111 if (IsExtended) in getCompoundCandidateGroup()
123 if (IsExtended) in getCompoundCandidateGroup()
133 if (IsExtended) in getCompoundCandidateGroup()
143 if (IsExtended) in getCompoundCandidateGroup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp81 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument
96 if (IsExtended) in getCompoundCandidateGroup()
109 if (IsExtended) in getCompoundCandidateGroup()
121 if (IsExtended) in getCompoundCandidateGroup()
131 if (IsExtended) in getCompoundCandidateGroup()
141 if (IsExtended) in getCompoundCandidateGroup()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.cpp437 RCParser::ParseType RCParser::parseDialogResource(bool IsExtended) { in parseDialogResource() argument
447 if (IsExtended && consumeOptionalType(Kind::Comma)) { in parseDialogResource()
453 IsExtended ? OptStmtType::DialogExStmt in parseDialogResource()
462 HelpID, std::move(*OptStatements), IsExtended, MemoryFlags); in parseDialogResource()
DResourceFileWriter.cpp980 bool IsExtended) { in writeSingleDialogControl() argument
989 if (!IsExtended) { in writeSingleDialogControl()
1024 if (!IsExtended) { in writeSingleDialogControl()
1070 if (!Res->IsExtended) { in writeDialogBody()
1139 if (Res->IsExtended) { in writeDialogBody()
1157 handleCtlError(writeSingleDialogControl(Ctl, Res->IsExtended), Ctl)); in writeDialogBody()
DResourceScriptParser.h146 ParseType parseDialogResource(bool IsExtended);
DResourceScriptStmt.h601 bool IsExtended; variable
608 IsExtended(IsDialogEx) {} in DialogResource()
619 return "DIALOG" + Twine(IsExtended ? "EX" : ""); in getResourceTypeName()
DResourceFileWriter.h143 Error writeSingleDialogControl(const Control &, bool IsExtended);
DResourceScriptStmt.cpp163 OS << "Dialog" << (IsExtended ? "Ex" : "") << " (" << ResName << "): loc: (" in log()