Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1140 bool IsDistinct = false; in parseOneMetadata() local
1144 if (!IsDistinct) { in parseOneMetadata()
1290 IsDistinct = true; in parseOneMetadata()
1307 IsDistinct = Record[0]; in parseOneMetadata()
1324 IsDistinct = Record[0]; in parseOneMetadata()
1413 IsDistinct = Record[0]; in parseOneMetadata()
1429 IsDistinct = Record[0]; in parseOneMetadata()
1449 IsDistinct = Record[0]; in parseOneMetadata()
1571 IsDistinct = Record[0]; in parseOneMetadata()
1590 IsDistinct = Record[0]; in parseOneMetadata()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp783 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in parseStandaloneMetadata() local
785 if (parseSpecializedMDNode(Init, IsDistinct)) in parseStandaloneMetadata()
788 parseMDTuple(Init, IsDistinct)) in parseStandaloneMetadata()
3714 bool LLParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple() argument
4362 return parse##CLASS(N, IsDistinct); in parseSpecializedMDNode()
4391 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS)
4671 bool LLParser::parseDIFile(MDNode *&Result, bool IsDistinct) { in parseDIFile() argument
4706 if (!IsDistinct) in parseDICompileUnit()
4863 bool LLParser::parseDIMacro(MDNode *&Result, bool IsDistinct) { in parseDIMacro() argument
5009 bool LLParser::parseDILabel(MDNode *&Result, bool IsDistinct) { in parseDILabel() argument
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h511 bool parseMDTuple(MDNode *&MD, bool IsDistinct = false);
526 bool parseSpecializedMDNode(MDNode *&N, bool IsDistinct = false);
529 bool parse##CLASS(MDNode *&Result, bool IsDistinct);
531 bool parseDIArgList(MDNode *&Result, bool IsDistinct,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp435 bool parseMDTuple(MDNode *&MD, bool IsDistinct);
1211 bool IsDistinct = Token.is(MIToken::kw_distinct); in parseMachineMetadata() local
1212 if (IsDistinct) in parseMachineMetadata()
1219 if (parseMDTuple(MD, IsDistinct)) in parseMachineMetadata()
1237 bool MIParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple() argument
1241 MD = (IsDistinct ? MDTuple::getDistinct in parseMDTuple()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp809 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) { in getSubprogram() argument
810 if (IsDistinct) in getSubprogram()