Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Basic/
DTargetCXXABI.h121 Kind TheKind;
125 TargetCXXABI() : TheKind(GenericItanium) {} in TargetCXXABI()
127 TargetCXXABI(Kind kind) : TheKind(kind) {} in TargetCXXABI()
130 TheKind = kind; in set()
133 Kind getKind() const { return TheKind; } in getKind()
DObjCRuntime.h60 Kind TheKind;
65 ObjCRuntime() : TheKind(MacOSX) {} in ObjCRuntime()
68 : TheKind(kind), Version(version) {} in ObjCRuntime()
71 TheKind = kind; in set()
75 Kind getKind() const { return TheKind; } in getKind()
/external/llvm-project/clang/include/clang/Basic/
DTargetCXXABI.h133 Kind TheKind;
137 TargetCXXABI() : TheKind(GenericItanium) {} in TargetCXXABI()
139 TargetCXXABI(Kind kind) : TheKind(kind) {} in TargetCXXABI()
142 TheKind = kind; in set()
145 Kind getKind() const { return TheKind; } in getKind()
DObjCRuntime.h62 Kind TheKind = MacOSX;
69 : TheKind(kind), Version(version) {} in ObjCRuntime()
72 TheKind = kind; in set()
76 Kind getKind() const { return TheKind; } in getKind()
/external/llvm-project/clang/include/clang/AST/
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()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h90 Kind TheKind; variable
113 : TheKind(K), PaddingInReg(false), InReg(false) { in ABIArgInfo()
119 TheKind(Direct), PaddingInReg(false), InReg(false) {} in ABIArgInfo()
234 Kind getKind() const { return TheKind; } in getKind()
235 bool isDirect() const { return TheKind == Direct; } in isDirect()
236 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca()
237 bool isExtend() const { return TheKind == Extend; } in isExtend()
238 bool isIgnore() const { return TheKind == Ignore; } in isIgnore()
239 bool isIndirect() const { return TheKind == Indirect; } in isIndirect()
240 bool isExpand() const { return TheKind == Expand; } in isExpand()
[all …]
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h101 Kind TheKind; variable
129 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), TheKind(K), in TypeData()
285 Kind getKind() const { return TheKind; } in getKind()
286 bool isDirect() const { return TheKind == Direct; } in isDirect()
287 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca()
288 bool isExtend() const { return TheKind == Extend; } in isExtend()
289 bool isIgnore() const { return TheKind == Ignore; } in isIgnore()
290 bool isIndirect() const { return TheKind == Indirect; } in isIndirect()
291 bool isIndirectAliased() const { return TheKind == IndirectAliased; } in isIndirectAliased()
292 bool isExpand() const { return TheKind == Expand; } in isExpand()
[all …]
/external/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp419 TypeTestResolution::Kind TheKind = TypeTestResolution::Unsat; member
671 if (TIL.TheKind == TypeTestResolution::Inline) { in createBitSetTest()
739 if (TIL.TheKind == TypeTestResolution::Unknown) in lowerTypeTestCall()
741 if (TIL.TheKind == TypeTestResolution::Unsat) in lowerTypeTestCall()
757 if (TIL.TheKind == TypeTestResolution::Single) in lowerTypeTestCall()
783 if (TIL.TheKind == TypeTestResolution::AllOnes) in lowerTypeTestCall()
915 TTRes.TheKind = TIL.TheKind; in exportTypeId()
931 if (TIL.TheKind != TypeTestResolution::Unsat) in exportTypeId()
934 if (TIL.TheKind == TypeTestResolution::ByteArray || in exportTypeId()
935 TIL.TheKind == TypeTestResolution::Inline || in exportTypeId()
[all …]
DWholeProgramDevirt.cpp1134 Res->TheKind = WholeProgramDevirtResolution::SingleImpl; in trySingleImplDevirt()
1179 Res->TheKind = WholeProgramDevirtResolution::SingleImpl; in trySingleImplDevirt()
1256 Res->TheKind = WholeProgramDevirtResolution::BranchFunnel; in tryICallBranchFunnel()
1382 Res->TheKind = WholeProgramDevirtResolution::ByArg::UniformRetVal; in tryUniformRetValOpt()
1511 Res->TheKind = WholeProgramDevirtResolution::ByArg::UniqueRetVal; in tryUniqueRetValOpt()
1645 ResByArg->TheKind = WholeProgramDevirtResolution::ByArg::VirtualConstProp; in tryVirtualConstProp()
1792 assert(TidSummary->TTRes.TheKind != TypeTestResolution::Unsat); in scanTypeTestUsers()
1890 if (Res.TheKind == WholeProgramDevirtResolution::SingleImpl) { in importResolution()
1914 switch (ResByArg.TheKind) { in importResolution()
1938 if (Res.TheKind == WholeProgramDevirtResolution::BranchFunnel) { in importResolution()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp416 TypeTestResolution::Kind TheKind = TypeTestResolution::Unsat; member
664 if (TIL.TheKind == TypeTestResolution::Inline) { in createBitSetTest()
731 if (TIL.TheKind == TypeTestResolution::Unsat) in lowerTypeTestCall()
747 if (TIL.TheKind == TypeTestResolution::Single) in lowerTypeTestCall()
773 if (TIL.TheKind == TypeTestResolution::AllOnes) in lowerTypeTestCall()
906 TTRes.TheKind = TIL.TheKind; in exportTypeId()
922 if (TIL.TheKind != TypeTestResolution::Unsat) in exportTypeId()
925 if (TIL.TheKind == TypeTestResolution::ByteArray || in exportTypeId()
926 TIL.TheKind == TypeTestResolution::Inline || in exportTypeId()
927 TIL.TheKind == TypeTestResolution::AllOnes) { in exportTypeId()
[all …]
DWholeProgramDevirt.cpp981 Res->TheKind = WholeProgramDevirtResolution::SingleImpl; in trySingleImplDevirt()
1021 Res->TheKind = WholeProgramDevirtResolution::SingleImpl; in trySingleImplDevirt()
1098 Res->TheKind = WholeProgramDevirtResolution::BranchFunnel; in tryICallBranchFunnel()
1226 Res->TheKind = WholeProgramDevirtResolution::ByArg::UniformRetVal; in tryUniformRetValOpt()
1354 Res->TheKind = WholeProgramDevirtResolution::ByArg::UniqueRetVal; in tryUniqueRetValOpt()
1488 ResByArg->TheKind = WholeProgramDevirtResolution::ByArg::VirtualConstProp; in tryVirtualConstProp()
1704 if (Res.TheKind == WholeProgramDevirtResolution::SingleImpl) { in importResolution()
1728 switch (ResByArg.TheKind) { in importResolution()
1752 if (Res.TheKind == WholeProgramDevirtResolution::BranchFunnel) { in importResolution()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DBreakpadRecords.h31 Record(Kind K) : TheKind(K) {} in Record()
36 Kind getKind() { return TheKind; } in getKind()
39 Kind TheKind;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h30 io.mapOptional("Kind", res.TheKind);
55 io.mapOptional("Kind", res.TheKind);
107 io.mapOptional("Kind", res.TheKind);
DModuleSummaryIndex.h810 } TheKind = Unsat;
835 } TheKind = Indir;
845 } TheKind = Indir;
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h31 io.mapOptional("Kind", res.TheKind);
56 io.mapOptional("Kind", res.TheKind);
108 io.mapOptional("Kind", res.TheKind);
DModuleSummaryIndex.h897 } TheKind = Unknown;
922 } TheKind = Indir;
932 } TheKind = Indir;
/external/clang/lib/Basic/
DObjCRuntime.cpp81 TheKind = kind; in tryParse()
/external/llvm-project/clang/lib/Basic/
DObjCRuntime.cpp85 TheKind = kind; in tryParse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp246 AddUnsigned(S.TTRes.TheKind); in computeLTOCacheKey()
257 AddUnsigned(WPD.second.TheKind); in computeLTOCacheKey()
265 AddUnsigned(ByArg.second.TheKind); in computeLTOCacheKey()
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp259 AddUnsigned(S.TTRes.TheKind); in computeLTOCacheKey()
270 AddUnsigned(WPD.second.TheKind); in computeLTOCacheKey()
278 AddUnsigned(ByArg.second.TheKind); in computeLTOCacheKey()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp8057 TTRes.TheKind = TypeTestResolution::Unknown; in parseTypeTestResolution()
8060 TTRes.TheKind = TypeTestResolution::Unsat; in parseTypeTestResolution()
8063 TTRes.TheKind = TypeTestResolution::ByteArray; in parseTypeTestResolution()
8066 TTRes.TheKind = TypeTestResolution::Inline; in parseTypeTestResolution()
8069 TTRes.TheKind = TypeTestResolution::Single; in parseTypeTestResolution()
8072 TTRes.TheKind = TypeTestResolution::AllOnes; in parseTypeTestResolution()
8171 WPDRes.TheKind = WholeProgramDevirtResolution::Indir; in parseWpdRes()
8174 WPDRes.TheKind = WholeProgramDevirtResolution::SingleImpl; in parseWpdRes()
8177 WPDRes.TheKind = WholeProgramDevirtResolution::BranchFunnel; in parseWpdRes()
8237 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::Indir; in parseOptionalResByArg()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7663 TTRes.TheKind = TypeTestResolution::Unsat; in ParseTypeTestResolution()
7666 TTRes.TheKind = TypeTestResolution::ByteArray; in ParseTypeTestResolution()
7669 TTRes.TheKind = TypeTestResolution::Inline; in ParseTypeTestResolution()
7672 TTRes.TheKind = TypeTestResolution::Single; in ParseTypeTestResolution()
7675 TTRes.TheKind = TypeTestResolution::AllOnes; in ParseTypeTestResolution()
7774 WPDRes.TheKind = WholeProgramDevirtResolution::Indir; in ParseWpdRes()
7777 WPDRes.TheKind = WholeProgramDevirtResolution::SingleImpl; in ParseWpdRes()
7780 WPDRes.TheKind = WholeProgramDevirtResolution::BranchFunnel; in ParseWpdRes()
7840 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::Indir; in ParseOptionalResByArg()
7843 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::UniformRetVal; in ParseOptionalResByArg()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp2789 Out << "typeTestRes: (kind: " << getTTResKindName(TTRes.TheKind) in printTypeTestResolution()
2849 Out << getWholeProgDevirtResKindName(WPDRes.TheKind); in printWPDRes()
2851 if (WPDRes.TheKind == WholeProgramDevirtResolution::SingleImpl) in printWPDRes()
2861 Out << getWholeProgDevirtResByArgKindName(ResByArg.second.TheKind); in printWPDRes()
2862 if (ResByArg.second.TheKind == in printWPDRes()
2864 ResByArg.second.TheKind == in printWPDRes()
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp2990 Out << "typeTestRes: (kind: " << getTTResKindName(TTRes.TheKind) in printTypeTestResolution()
3050 Out << getWholeProgDevirtResKindName(WPDRes.TheKind); in printWPDRes()
3052 if (WPDRes.TheKind == WholeProgramDevirtResolution::SingleImpl) in printWPDRes()
3062 Out << getWholeProgDevirtResByArgKindName(ResByArg.second.TheKind); in printWPDRes()
3063 if (ResByArg.second.TheKind == in printWPDRes()
3065 ResByArg.second.TheKind == in printWPDRes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3590 NameVals.push_back(ByArg.TheKind); in writeWholeProgramDevirtResolutionByArg()
3601 NameVals.push_back(Wpd.TheKind); in writeWholeProgramDevirtResolution()
3617 NameVals.push_back(Summary.TTRes.TheKind); in writeTypeIdSummaryRecord()

12