/external/clang/include/clang/Basic/ |
D | TargetCXXABI.h | 121 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()
|
D | ObjCRuntime.h | 60 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/ |
D | TargetCXXABI.h | 133 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()
|
D | ObjCRuntime.h | 62 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/ |
D | OSLog.h | 72 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/ |
D | CGFunctionInfo.h | 90 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/ |
D | CGFunctionInfo.h | 101 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/ |
D | LowerTypeTests.cpp | 419 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 …]
|
D | WholeProgramDevirt.cpp | 1134 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/ |
D | LowerTypeTests.cpp | 416 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 …]
|
D | WholeProgramDevirt.cpp | 981 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/ |
D | BreakpadRecords.h | 31 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/ |
D | ModuleSummaryIndexYAML.h | 30 io.mapOptional("Kind", res.TheKind); 55 io.mapOptional("Kind", res.TheKind); 107 io.mapOptional("Kind", res.TheKind);
|
D | ModuleSummaryIndex.h | 810 } TheKind = Unsat; 835 } TheKind = Indir; 845 } TheKind = Indir;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSummaryIndexYAML.h | 31 io.mapOptional("Kind", res.TheKind); 56 io.mapOptional("Kind", res.TheKind); 108 io.mapOptional("Kind", res.TheKind);
|
D | ModuleSummaryIndex.h | 897 } TheKind = Unknown; 922 } TheKind = Indir; 932 } TheKind = Indir;
|
/external/clang/lib/Basic/ |
D | ObjCRuntime.cpp | 81 TheKind = kind; in tryParse()
|
/external/llvm-project/clang/lib/Basic/ |
D | ObjCRuntime.cpp | 85 TheKind = kind; in tryParse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 246 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/ |
D | LTO.cpp | 259 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/ |
D | LLParser.cpp | 8057 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/ |
D | LLParser.cpp | 7663 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/ |
D | AsmWriter.cpp | 2789 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/ |
D | AsmWriter.cpp | 2990 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/ |
D | BitcodeWriter.cpp | 3590 NameVals.push_back(ByArg.TheKind); in writeWholeProgramDevirtResolutionByArg() 3601 NameVals.push_back(Wpd.TheKind); in writeWholeProgramDevirtResolution() 3617 NameVals.push_back(Summary.TTRes.TheKind); in writeTypeIdSummaryRecord()
|