Home
last modified time | relevance | path

Searched refs:getKind (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h83 switch (getKind()) { in isNonFragile()
128 switch (getKind()) { in isGNUFamily()
151 switch (getKind()) { in allowsARC()
171 switch (getKind()) { in hasNativeARC()
202 switch (getKind()) { in shouldUseARCFunctionsForRetainRelease()
244 switch (getKind()) { in shouldUseRuntimeFunctionsForAlloc()
268 switch (getKind()) { in shouldUseRuntimeFunctionForCombinedAllocInit()
284 switch (getKind()) { in hasOptimizedSetter()
315 switch (getKind()) { in hasSubscripting()
341 switch (getKind()) { in allowsPointerArithmetic()
[all …]
H A DTargetCXXABI.h59 static Kind getKind(StringRef Name) { return getABIMap().lookup(Name); } in getKind() function
80 Kind getKind() const { return TheKind; } in getKind() function
123 switch (getKind()) { in isItaniumFamily()
137 switch (getKind()) { in isMicrosoft()
159 switch (getKind()) { in areMemberFunctionsAligned()
239 switch (getKind()) { in canKeyFunctionBeInline()
281 switch (getKind()) { in getTailPaddingUseRules()
310 return left.getKind() == right.getKind();
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp29 if (getKind().isText()) { in printSwitchToSection()
37 if (getKind().isReadOnly()) { in printSwitchToSection()
45 if (getKind().isReadOnlyWithRel()) { in printSwitchToSection()
56 if (getKind().isThreadData()) { in printSwitchToSection()
64 if (getKind().isData()) { in printSwitchToSection()
85 assert((getKind().isBSSExtern() || getKind().isBSSLocal()) && in printSwitchToSection()
103 assert((getKind().isBSSLocal() || getKind().isCommon() || in printSwitchToSection()
104 getKind().isThreadBSS()) && in printSwitchToSection()
114 if (getKind().isThreadBSS()) { in printSwitchToSection()
120 if (getKind().isMetadata() && isDwarfSect()) { in printSwitchToSection()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h298 bool isNull() const { return getKind() == Null; }
320 assert(getKind() == Type && "Unexpected kind");
338 assert(getKind() == NullPtr && "Unexpected kind");
344 assert(getKind() == Template && "Unexpected kind");
351 assert((getKind() == Template || getKind() == TemplateExpansion) &&
364 assert(getKind() == Integral && "Unexpected kind");
419 assert(getKind() == Pack);
426 assert(getKind() == Pack);
439 assert(getKind() == Pack);
445 assert(getKind() == Pack);
[all …]
H A DAttr.h126 return A->getKind() >= attr::FirstTypeAttr && in classof()
127 A->getKind() <= attr::LastTypeAttr; in classof()
139 return A->getKind() >= attr::FirstStmtAttr && in classof()
140 A->getKind() <= attr::LastStmtAttr; in classof()
164 return A->getKind() >= attr::FirstInheritableAttr && in classof()
165 A->getKind() <= attr::LastInheritableAttr; in classof()
179 return A->getKind() >= attr::FirstDeclOrStmtAttr && in classof()
180 A->getKind() <= attr::LastDeclOrStmtAttr; in classof()
212 A->getKind() <= attr::LastHLSLAnnotationAttr; in classof()
228 switch (getKind()) { in getABI()
[all …]
H A DVTableBuilder.h97 Kind getKind() const { in getKind() function
102 assert(getKind() == CK_VCallOffset && "Invalid component kind!"); in getVCallOffset()
108 assert(getKind() == CK_VBaseOffset && "Invalid component kind!"); in getVBaseOffset()
114 assert(getKind() == CK_OffsetToTop && "Invalid component kind!"); in getOffsetToTop()
141 bool isDestructorKind() const { return isDestructorKind(getKind()); } in isDestructorKind()
144 return isUsedFunctionPointerKind(getKind()); in isUsedFunctionPointerKind()
148 return isFunctionPointerKind(getKind()); in isFunctionPointerKind()
151 bool isRTTIKind() const { return isRTTIKind(getKind()); } in isRTTIKind()
158 switch (getKind()) { in getGlobalDecl()
212 assert((getKind() == CK_VCallOffset || getKind() == CK_VBaseOffset || in getOffset()
[all …]
H A DDependentDiagnostic.h60 unsigned getKind() const { in getKind() function
65 assert(getKind() == Access); in isAccessToMember()
70 assert(getKind() == Access); in getAccess()
75 assert(getKind() == Access); in getAccessLoc()
80 assert(getKind() == Access); in getAccessTarget()
85 assert(getKind() == Access); in getAccessNamingClass()
90 assert(getKind() == Access); in getAccessBaseObjectType()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h147 ActionClass getKind() const { return Kind; } in getKind() function
244 return A->getKind() == InputClass; in classof()
261 return A->getKind() == BindArchClass; in classof()
408 return (A->getKind() >= JobClassFirst && in classof()
409 A->getKind() <= JobClassLast); in classof()
458 return A->getKind() == AnalyzeJobClass; in classof()
469 return A->getKind() == MigrateJobClass; in classof()
480 return A->getKind() == CompileJobClass; in classof()
491 return A->getKind() == BackendJobClass; in classof()
524 return A->getKind() == LinkJobClass; in classof()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h83 assert(getKind() == Type::Int); in getInt()
88 assert(getKind() == Type::UInt); in getUInt()
98 assert(getKind() == Type::Float); in getFloat()
103 assert(getKind() == Type::Int); in getInt()
108 assert(getKind() == Type::UInt); in getUInt()
118 assert(getKind() == Type::Float); in getFloat()
123 assert(getKind() == Type::String); in getString()
135 if (getKind() != Type::Array) {
146 if (getKind() != Type::Map) {
163 return (unsigned)Lhs.getKind() < (unsigned)Rhs.getKind();
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h122 if (getKind() != M->getKind()) in isEqual()
131 switch (getKind()) { in isSimplePredicateNode()
159 getKind() == RecordChild; in isSimplePredicateOrRecordNode()
183 if (getKind() < Other->getKind()) in isContradictory()
234 return N->getKind() == Scope; in classof()
259 return N->getKind() == RecordNode; in classof()
341 return N->getKind() == MoveChild; in classof()
398 return N->getKind() == CheckSame; in classof()
540 return N->getKind() == CheckType; in classof()
1072 return N->getKind() == EmitNode || N->getKind() == MorphNodeTo; in classof()
[all …]
H A DGlobalISelMatchTable.h845 return B.getKind() == getKind() && InsnVarID == B.InsnVarID && in isIdentical()
939 return P->getKind() == OPM_LLT; in classof()
1094 return P->getKind() == OPM_MBB; in classof()
1107 return P->getKind() == IPM_Imm; in classof()
1130 return P->getKind() == OPM_Int; in classof()
1364 return P->getKind() == IPM_Opcode; in classof()
1671 return P->getKind() == IPM_NoUse; in classof()
1881 return R->getKind() == OR_Copy; in classof()
2075 return R->getKind() == OR_Imm; in classof()
2152 return R->getKind() == OR_Custom; in classof()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h56 Kind getKind() const { return ValKind; } in getKind() function
70 assert(getKind() != Kind::Record); in setProperty()
104 return Val->getKind() == Kind::TopBool || in classof()
105 Val->getKind() == Kind::AtomicBool || in classof()
106 Val->getKind() == Kind::FormulaBool; in classof()
125 return Val->getKind() == Kind::TopBool; in classof()
142 return Val->getKind() == Kind::AtomicBool; in classof()
157 return Val->getKind() == Kind::FormulaBool; in classof()
167 return Val->getKind() == Kind::Integer; in classof()
178 return Val->getKind() == Kind::Pointer; in classof()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h180 return DI->getKind() == DK_InlineAsm; in classof()
254 return DI->getKind() == DK_SampleProfile; in classof()
284 return DI->getKind() == DK_PGOProfile; in classof()
389 return DI->getKind() == DK_ResourceLimit || DI->getKind() == DK_StackSize; in classof()
407 return DI->getKind() == DK_StackSize; in classof()
679 return DI->getKind() >= DK_FirstRemark && DI->getKind() <= DK_LastRemark; in classof()
949 return DI->getKind() == DK_MIRParser; in classof()
1027 return DI->getKind() == DK_Unsupported; in classof()
1044 return DI->getKind() == DK_MisExpect; in classof()
1095 return DI->getKind() == DK_SrcMgr; in classof()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h108 assert(getKind() == k); in Data1()
156 Kind getKind() const { in getKind() function
168 Kind K = getKind(); in isPurgeKind()
201 ID.AddInteger((unsigned) getKind()); in Profile()
284 unsigned k = Location.getKind(); in isKind()
302 return Location.getKind() == PreStmtKind; in isKind()
325 unsigned k = Location.getKind(); in isKind()
378 unsigned k = location.getKind(); in isKind()
393 return location.getKind() == PreLoadKind; in isKind()
407 return location.getKind() == PreStoreKind; in isKind()
[all …]
H A DConstructionContext.h136 ItemKind getKind() const { return Kind; } in getKind() function
139 return getKindAsString(getKind()); in getKindAsString()
307 Kind getKind() const { return K; } in getKind() function
336 return CC->getKind() >= VARIABLE_BEGIN && in classof()
337 CC->getKind() <= VARIABLE_END; in classof()
354 return CC->getKind() == SimpleVariableKind; in classof()
408 CC->getKind() <= INITIALIZER_END; in classof()
518 return CC->getKind() >= TEMPORARY_BEGIN && CC->getKind() <= TEMPORARY_END; in classof()
598 CC->getKind() <= RETURNED_VALUE_END; in classof()
680 return CC->getKind() == ArgumentKind; in classof()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp38 switch (getKind()) { in toString()
111 if (getKind() == msgpack::Type::Nil) in getYAMLTag()
117 if (N.getKind() == getKind()) in getYAMLTag()
121 if (N.getKind() == msgpack::Type::UInt && getKind() == msgpack::Type::Int) in getYAMLTag()
123 if (N.getKind() == msgpack::Type::Int && getKind() == msgpack::Type::UInt) in getYAMLTag()
126 switch (getKind()) { in getYAMLTag()
148 static NodeKind getKind(const DocNode &N) { in getKind() function
149 switch (N.getKind()) { in getKind()
186 switch (S.getKind()) { in mustQuote()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h90 SValKind getKind() const { return Kind; } in getKind() function
96 ID.AddInteger(llvm::to_underlying(getKind())); in Profile()
102 bool isUnknown() const { return getKind() == UnknownValKind; } in isUnknown()
104 bool isUndef() const { return getKind() == UndefinedValKind; } in isUndef()
217 static bool classof(SVal V) { return V.getKind() == UnknownValKind; } in classof()
256 return BEGIN_NonLoc <= V.getKind() && V.getKind() <= END_NonLoc; in classof()
273 return BEGIN_Loc <= V.getKind() && V.getKind() <= END_Loc; in classof()
301 static bool classof(SVal V) { return V.getKind() == SymbolValKind; } in classof()
311 static bool classof(SVal V) { return V.getKind() == ConcreteIntKind; } in classof()
321 [[maybe_unused]] SValKind K = data.first.getKind(); in LocAsInteger()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Dx86_64.cpp85 if (E.getKind() == x86_64::PCRel32GOTLoadRelaxable || in optimizeGOTAndStubAccesses()
86 E.getKind() == x86_64::PCRel32GOTLoadREXRelaxable) { in optimizeGOTAndStubAccesses()
88 bool REXPrefix = E.getKind() == x86_64::PCRel32GOTLoadREXRelaxable; in optimizeGOTAndStubAccesses()
123 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind())); in optimizeGOTAndStubAccesses()
140 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind())); in optimizeGOTAndStubAccesses()
152 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind())); in optimizeGOTAndStubAccesses()
160 } else if (E.getKind() == x86_64::BranchPCRel32ToPtrJumpStubBypassable) { in optimizeGOTAndStubAccesses()
183 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind())); in optimizeGOTAndStubAccesses()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h94 FragmentType getKind() const { return Kind; } in getKind() function
142 MCFragment::FragmentType Kind = F->getKind(); in classof()
233 MCFragment::FragmentType Kind = F->getKind(); in classof()
248 return F->getKind() == MCFragment::FT_Data; in classof()
343 return F->getKind() == MCFragment::FT_Align; in classof()
370 return F->getKind() == MCFragment::FT_Fill; in classof()
400 return F->getKind() == MCFragment::FT_Nops; in classof()
427 return F->getKind() == MCFragment::FT_Org; in classof()
453 return F->getKind() == MCFragment::FT_LEB; in classof()
477 return F->getKind() == MCFragment::FT_Dwarf; in classof()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h158 Kind getKind() const;
162 return getKind() != Data; in isCtrl()
175 return getKind() == Order && Contents.OrdKind == Barrier; in isBarrier()
195 return getKind() == Order && Contents.OrdKind >= Weak; in isWeak()
201 return getKind() == Order && Contents.OrdKind == Artificial; in isArtificial()
207 return getKind() == Order && Contents.OrdKind == Cluster; in isCluster()
212 return getKind() == Data && Contents.Reg != 0; in isAssignedRegDep()
219 assert((getKind() == Data || getKind() == Anti || getKind() == Output) && in getReg()
229 assert((getKind() == Data || getKind() == Anti || getKind() == Output) && in setReg()
231 assert((getKind() != Anti || Reg != 0) && in setReg()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h114 assert(getKind() == k && "not enough bits for the kind"); in RefVal()
120 Kind getKind() const { return static_cast<Kind>(RawKind); } in getKind() function
152 return getKind() == Owned; in isOwned()
156 return getKind() == NotOwned; in isNotOwned()
160 return getKind() == ReturnedOwned; in isReturnedOwned()
164 return getKind() == ReturnedNotOwned; in isReturnedNotOwned()
184 return RefVal(getKind(), getObjKind(), getCount() - i,
189 return RefVal(getKind(), getObjKind(), getCount() + i,
205 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in withIvarAccess()
211 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), in releaseViaIvar()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp751 switch (Lex.getKind()) { in parseUnnamedGlobal()
784 switch (Lex.getKind()) { in parseNamedGlobal()
808 switch (Lex.getKind()) { in parseComdat()
974 if (Lex.getKind() != lltok::kw_gv && Lex.getKind() != lltok::kw_module && in skipModuleSummaryEntry()
975 Lex.getKind() != lltok::kw_typeid && Lex.getKind() != lltok::kw_flags && in skipModuleSummaryEntry()
1029 switch (Lex.getKind()) { in parseSummaryEntry()
1243 switch (Lex.getKind()) { in parseSanitizer()
1772 if (Lex.getKind() != T) in parseToken()
7032 if (Lex.getKind() != lltok::kw_none && Lex.getKind() != lltok::LocalVar && in parseCatchSwitch()
7081 if (Lex.getKind() != lltok::LocalVar && Lex.getKind() != lltok::LocalVarID) in parseCatchPad()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h441 EntityKind getKind() const { return Kind; } in getKind() function
475 return (getKind() == EK_Parameter || in isParameterKind()
476 getKind() == EK_Parameter_CF_Audited); in isParameterKind()
492 assert(getKind() == EK_Base && "Not a base specifier"); in getBaseSpecifier()
498 assert(getKind() == EK_Base && "Not a base specifier"); in isInheritedVirtualBase()
537 assert(getKind() == EK_ArrayElement || getKind() == EK_VectorElement || in getElementIndex()
538 getKind() == EK_ComplexElement); in getElementIndex()
545 assert(getKind() == EK_ArrayElement || getKind() == EK_VectorElement || in setElementIndex()
546 getKind() == EK_ComplexElement); in setElementIndex()
722 InitKind getKind() const { in getKind() function
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp427 if ((Parser.getTok().getKind() == AsmToken::Plus || in tryParseExpression()
460 if (tokens[0].getKind() == AsmToken::LParen && in tryParseRelocExpression()
461 tokens[1].getKind() == AsmToken::Minus) in tryParseRelocExpression()
487 if (tokens[1].getKind() == AsmToken::Minus || in tryParseRelocExpression()
488 tokens[1].getKind() == AsmToken::Plus) { in tryParseRelocExpression()
498 if (tokens[1].getKind() == AsmToken::Minus || in tryParseRelocExpression()
499 tokens[1].getKind() == AsmToken::Plus) { in tryParseRelocExpression()
520 switch (getLexer().getKind()) { in parseOperand()
538 switch (getLexer().peekTok().getKind()) { in parseOperand()
692 Tokens[0].getKind() == AsmToken::Minus && in parseLiteralValues()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp215 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
225 switch (Expr->getKind()) { in fixELFSymbolsInTLSFixupsImpl()
251 switch (getKind()) { in fixELFSymbolsInTLSFixups()
292 if (getKind() == MEK_HI || getKind() == MEK_LO) { in isGpOff()
295 if (S1->getKind() == MEK_NEG && S2->getKind() == MEK_GPREL) { in isGpOff()
296 Kind = getKind(); in isGpOff()

12345678910>>...28