Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py163 def writeFunctionCall(self): member in KScriptGenerator
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py168 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.cpp151 void GLSLCodeGenerator::writeFunctionCall(const FunctionCall& c) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLSPIRVCodeGenerator.cpp1378 SpvId SPIRVCodeGenerator::writeFunctionCall(const FunctionCall& c, SkWStream& out) { in writeFunctionCall() function in SkSL::SPIRVCodeGenerator