Home
last modified time | relevance | path

Searched defs:writeFunctionCall (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py168 def writeFunctionCall(self): member in KScriptGenerator
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py163 def writeFunctionCall(self): member in KScriptGenerator
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py163 def writeFunctionCall(self): member in KScriptGenerator
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp153 void GLSLCodeGenerator::writeFunctionCall(const FunctionCall& c) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLCPPCodeGenerator.cpp242 void CPPCodeGenerator::writeFunctionCall(const FunctionCall& c) { in writeFunctionCall() function in SkSL::CPPCodeGenerator
DSkSLSPIRVCodeGenerator.cpp1405 SpvId SPIRVCodeGenerator::writeFunctionCall(const FunctionCall& c, OutputStream& out) { in writeFunctionCall() function in SkSL::SPIRVCodeGenerator