Searched defs:IsDistinct (Results 1 – 11 of 11) sorted by relevance
660 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in ParseStandaloneMetadata() local3304 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 …]
837 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in parseStandaloneMetadata() local4099 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 …]
746 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in ParseStandaloneMetadata() local3728 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 …]
60 bool PointsToSet::IsDistinct() const { in IsDistinct() function in xla::PointsToSet
1282 bool IsDistinct = Token.is(MIToken::kw_distinct); in parseMachineMetadata() local1308 bool MIParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple()
1055 bool IsDistinct = false; in parseOneMetadata() local
622 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) { in getSubprogram()
1136 bool IsDistinct = false; in parseOneMetadata() local
748 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) { in getSubprogram()
842 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&...Args) { in getSubprogram()
2120 bool IsDistinct; in parseMetadata() local