Home
last modified time | relevance | path

Searched refs:TheKind (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h40 Kind TheKind;
72 TargetCXXABI() : TheKind(GenericItanium) {} in TargetCXXABI()
74 TargetCXXABI(Kind kind) : TheKind(kind) {} in TargetCXXABI()
77 TheKind = kind; in set()
80 Kind getKind() const { return TheKind; } in getKind()
H A DPointerAuthOptions.h66 Kind TheKind : 2;
76 PointerAuthSchema() : TheKind(Kind::None) {} in PointerAuthSchema()
84 : TheKind(Kind::ARM8_3), IsAddressDiscriminated(IsAddressDiscriminated), in TheKind() function
106 Kind getKind() const { return TheKind; } in getKind()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h72 Kind TheKind = ScalarKind;
82 : TheKind(kind), TheExpr(expr), Size(size), Flags(flags), in TheKind() function
90 : TheKind(CountKind), ConstValue(value), in OSLogBufferItem()
101 Kind getKind() const { return TheKind; } in getKind()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h109 Kind TheKind; variable
136 : TypeData(nullptr), PaddingType(nullptr), DirectAttr{0, 0}, TheKind(K), in TypeData()
295 Kind getKind() const { return TheKind; } in getKind()
296 bool isDirect() const { return TheKind == Direct; } in isDirect()
297 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca()
298 bool isExtend() const { return TheKind == Extend; } in isExtend()
299 bool isIgnore() const { return TheKind == Ignore; } in isIgnore()
300 bool isIndirect() const { return TheKind == Indirect; } in isIndirect()
301 bool isIndirectAliased() const { return TheKind == IndirectAliased; } in isIndirectAliased()
302 bool isExpand() const { return TheKind == Expand; } in isExpand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp446 TypeTestResolution::Kind TheKind = TypeTestResolution::Unsat; member
668 if (TIL.TheKind == TypeTestResolution::Inline) { in createBitSetTest()
736 if (TIL.TheKind == TypeTestResolution::Unknown) in lowerTypeTestCall()
738 if (TIL.TheKind == TypeTestResolution::Unsat) in lowerTypeTestCall()
754 if (TIL.TheKind == TypeTestResolution::Single) in lowerTypeTestCall()
780 if (TIL.TheKind == TypeTestResolution::AllOnes) in lowerTypeTestCall()
912 TTRes.TheKind = TIL.TheKind; in exportTypeId()
928 if (TIL.TheKind != TypeTestResolution::Unsat) in exportTypeId()
931 if (TIL.TheKind == TypeTestResolution::ByteArray || in exportTypeId()
932 TIL.TheKind == TypeTestResolution::Inline || in exportTypeId()
[all …]
H A DWholeProgramDevirt.cpp1325 Res->TheKind = WholeProgramDevirtResolution::SingleImpl; in trySingleImplDevirt()
1370 Res->TheKind = WholeProgramDevirtResolution::SingleImpl; in trySingleImplDevirt()
1447 Res->TheKind = WholeProgramDevirtResolution::BranchFunnel; in tryICallBranchFunnel()
1599 Res->TheKind = WholeProgramDevirtResolution::ByArg::UniformRetVal; in tryUniformRetValOpt()
1730 Res->TheKind = WholeProgramDevirtResolution::ByArg::UniqueRetVal; in tryUniqueRetValOpt()
1879 ResByArg->TheKind = WholeProgramDevirtResolution::ByArg::VirtualConstProp; in tryVirtualConstProp()
2023 assert(TidSummary->TTRes.TheKind != TypeTestResolution::Unsat); in scanTypeTestUsers()
2129 if (Res.TheKind == WholeProgramDevirtResolution::SingleImpl) { in importResolution()
2153 switch (ResByArg.TheKind) { in importResolution()
2177 if (Res.TheKind == WholeProgramDevirtResolution::BranchFunnel) { in importResolution()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h43 Record(Kind K) : TheKind(K) {} in Record()
48 Kind getKind() { return TheKind; } in getKind()
51 Kind TheKind;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h31 io.mapOptional("Kind", res.TheKind);
56 io.mapOptional("Kind", res.TheKind);
108 io.mapOptional("Kind", res.TheKind);
H A DModuleSummaryIndex.h1216 } TheKind = Unknown;
1241 } TheKind = Indir;
1251 } TheKind = Indir;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp85 TheKind = kind; in tryParse()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp32 switch (TheKind) { in dump()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp303 AddUnsigned(S.TTRes.TheKind); in computeLTOCacheKey()
314 AddUnsigned(WPD.second.TheKind); in computeLTOCacheKey()
322 AddUnsigned(ByArg.second.TheKind); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8923 TTRes.TheKind = TypeTestResolution::Unknown; in parseTypeTestResolution()
8926 TTRes.TheKind = TypeTestResolution::Unsat; in parseTypeTestResolution()
8929 TTRes.TheKind = TypeTestResolution::ByteArray; in parseTypeTestResolution()
8932 TTRes.TheKind = TypeTestResolution::Inline; in parseTypeTestResolution()
8935 TTRes.TheKind = TypeTestResolution::Single; in parseTypeTestResolution()
8938 TTRes.TheKind = TypeTestResolution::AllOnes; in parseTypeTestResolution()
9037 WPDRes.TheKind = WholeProgramDevirtResolution::Indir; in parseWpdRes()
9040 WPDRes.TheKind = WholeProgramDevirtResolution::SingleImpl; in parseWpdRes()
9043 WPDRes.TheKind = WholeProgramDevirtResolution::BranchFunnel; in parseWpdRes()
9103 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::Indir; in parseOptionalResByArg()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3148 Out << "typeTestRes: (kind: " << getTTResKindName(TTRes.TheKind) in printTypeTestResolution()
3208 Out << getWholeProgDevirtResKindName(WPDRes.TheKind); in printWPDRes()
3210 if (WPDRes.TheKind == WholeProgramDevirtResolution::SingleImpl) in printWPDRes()
3220 Out << getWholeProgDevirtResByArgKindName(ResByArg.second.TheKind); in printWPDRes()
3221 if (ResByArg.second.TheKind == in printWPDRes()
3223 ResByArg.second.TheKind == in printWPDRes()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4109 NameVals.push_back(ByArg.TheKind); in writeWholeProgramDevirtResolutionByArg()
4120 NameVals.push_back(Wpd.TheKind); in writeWholeProgramDevirtResolution()
4136 NameVals.push_back(Summary.TTRes.TheKind); in writeTypeIdSummaryRecord()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7409 B.TheKind = in parseWholeProgramDevirtResolutionByArg()
7422 Wpd.TheKind = static_cast<WholeProgramDevirtResolution::Kind>(Record[Slot++]); in parseWholeProgramDevirtResolution()
7440 TypeId.TTRes.TheKind = static_cast<TypeTestResolution::Kind>(Record[Slot++]); in parseTypeIdSummaryRecord()