Home
last modified time | relevance | path

Searched refs:IsExtended (Results 1 – 13 of 13) 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-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp79 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument
94 if (IsExtended) in getCompoundCandidateGroup()
107 if (IsExtended) in getCompoundCandidateGroup()
119 if (IsExtended) in getCompoundCandidateGroup()
129 if (IsExtended) in getCompoundCandidateGroup()
139 if (IsExtended) in getCompoundCandidateGroup()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp80 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument
95 if (IsExtended) in getCompoundCandidateGroup()
108 if (IsExtended) in getCompoundCandidateGroup()
120 if (IsExtended) in getCompoundCandidateGroup()
130 if (IsExtended) in getCompoundCandidateGroup()
140 if (IsExtended) in getCompoundCandidateGroup()
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.h154 bool IsExtended = false);
158 bool IsExtended = false);
245 void add(const Scope::Local &Local, bool IsExtended) { in add() argument
246 if (IsExtended) in add()
DByteCodeExprGen.cpp426 bool IsExtended) { in allocateLocalPrimitive() argument
431 VarScope->add(Local, IsExtended); in allocateLocalPrimitive()
437 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) { in allocateLocal() argument
459 VarScope->add(Local, IsExtended); in allocateLocal()
/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptParser.cpp455 RCParser::ParseType RCParser::parseDialogResource(bool IsExtended) { in parseDialogResource() argument
465 if (IsExtended && consumeOptionalType(Kind::Comma)) { in parseDialogResource()
471 IsExtended ? OptStmtType::DialogExStmt in parseDialogResource()
480 HelpID, std::move(*OptStatements), IsExtended, MemoryFlags); in parseDialogResource()
DResourceScriptParser.h145 ParseType parseDialogResource(bool IsExtended);
DResourceFileWriter.cpp985 bool IsExtended) { in writeSingleDialogControl() argument
995 if (!IsExtended) { in writeSingleDialogControl()
1030 if (!IsExtended) { in writeSingleDialogControl()
1077 if (!Res->IsExtended) { in writeDialogBody()
1146 if (Res->IsExtended) { in writeDialogBody()
1164 handleCtlError(writeSingleDialogControl(Ctl, Res->IsExtended), Ctl)); in writeDialogBody()
DResourceFileWriter.h144 Error writeSingleDialogControl(const Control &, bool IsExtended);
DResourceScriptStmt.h656 bool IsExtended; variable
663 IsExtended(IsDialogEx) {} in DialogResource()
674 return "DIALOG" + Twine(IsExtended ? "EX" : ""); in getResourceTypeName()
DResourceScriptStmt.cpp166 OS << "Dialog" << (IsExtended ? "Ex" : "") << " (" << ResName << "): loc: (" in log()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h1797 bool IsExtended = false; variable
1803 return IsExtended ? 2 : 0; in numTrailingObjects()
1808 assert(IsExtended && "Expected extended clause."); in setLParenLoc()
1814 assert(IsExtended && "Expected extended clause."); in setArgumentLoc()
1820 assert(IsExtended && "Expected extended clause."); in setDependencyKind()
1829 bool IsExtended) in OMPUpdateClause() argument
1831 IsExtended(IsExtended) {} in OMPUpdateClause()
1834 OMPUpdateClause(bool IsExtended) in OMPUpdateClause() argument
1836 IsExtended(IsExtended) {} in OMPUpdateClause()
1866 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended);
[all …]
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp377 bool IsExtended) { in CreateEmpty() argument
378 if (!IsExtended) in CreateEmpty()
384 Clause->IsExtended = true; in CreateEmpty()