Home
last modified time | relevance | path

Searched refs:getPrefixedOpcode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Target/SPIRV/
H A DSPIRVBinaryUtils.h39 uint32_t getPrefixedOpcode(uint32_t wordCount, spirv::Opcode opcode);
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/
H A DSPIRVBinaryUtils.cpp60 uint32_t spirv::getPrefixedOpcode(uint32_t wordCount, spirv::Opcode opcode) { in getPrefixedOpcode() function in spirv
/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp71 binary.push_back(spirv::getPrefixedOpcode(wordCount, op)); in addInstruction()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp78 binary.push_back(spirv::getPrefixedOpcode(wordCount, op)); in encodeInstructionInto()
1203 spirv::getPrefixedOpcode(wordCount, spirv::Opcode::OpDecorate)); in emitDecoration()