Home
last modified time | relevance | path

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

12

/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dfdr_log_writer_test.cpp56 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, 1)); in TEST()
58 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, 1, 1)); in TEST()
99 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, TSC++)); in TEST()
101 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, 1, TSC++)); in TEST()
113 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, TSC++)); in TEST()
144 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, 1, 1)); in TEST()
146 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, 1, 1)); in TEST()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_fdr_controller.h264 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Enter, in functionEnter()
289 return W.writeFunction(FDRLogWriter::FunctionRecordKind::TailExit, in functionTailExit()
329 return W.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, mask(FuncId), in functionExit()
Dxray_fdr_log_writer.h129 bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta) {
/external/skqp/src/sksl/
DSkSLPipelineStageCodeGenerator.cpp180 void PipelineStageCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::PipelineStageCodeGenerator
198 INHERITED::writeFunction(f); in writeFunction()
DSkSLPipelineStageCodeGenerator.h49 void writeFunction(const FunctionDefinition& f) override;
DSkSLCPPCodeGenerator.h60 void writeFunction(const FunctionDefinition& f) override;
DSkSLGLSLCodeGenerator.h116 virtual void writeFunction(const FunctionDefinition& f);
DSkSLMetalCodeGenerator.h159 void writeFunction(const FunctionDefinition& f);
DSkSLSPIRVCodeGenerator.h140 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
DSkSLCPPCodeGenerator.cpp433 void CPPCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::CPPCodeGenerator
450 INHERITED::writeFunction(f); in writeFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py141 def writeFunction(self, elements): member in KScriptGenerator
192 script.writeFunction(elementsPerFunc)
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py141 def writeFunction(self, elements): member in KScriptGenerator
192 script.writeFunction(elementsPerFunc)
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py148 def writeFunction(self, elements): member in KScriptGenerator
199 script.writeFunction(elementsPerFunc)
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py143 def writeFunction(self, elements): member in KScriptGenerator
194 script.writeFunction(elementsPerFunc)
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py143 def writeFunction(self, elements): member in KScriptGenerator
194 script.writeFunction(elementsPerFunc)
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py146 def writeFunction(self, elements): member in KScriptGenerator
197 script.writeFunction(elementsPerFunc)
/external/skia/src/sksl/codegen/
DSkSLCPPCodeGenerator.h62 void writeFunction(const FunctionDefinition& f) override;
DSkSLDSLCPPCodeGenerator.h86 void writeFunction(const FunctionDefinition& f) override;
DSkSLGLSLCodeGenerator.h102 virtual void writeFunction(const FunctionDefinition& f);
DSkSLPipelineStageCodeGenerator.cpp65 void writeFunction(const FunctionDefinition& f);
258 void PipelineStageCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::PipelineStage::PipelineStageCodeGenerator
350 this->writeFunction(e.as<FunctionDefinition>()); in writeProgramElement()
DSkSLMetalCodeGenerator.h142 void writeFunction(const FunctionDefinition& f);
DSkSLVMCodeGenerator.cpp122 void writeFunction(const FunctionDefinition& function,
416 void SkVMGenerator::writeFunction(const FunctionDefinition& function, in writeFunction() function in SkSL::SkVMGenerator
1221 this->writeFunction(*f.function().definition(), SkMakeSpan(argVals), result.asSpan()); in writeFunctionCall()
1648 generator.writeFunction(function, {args, argSlots}, SkMakeSpan(result)); in ProgramToSkVM()
1690 generator.writeFunction(function, SkMakeSpan(argVals), SkMakeSpan(returnVals)); in ProgramToSkVM()
DSkSLSPIRVCodeGenerator.h217 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
/external/llvm-project/clang/utils/ABITest/
DABITestGen.py104 def writeFunction(self, i, FT): member in TypePrinter
654 P.writeFunction(N, FT)
/external/clang/utils/ABITest/
DABITestGen.py103 def writeFunction(self, i, FT): member in TypePrinter
653 P.writeFunction(N, FT)

12