Home
last modified time | relevance | path

Searched refs:writeFunction (Results 1 – 11 of 11) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py141 def writeFunction(self, elements): member in KScriptGenerator
192 script.writeFunction(elementsPerFunc)
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py141 def writeFunction(self, elements): member in KScriptGenerator
192 script.writeFunction(elementsPerFunc)
/external/skia/src/sksl/
DSkSLCPPCodeGenerator.h50 void writeFunction(const FunctionDefinition& f) override;
DSkSLGLSLCodeGenerator.h109 virtual void writeFunction(const FunctionDefinition& f);
DSkSLCPPCodeGenerator.cpp268 void CPPCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::CPPCodeGenerator
283 INHERITED::writeFunction(f); in writeFunction()
DSkSLGLSLCodeGenerator.cpp490 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::GLSLCodeGenerator
869 this->writeFunction((FunctionDefinition&) e); in writeProgramElement()
DSkSLSPIRVCodeGenerator.h132 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp2617 SpvId SPIRVCodeGenerator::writeFunction(const FunctionDefinition& f, OutputStream& out) { in writeFunction() function in SkSL::SPIRVCodeGenerator
3039 this->writeFunction(((FunctionDefinition&) *program.fElements[i]), body); in writeInstructions()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py146 def writeFunction(self, elements): member in KScriptGenerator
197 script.writeFunction(elementsPerFunc)
/external/clang/utils/ABITest/
DABITestGen.py103 def writeFunction(self, i, FT): member in TypePrinter
653 P.writeFunction(N, FT)
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp249 writeFunction(const Function &F,
2869 void ModuleBitcodeWriter::writeFunction( in writeFunction() function in ModuleBitcodeWriter
3628 writeFunction(*F, FunctionToBitcodeIndex); in writeModule()