Home
last modified time | relevance | path

Searched refs:compileExpression (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/sksl/
DSkSLJIT.cpp225 parameters.push_back(this->compileExpression(builder, *a)); in compileFunctionCall()
384 LLVMValueRef test = this->compileExpression(builder, *t.fTest); in getLValue()
510 LLVMValueRef left = this->compileExpression(builder, *b.fLeft); \ in compileBinary()
511 LLVMValueRef right = this->compileExpression(builder, *b.fRight); \ in compileBinary()
527 LLVMValueRef right = this->compileExpression(builder, *b.fRight); \ in compileBinary()
547 LLVMValueRef left = this->compileExpression(builder, *b.fLeft); \ in compileBinary()
548 LLVMValueRef right = this->compileExpression(builder, *b.fRight); \ in compileBinary()
564 LLVMValueRef result = this->compileExpression(builder, *b.fRight); in compileBinary()
605 LLVMValueRef left = this->compileExpression(builder, *b.fLeft); in compileBinary()
606 LLVMValueRef right = this->compileExpression(builder, *b.fRight); in compileBinary()
[all …]
DSkSLJIT.h178 LLVMValueRef compileExpression(LLVMBuilderRef builder, const Expression& expr);