Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp162 const CallInst *CI, SetVector<GlobalValue::GUID> &TypeTests, in addIntrinsicToSummary() argument
188 TypeTests.insert(Guid); in addIntrinsicToSummary()
216 TypeTests.insert(Guid); in addIntrinsicToSummary()
257 SetVector<GlobalValue::GUID> TypeTests; in computeFunctionSummary() local
338 CI, TypeTests, TypeTestAssumeVCalls, TypeCheckedLoadVCalls, in computeFunctionSummary()
474 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
/external/oboe/apps/fxlab/app/src/main/cpp/tests/
DTypeTests.h27 TEST(TypeTests, Templating) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h141 std::vector<uint64_t> TypeTests;
185 io.mapOptional("TypeTests", summary.TypeTests);
228 ArrayRef<FunctionSummary::EdgeTy>{}, std::move(FSum.TypeTests),
DModuleSummaryIndex.h526 std::vector<GlobalValue::GUID> TypeTests;
598 std::vector<GlobalValue::GUID> TypeTests,
606 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() ||
610 std::move(TypeTests), std::move(TypeTestAssumeVCalls),
645 return TIdInfo->TypeTests;
689 TIdInfo->TypeTests.push_back(Guid);
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h142 std::vector<uint64_t> TypeTests;
186 io.mapOptional("TypeTests", summary.TypeTests);
230 ArrayRef<FunctionSummary::EdgeTy>{}, std::move(FSum.TypeTests),
DModuleSummaryIndex.h527 std::vector<GlobalValue::GUID> TypeTests;
638 std::vector<GlobalValue::GUID> TypeTests,
647 if (!TypeTests.empty() || !TypeTestAssumeVCalls.empty() ||
651 TypeIdInfo{std::move(TypeTests), std::move(TypeTestAssumeVCalls),
688 return TIdInfo->TypeTests;
749 TIdInfo->TypeTests.push_back(Guid);
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp162 const CallInst *CI, SetVector<GlobalValue::GUID> &TypeTests, in addIntrinsicToSummary() argument
188 TypeTests.insert(Guid); in addIntrinsicToSummary()
216 TypeTests.insert(Guid); in addIntrinsicToSummary()
257 SetVector<GlobalValue::GUID> TypeTests; in computeFunctionSummary() local
338 CI, TypeTests, TypeTestAssumeVCalls, TypeCheckedLoadVCalls, in computeFunctionSummary()
478 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
/external/llvm-project/llvm/test/Transforms/LowerTypeTests/
Dimport-unsat.ll12 ; SUMMARY-NEXT: TypeTests: [ 123 ]
/external/llvm-project/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/webrtc/modules/audio_coding/neteq/
Ddecoder_database_unittest.cc105 TEST(DecoderDatabase, TypeTests) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h360 bool ParseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
DLLParser.cpp8131 std::move(Calls), std::move(TypeIdInfo.TypeTests), in ParseFunctionSummary()
8558 if (ParseTypeTests(TypeIdInfo.TypeTests)) in ParseOptionalTypeIdInfo()
8595 bool LLParser::ParseTypeTests(std::vector<GlobalValue::GUID> &TypeTests) { in ParseTypeTests() argument
8612 IdToIndexMap[ID].push_back(std::make_pair(TypeTests.size(), Loc)); in ParseTypeTests()
8616 TypeTests.push_back(GUID); in ParseTypeTests()
8623 assert(TypeTests[P.first] == 0 && in ParseTypeTests()
8628 std::make_pair(&TypeTests[P.first], P.second)); in ParseTypeTests()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h353 bool parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
DLLParser.cpp8563 std::move(Calls), std::move(TypeIdInfo.TypeTests), in parseFunctionSummary()
9127 if (parseTypeTests(TypeIdInfo.TypeTests)) in parseOptionalTypeIdInfo()
9164 bool LLParser::parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests) { in parseTypeTests() argument
9181 IdToIndexMap[ID].push_back(std::make_pair(TypeTests.size(), Loc)); in parseTypeTests()
9185 TypeTests.push_back(GUID); in parseTypeTests()
9193 assert(TypeTests[P.first] == 0 && in parseTypeTests()
9195 Ids.emplace_back(&TypeTests[P.first], P.second); in parseTypeTests()
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp3233 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo()
3237 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp2997 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo()
3001 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()
/external/python/cpython3/Lib/test/
Dtest_typing.py3591 class TypeTests(BaseTestCase): class
/external/llvm-project/llvm/docs/
DLangRef.rst7100 …typeIdInfo: [(TypeTests)]?[, (TypeTestAssumeVCalls)]?[, (TypeCheckedLoadVCalls)]?[, (TypeTestAssum…
7104 TypeTests subsubsection