Home
last modified time | relevance | path

Searched refs:compileFunctionCall (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
DSkSLJIT.h164 LLVMValueRef compileFunctionCall(LLVMBuilderRef builder, const FunctionCall& fc);
DSkSLJIT.cpp220 LLVMValueRef JIT::compileFunctionCall(LLVMBuilderRef builder, const FunctionCall& fc) { in compileFunctionCall() function in SkSL::JIT
1042 return this->compileFunctionCall(builder, (FunctionCall&) expr); in compileExpression()
/external/skqp/src/sksl/
DSkSLJIT.h164 LLVMValueRef compileFunctionCall(LLVMBuilderRef builder, const FunctionCall& fc);
DSkSLJIT.cpp220 LLVMValueRef JIT::compileFunctionCall(LLVMBuilderRef builder, const FunctionCall& fc) { in compileFunctionCall() function in SkSL::JIT
1042 return this->compileFunctionCall(builder, (FunctionCall&) expr); in compileExpression()