/external/llvm-project/compiler-rt/lib/xray/tests/unit/ |
D | fdr_log_writer_test.cpp | 56 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/ |
D | xray_fdr_controller.h | 264 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()
|
D | xray_fdr_log_writer.h | 129 bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta) {
|
/external/skqp/src/sksl/ |
D | SkSLPipelineStageCodeGenerator.cpp | 180 void PipelineStageCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::PipelineStageCodeGenerator 198 INHERITED::writeFunction(f); in writeFunction()
|
D | SkSLPipelineStageCodeGenerator.h | 49 void writeFunction(const FunctionDefinition& f) override;
|
D | SkSLCPPCodeGenerator.h | 60 void writeFunction(const FunctionDefinition& f) override;
|
D | SkSLGLSLCodeGenerator.h | 116 virtual void writeFunction(const FunctionDefinition& f);
|
D | SkSLMetalCodeGenerator.h | 159 void writeFunction(const FunctionDefinition& f);
|
D | SkSLSPIRVCodeGenerator.h | 140 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
|
D | SkSLCPPCodeGenerator.cpp | 433 void CPPCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::CPPCodeGenerator 450 INHERITED::writeFunction(f); in writeFunction()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 141 def writeFunction(self, elements): member in KScriptGenerator 192 script.writeFunction(elementsPerFunc)
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 141 def writeFunction(self, elements): member in KScriptGenerator 192 script.writeFunction(elementsPerFunc)
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 148 def writeFunction(self, elements): member in KScriptGenerator 199 script.writeFunction(elementsPerFunc)
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 143 def writeFunction(self, elements): member in KScriptGenerator 194 script.writeFunction(elementsPerFunc)
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 143 def writeFunction(self, elements): member in KScriptGenerator 194 script.writeFunction(elementsPerFunc)
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 146 def writeFunction(self, elements): member in KScriptGenerator 197 script.writeFunction(elementsPerFunc)
|
/external/skia/src/sksl/codegen/ |
D | SkSLCPPCodeGenerator.h | 62 void writeFunction(const FunctionDefinition& f) override;
|
D | SkSLDSLCPPCodeGenerator.h | 86 void writeFunction(const FunctionDefinition& f) override;
|
D | SkSLGLSLCodeGenerator.h | 102 virtual void writeFunction(const FunctionDefinition& f);
|
D | SkSLPipelineStageCodeGenerator.cpp | 65 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()
|
D | SkSLMetalCodeGenerator.h | 142 void writeFunction(const FunctionDefinition& f);
|
D | SkSLVMCodeGenerator.cpp | 122 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()
|
D | SkSLSPIRVCodeGenerator.h | 217 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
|
/external/llvm-project/clang/utils/ABITest/ |
D | ABITestGen.py | 104 def writeFunction(self, i, FT): member in TypePrinter 654 P.writeFunction(N, FT)
|
/external/clang/utils/ABITest/ |
D | ABITestGen.py | 103 def writeFunction(self, i, FT): member in TypePrinter 653 P.writeFunction(N, FT)
|