Searched refs:TypeTests (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 157 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/ |
D | ModuleSummaryIndex.h | 449 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);
|
D | ModuleSummaryIndexYAML.h | 142 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerTypeTests/ |
D | import-unsat.ll | 11 ; SUMMARY-NEXT: TypeTests: [ 123 ]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | decoder_database_unittest.cc | 89 TEST(DecoderDatabase, TypeTests) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.h | 354 bool ParseTypeTests(std::vector<GlobalValue::GUID> &TypeTests);
|
D | LLParser.cpp | 7556 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/ |
D | AsmWriter.cpp | 2895 if (!TIDInfo.TypeTests.empty()) { in printTypeIdInfo() 2899 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo()
|
/external/python/cpython3/Lib/test/ |
D | test_typing.py | 2385 class TypeTests(BaseTestCase): class
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 5987 …typeIdInfo: [(TypeTests)]?[, (TypeTestAssumeVCalls)]?[, (TypeCheckedLoadVCalls)]?[, (TypeTestAssum… 5991 TypeTests subsubsection
|