Home
last modified time | relevance | path

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

/external/skia/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.cpp110 , fCurrentFunction(nullptr) in IRGenerator()
532 SkASSERT(fCurrentFunction); in convertReturn()
536 SkASSERT(Program::kVertex_Kind != fKind || !fRTAdjust || "main" != fCurrentFunction->fName); in convertReturn()
542 if (fCurrentFunction->fReturnType == *fContext.fVoid_Type) { in convertReturn()
545 result = this->coerce(std::move(result), fCurrentFunction->fReturnType); in convertReturn()
552 if (fCurrentFunction->fReturnType != *fContext.fVoid_Type) { in convertReturn()
554 fCurrentFunction->fReturnType.description() + "'"); in convertReturn()
794 SkASSERT(!fCurrentFunction); in convertFunction()
795 fCurrentFunction = decl; in convertFunction()
821 fCurrentFunction = nullptr; in convertFunction()
DSkSLJIT.h304 LLVMValueRef fCurrentFunction; variable
DSkSLIRGenerator.h174 const FunctionDeclaration* fCurrentFunction; variable
/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