Home
last modified time | relevance | path

Searched refs:IsDistinct (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1240 bool IsDistinct = false; in parseOneMetadata() local
1244 if (!IsDistinct) { in parseOneMetadata()
1402 IsDistinct = true; in parseOneMetadata()
1419 IsDistinct = Record[0]; in parseOneMetadata()
1436 IsDistinct = Record[0]; in parseOneMetadata()
1525 IsDistinct = Record[0]; in parseOneMetadata()
1542 IsDistinct = Record[0]; in parseOneMetadata()
1572 IsDistinct = Record[0]; in parseOneMetadata()
1712 IsDistinct = Record[0]; in parseOneMetadata()
1756 IsDistinct = true; in parseOneMetadata()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp932 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in parseStandaloneMetadata() local
934 if (parseSpecializedMDNode(Init, IsDistinct)) in parseStandaloneMetadata()
937 parseMDTuple(Init, IsDistinct)) in parseStandaloneMetadata()
4252 bool LLParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple() argument
4880 return parse##CLASS(N, IsDistinct); in parseSpecializedMDNode()
4909 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS)
4933 if (!IsDistinct) in parseDIAssignID()
5210 bool LLParser::parseDIFile(MDNode *&Result, bool IsDistinct) { in parseDIFile() argument
5245 if (!IsDistinct) in parseDICompileUnit()
5406 bool LLParser::parseDIMacro(MDNode *&Result, bool IsDistinct) { in parseDIMacro() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h583 bool parseMDTuple(MDNode *&MD, bool IsDistinct = false);
598 bool parseSpecializedMDNode(MDNode *&N, bool IsDistinct = false);
601 bool parse##CLASS(MDNode *&Result, bool IsDistinct);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp432 bool parseMDTuple(MDNode *&MD, bool IsDistinct);
1299 bool IsDistinct = Token.is(MIToken::kw_distinct); in parseMachineMetadata() local
1300 if (IsDistinct) in parseMachineMetadata()
1307 if (parseMDTuple(MD, IsDistinct)) in parseMachineMetadata()
1325 bool MIParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple() argument
1329 MD = (IsDistinct ? MDTuple::getDistinct in parseMDTuple()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp822 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&...Args) { in getSubprogram() argument
823 if (IsDistinct) in getSubprogram()