HomeSort by: relevance | last modified time | path
    Searched refs:TheKind (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetCXXABI.h 40 Kind TheKind;
68 TargetCXXABI() : TheKind(GenericItanium) {}
70 TargetCXXABI(Kind kind) : TheKind(kind) {}
73 TheKind = kind;
76 Kind getKind() const { return TheKind; }
ObjCRuntime.h 62 Kind TheKind = MacOSX;
69 : TheKind(kind), Version(version) {}
72 TheKind = kind;
76 Kind getKind() const { return TheKind; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h 72 Kind TheKind = ScalarKind;
82 : TheKind(kind), TheExpr(expr), Size(size), Flags(flags),
90 : TheKind(CountKind), ConstValue(value),
101 Kind getKind() const { return TheKind; }
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 109 Kind TheKind;
136 : TypeData(nullptr), PaddingType(nullptr), DirectAttr{0, 0}, TheKind(K),
295 Kind getKind() const { return TheKind; }
296 bool isDirect() const { return TheKind == Direct; }
297 bool isInAlloca() const { return TheKind == InAlloca; }
298 bool isExtend() const { return TheKind == Extend; }
299 bool isIgnore() const { return TheKind == Ignore; }
300 bool isIndirect() const { return TheKind == Indirect; }
301 bool isIndirectAliased() const { return TheKind == IndirectAliased; }
302 bool isExpand() const { return TheKind == Expand;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
ObjCRuntime.cpp 85 TheKind = kind;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 418 TypeTestResolution::Kind TheKind = TypeTestResolution::Unsat;
670 if (TIL.TheKind == TypeTestResolution::Inline) {
738 if (TIL.TheKind == TypeTestResolution::Unknown)
740 if (TIL.TheKind == TypeTestResolution::Unsat)
756 if (TIL.TheKind == TypeTestResolution::Single)
782 if (TIL.TheKind == TypeTestResolution::AllOnes)
914 TTRes.TheKind = TIL.TheKind;
930 if (TIL.TheKind != TypeTestResolution::Unsat)
933 if (TIL.TheKind == TypeTestResolution::ByteArray |
    [all...]
WholeProgramDevirt.cpp 1180 Res->TheKind = WholeProgramDevirtResolution::SingleImpl;
1225 Res->TheKind = WholeProgramDevirtResolution::SingleImpl;
1302 Res->TheKind = WholeProgramDevirtResolution::BranchFunnel;
1427 Res->TheKind = WholeProgramDevirtResolution::ByArg::UniformRetVal;
1556 Res->TheKind = WholeProgramDevirtResolution::ByArg::UniqueRetVal;
1690 ResByArg->TheKind = WholeProgramDevirtResolution::ByArg::VirtualConstProp;
1837 assert(TidSummary->TTRes.TheKind != TypeTestResolution::Unsat);
1935 if (Res.TheKind == WholeProgramDevirtResolution::SingleImpl) {
1959 switch (ResByArg.TheKind) {
1983 if (Res.TheKind == WholeProgramDevirtResolution::BranchFunnel)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 31 io.mapOptional("Kind", res.TheKind);
56 io.mapOptional("Kind", res.TheKind);
108 io.mapOptional("Kind", res.TheKind);
ModuleSummaryIndex.h 917 } TheKind = Unknown;
942 } TheKind = Indir;
952 } TheKind = Indir;
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 263 AddUnsigned(S.TTRes.TheKind);
274 AddUnsigned(WPD.second.TheKind);
282 AddUnsigned(ByArg.second.TheKind);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 8199 TTRes.TheKind = TypeTestResolution::Unknown;
8202 TTRes.TheKind = TypeTestResolution::Unsat;
8205 TTRes.TheKind = TypeTestResolution::ByteArray;
8208 TTRes.TheKind = TypeTestResolution::Inline;
8211 TTRes.TheKind = TypeTestResolution::Single;
8214 TTRes.TheKind = TypeTestResolution::AllOnes;
8313 WPDRes.TheKind = WholeProgramDevirtResolution::Indir;
8316 WPDRes.TheKind = WholeProgramDevirtResolution::SingleImpl;
8319 WPDRes.TheKind = WholeProgramDevirtResolution::BranchFunnel;
8379 ByArg.TheKind = WholeProgramDevirtResolution::ByArg::Indir
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 3024 Out << "typeTestRes: (kind: " << getTTResKindName(TTRes.TheKind)
3084 Out << getWholeProgDevirtResKindName(WPDRes.TheKind);
3086 if (WPDRes.TheKind == WholeProgramDevirtResolution::SingleImpl)
3096 Out << getWholeProgDevirtResByArgKindName(ResByArg.second.TheKind);
3097 if (ResByArg.second.TheKind ==
3099 ResByArg.second.TheKind ==
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 6038 B.TheKind =
6051 Wpd.TheKind = static_cast<WholeProgramDevirtResolution::Kind>(Record[Slot++]);
6069 TypeId.TTRes.TheKind = static_cast<TypeTestResolution::Kind>(Record[Slot++]);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 3751 NameVals.push_back(ByArg.TheKind);
3762 NameVals.push_back(Wpd.TheKind);
3778 NameVals.push_back(Summary.TTRes.TheKind);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 240 switch (TheKind) {

Completed in 87 milliseconds