Home
last modified time | relevance | path

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

/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/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py168 def writeFunctionCall(self): member in KScriptGenerator
/external/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp213 void PipelineStageCodeGenerator::writeFunctionCall(const FunctionCall& c) { in writeFunctionCall() function in SkSL::PipelineStage::PipelineStageCodeGenerator
DSkSLGLSLCodeGenerator.cpp442 void GLSLCodeGenerator::writeFunctionCall(const FunctionCall& c) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.cpp325 void MetalCodeGenerator::writeFunctionCall(const FunctionCall& c) { in writeFunctionCall() function in SkSL::MetalCodeGenerator
DSkSLVMCodeGenerator.cpp1519 Value SkVMGenerator::writeFunctionCall(const FunctionCall& f) { in writeFunctionCall() function in SkSL::SkVMGenerator
DSkSLSPIRVCodeGenerator.cpp1225 SpvId SPIRVCodeGenerator::writeFunctionCall(const FunctionCall& c, OutputStream& out) { in writeFunctionCall() function in SkSL::SPIRVCodeGenerator