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

Method AddInstrStore

Source/SpireCore/SpirVCodeGen.cpp:2423–2427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2421 }
2422
2423 void AddInstrStore(ILOperand *op, int op0, int op1) {
2424 CodeGen.OpStore(op0, op1);
2425 UpdateValue(op, op1);
2426 return;
2427 }
2428
2429 int AddInstrVariableDeclaration(ILOperand *op, RefPtr<ILType> typeIL, StorageClass store, String DebugName = "", int UniformOrBuffer = 0)
2430 {

Callers 7

GetOperandPointerMethod · 0.80
PrintCallInstrMethod · 0.80
PrintBinaryInstrMethod · 0.80
PrintUpdateInstrMethod · 0.80
PrintExportInstrMethod · 0.80
PrintImportInstrMethod · 0.80

Calls 1

OpStoreMethod · 0.80

Tested by

no test coverage detected