Home
last modified time | relevance | path

Searched refs:TypeTests (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp157 const CallInst *CI, SetVector<GlobalValue::GUID> &TypeTests, in addIntrinsicToSummary() argument
182 TypeTests.insert(Guid); in addIntrinsicToSummary()
210 TypeTests.insert(Guid); in addIntrinsicToSummary()
236 SetVector<GlobalValue::GUID> TypeTests; in computeFunctionSummary() local
286 CI, TypeTests, TypeTestAssumeVCalls, TypeCheckedLoadVCalls, in computeFunctionSummary()
369 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h449 std::vector<GlobalValue::GUID> TypeTests;
508 std::vector<GlobalValue::GUID> TypeTests,
516 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() ||
520 std::move(TypeTests), std::move(TypeTestAssumeVCalls),
545 return TIdInfo->TypeTests;
589 TIdInfo->TypeTests.push_back(Guid);
DModuleSummaryIndexYAML.h142 std::vector<uint64_t> TypeTests;
185 io.mapOptional("TypeTests", summary.TypeTests);
229 ArrayRef<FunctionSummary::EdgeTy>{}, std::move(FSum.TypeTests),
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/
Dexport-unsuccessful-checked.ll4 ; CHECK: TypeTests: [ 15427464259790519041, 17525413373118030901 ]
Dexport-uniform-ret-val.ll4 ; SUMMARY-NOT: TypeTests:
Dexport-unique-ret-val.ll4 ; SUMMARY-NOT: TypeTests:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerTypeTests/
Dimport-unsat.ll11 ; SUMMARY-NEXT: TypeTests: [ 123 ]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecoder_database_unittest.cc89 TEST(DecoderDatabase, TypeTests) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h354 bool ParseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
DLLParser.cpp7556 std::move(TypeIdInfo.TypeTests), in ParseFunctionSummary()
7872 if (ParseTypeTests(TypeIdInfo.TypeTests)) in ParseOptionalTypeIdInfo()
7909 bool LLParser::ParseTypeTests(std::vector<GlobalValue::GUID> &TypeTests) { in ParseTypeTests() argument
7926 IdToIndexMap[ID].push_back(std::make_pair(TypeTests.size(), Loc)); in ParseTypeTests()
7930 TypeTests.push_back(GUID); in ParseTypeTests()
7937 assert(TypeTests[P.first] == 0 && in ParseTypeTests()
7942 std::make_pair(&TypeTests[P.first], P.second)); in ParseTypeTests()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2895 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo()
2899 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()
/external/python/cpython3/Lib/test/
Dtest_typing.py2385 class TypeTests(BaseTestCase): class
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLangRef.rst5987 …typeIdInfo: [(TypeTests)]?[, (TypeTestAssumeVCalls)]?[, (TypeCheckedLoadVCalls)]?[, (TypeTestAssum…
5991 TypeTests subsubsection