Home
last modified time | relevance | path

Searched refs:fCurrentFunction (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/sksl/
DSkSLJIT.cpp330 fJIT.fCurrentFunction, in getLValue()
334 fJIT.fCurrentFunction, in getLValue()
337 fJIT.fCurrentFunction, in getLValue()
358 fJIT.fCurrentFunction, in getLValue()
362 fJIT.fCurrentFunction, in getLValue()
365 fJIT.fCurrentFunction, in getLValue()
695 LLVMBasicBlockRef ifTrue = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileBinary()
697 LLVMBasicBlockRef merge = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileBinary()
713 LLVMBasicBlockRef ifFalse = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileBinary()
715 LLVMBasicBlockRef merge = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileBinary()
[all …]
DSkSLIRGenerator.cpp108 , fCurrentFunction(nullptr) in IRGenerator()
526 SkASSERT(fCurrentFunction); in convertReturn()
530 SkASSERT(Program::kVertex_Kind != fKind || !fRTAdjust || "main" != fCurrentFunction->fName); in convertReturn()
536 if (fCurrentFunction->fReturnType == *fContext.fVoid_Type) { in convertReturn()
539 result = this->coerce(std::move(result), fCurrentFunction->fReturnType); in convertReturn()
546 if (fCurrentFunction->fReturnType != *fContext.fVoid_Type) { in convertReturn()
548 fCurrentFunction->fReturnType.description() + "'"); in convertReturn()
777 SkASSERT(!fCurrentFunction); in convertFunction()
778 fCurrentFunction = decl; in convertFunction()
799 fCurrentFunction = nullptr; in convertFunction()
DSkSLIRGenerator.h174 const FunctionDeclaration* fCurrentFunction; variable
DSkSLJIT.h304 LLVMValueRef fCurrentFunction; variable
/external/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h291 const FunctionDeclaration* fCurrentFunction = nullptr; variable
DSkSLMetalCodeGenerator.cpp1663 fCurrentFunction = &f.declaration(); in writeFunction()
1664 SkScopeExit clearCurrentFunction([&] { fCurrentFunction = nullptr; }); in writeFunction()
1972 if (fCurrentFunction && fCurrentFunction->isMain()) { in writeReturnStatement()