Searched refs:compileExpression (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 225 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 …]
|
D | SkSLJIT.h | 178 LLVMValueRef compileExpression(LLVMBuilderRef builder, const Expression& expr);
|