Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSection.cpp66 bool ExactMatch = false; in getSubsectionInsertionPoint() local
68 ExactMatch = MI->first == Subsection; in getSubsectionInsertionPoint()
69 if (ExactMatch) in getSubsectionInsertionPoint()
77 if (!ExactMatch && Subsection != 0) { in getSubsectionInsertionPoint()
/external/llvm/lib/MC/
DMCSection.cpp65 bool ExactMatch = false; in getSubsectionInsertionPoint() local
67 ExactMatch = MI->first == Subsection; in getSubsectionInsertionPoint()
68 if (ExactMatch) in getSubsectionInsertionPoint()
76 if (!ExactMatch && Subsection != 0) { in getSubsectionInsertionPoint()
/external/googletest/googlemock/src/
Dgmock-matchers.cc286 case UnorderedMatcherRequire::ExactMatch: in DescribeToImpl()
310 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
316 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
327 case UnorderedMatcherRequire::ExactMatch: in DescribeNegationToImpl()
351 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
357 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DComdat.cpp47 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
66 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
DAsmWriter.cpp4023 case Comdat::ExactMatch: in print()
/external/llvm/include/llvm/IR/
DComdat.h33 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DComdat.h36 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DLinkModules.cpp184 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
197 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/external/llvm/lib/Linker/
DLinkModules.cpp200 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
213 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp574 CD->setSelectionKind(Comdat::ExactMatch); in CreateOldModule()
710 EXPECT_EQ(Comdat::ExactMatch, CD->getSelectionKind()); in TEST_F()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h2891 ExactMatch = Superset | Subset,
2985 if (match_flags() == UnorderedMatcherRequire::ExactMatch) {
3063 UnorderedMatcherRequire::ExactMatch, matchers.begin(),
3551 internal::UnorderedMatcherRequire::ExactMatch, first, last);
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp872 case Comdat::ExactMatch: in getSelectionForCOFF()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1071 case Comdat::ExactMatch: in getSelectionForCOFF()
/external/llvm/lib/IR/
DAsmWriter.cpp3346 case Comdat::ExactMatch: in print()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp989 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1024 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1040 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp875 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
/external/llvm/lib/AsmParser/
DLLParser.cpp555 SK = Comdat::ExactMatch; in parseComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp627 SK = Comdat::ExactMatch; in parseComdat()