/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 162 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/ |
D | TypeTests.h | 27 TEST(TypeTests, Templating) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndexYAML.h | 141 std::vector<uint64_t> TypeTests; 185 io.mapOptional("TypeTests", summary.TypeTests); 228 ArrayRef<FunctionSummary::EdgeTy>{}, std::move(FSum.TypeTests),
|
D | ModuleSummaryIndex.h | 526 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/ |
D | ModuleSummaryIndexYAML.h | 142 std::vector<uint64_t> TypeTests; 186 io.mapOptional("TypeTests", summary.TypeTests); 230 ArrayRef<FunctionSummary::EdgeTy>{}, std::move(FSum.TypeTests),
|
D | ModuleSummaryIndex.h | 527 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/ |
D | ModuleSummaryAnalysis.cpp | 162 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/ |
D | import-unsat.ll | 12 ; SUMMARY-NEXT: TypeTests: [ 123 ]
|
/external/llvm-project/llvm/test/Transforms/WholeProgramDevirt/ |
D | export-unsuccessful-checked.ll | 4 ; CHECK: TypeTests: [ 15427464259790519041, 17525413373118030901 ]
|
D | export-uniform-ret-val.ll | 4 ; SUMMARY-NOT: TypeTests:
|
D | export-unique-ret-val.ll | 4 ; SUMMARY-NOT: TypeTests:
|
/external/webrtc/modules/audio_coding/neteq/ |
D | decoder_database_unittest.cc | 105 TEST(DecoderDatabase, TypeTests) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 360 bool ParseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
|
D | LLParser.cpp | 8131 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/ |
D | LLParser.h | 353 bool parseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
|
D | LLParser.cpp | 8563 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/ |
D | AsmWriter.cpp | 3233 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo() 3237 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2997 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo() 3001 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()
|
/external/python/cpython3/Lib/test/ |
D | test_typing.py | 3591 class TypeTests(BaseTestCase): class
|
/external/llvm-project/llvm/docs/ |
D | LangRef.rst | 7100 …typeIdInfo: [(TypeTests)]?[, (TypeTestAssumeVCalls)]?[, (TypeCheckedLoadVCalls)]?[, (TypeTestAssum… 7104 TypeTests subsubsection
|