MCPcopy Create free account
hub / github.com/csyonghe/Spire / OpDot

Method OpDot

Source/SpireCore/SpirVCodeGen.cpp:1741–1750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1739 }
1740
1741 void OpDot(const int ID, const int typeID, const int ID0, const int ID1)
1742 {
1743 sbTextFunctionBody << LR"(%)" << ID << LR"( = OpDot %)" << typeID << LR"( %)" << ID0 << LR"( %)" << ID1 << EndLine;
1744
1745 streamFunctionBody.Add(148 + (5 << 16));
1746 streamFunctionBody.Add(typeID);
1747 streamFunctionBody.Add(ID);
1748 streamFunctionBody.Add(ID0);
1749 streamFunctionBody.Add(ID1);
1750 }
1751
1752 void OpTranspose(const int ID, const int typeID, const int Op0)
1753 {

Callers 1

AddInstrDotMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected