Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp443 this->writeInstruction(SpvOpLabel, label, out); in writeLabel()
469 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
473 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
496 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, std::string_view string, in writeInstruction() function in SkSL::SPIRVCodeGenerator
502 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, std::string_view string, in writeInstruction() function in SkSL::SPIRVCodeGenerator
509 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
517 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
524 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
532 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
541 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
[all …]
DSkSLSPIRVCodeGenerator.h382 void writeInstruction(SpvOp_ opCode, OutputStream& out);
384 void writeInstruction(SpvOp_ opCode, std::string_view string, OutputStream& out);
386 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out);
388 void writeInstruction(SpvOp_ opCode, int32_t word1, std::string_view string,
391 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, std::string_view string,
394 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
396 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
399 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
402 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
405 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
[all …]
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp241 void writeInstruction(const Instruction &I, unsigned InstID,
2293 void ModuleBitcodeWriter::writeInstruction(const Instruction &I, in writeInstruction() function in ModuleBitcodeWriter
2905 writeInstruction(*I, InstID, Vals); in writeFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp382 void writeInstruction(const Instruction &I, unsigned InstID,
2602 void ModuleBitcodeWriter::writeInstruction(const Instruction &I, in writeInstruction() function in ModuleBitcodeWriter
3208 writeInstruction(*I, InstID, Vals); in writeFunction()