Home
last modified time | relevance | path

Searched defs:IsDistinct (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.cpp660 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in ParseStandaloneMetadata() local
3304 bool LLParser::ParseMDTuple(MDNode *&MD, bool IsDistinct) { in ParseMDTuple()
3747 bool LLParser::ParseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in ParseSpecializedMDNode()
3782 bool LLParser::ParseDILocation(MDNode *&Result, bool IsDistinct) { in ParseDILocation()
3798 bool LLParser::ParseGenericDINode(MDNode *&Result, bool IsDistinct) { in ParseGenericDINode()
3813 bool LLParser::ParseDISubrange(MDNode *&Result, bool IsDistinct) { in ParseDISubrange()
3826 bool LLParser::ParseDIEnumerator(MDNode *&Result, bool IsDistinct) { in ParseDIEnumerator()
3839 bool LLParser::ParseDIBasicType(MDNode *&Result, bool IsDistinct) { in ParseDIBasicType()
3858 bool LLParser::ParseDIDerivedType(MDNode *&Result, bool IsDistinct) { in ParseDIDerivedType()
3881 bool LLParser::ParseDICompositeType(MDNode *&Result, bool IsDistinct) { in ParseDICompositeType()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp837 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in parseStandaloneMetadata() local
4099 bool LLParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple()
4722 bool LLParser::parseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in parseSpecializedMDNode()
4761 bool LLParser::parseDILocation(MDNode *&Result, bool IsDistinct) { in parseDILocation()
4779 bool LLParser::parseDIAssignID(MDNode *&Result, bool IsDistinct) { in parseDIAssignID()
4797 bool LLParser::parseGenericDINode(MDNode *&Result, bool IsDistinct) { in parseGenericDINode()
4814 bool LLParser::parseDISubrange(MDNode *&Result, bool IsDistinct) { in parseDISubrange()
4851 bool LLParser::parseDIGenericSubrange(MDNode *&Result, bool IsDistinct) { in parseDIGenericSubrange()
4883 bool LLParser::parseDIEnumerator(MDNode *&Result, bool IsDistinct) { in parseDIEnumerator()
4909 bool LLParser::parseDIBasicType(MDNode *&Result, bool IsDistinct) { in parseDIBasicType()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp746 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in ParseStandaloneMetadata() local
3728 bool LLParser::ParseMDTuple(MDNode *&MD, bool IsDistinct) { in ParseMDTuple()
4379 bool LLParser::ParseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in ParseSpecializedMDNode()
4415 bool LLParser::ParseDILocation(MDNode *&Result, bool IsDistinct) { in ParseDILocation()
4433 bool LLParser::ParseGenericDINode(MDNode *&Result, bool IsDistinct) { in ParseGenericDINode()
4449 bool LLParser::ParseDISubrange(MDNode *&Result, bool IsDistinct) { in ParseDISubrange()
4470 bool LLParser::ParseDIEnumerator(MDNode *&Result, bool IsDistinct) { in ParseDIEnumerator()
4493 bool LLParser::ParseDIBasicType(MDNode *&Result, bool IsDistinct) { in ParseDIBasicType()
4514 bool LLParser::ParseDIDerivedType(MDNode *&Result, bool IsDistinct) { in ParseDIDerivedType()
4543 bool LLParser::ParseDICompositeType(MDNode *&Result, bool IsDistinct) { in ParseDICompositeType()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1282 bool IsDistinct = Token.is(MIToken::kw_distinct); in parseMachineMetadata() local
1308 bool MIParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtuple_points_to_analysis.cc60 bool PointsToSet::IsDistinct() const { in IsDistinct() function in xla::PointsToSet
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1055 bool IsDistinct = false; in parseOneMetadata() local
/aosp_15_r20/external/llvm/lib/IR/
H A DDIBuilder.cpp622 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) { in getSubprogram()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1136 bool IsDistinct = false; in parseOneMetadata() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDIBuilder.cpp748 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) { in getSubprogram()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDIBuilder.cpp842 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&...Args) { in getSubprogram()
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2120 bool IsDistinct; in parseMetadata() local