Searched refs:fJIT (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 322 : fJIT(*jit) in getLValue() 329 fJIT.fContext, in getLValue() 330 fJIT.fCurrentFunction, in getLValue() 333 fJIT.fContext, in getLValue() 334 fJIT.fCurrentFunction, in getLValue() 336 LLVMBasicBlockRef merge = LLVMAppendBasicBlockInContext(fJIT.fContext, in getLValue() 337 fJIT.fCurrentFunction, in getLValue() 340 fJIT.setBlock(builder, trueBlock); in getLValue() 343 fJIT.setBlock(builder, falseBlock); in getLValue() 346 fJIT.setBlock(builder, merge); in getLValue() [all …]
|
/external/skia/src/sksl/ |
D | SkSLJIT.cpp | 322 : fJIT(*jit) in getLValue() 329 fJIT.fContext, in getLValue() 330 fJIT.fCurrentFunction, in getLValue() 333 fJIT.fContext, in getLValue() 334 fJIT.fCurrentFunction, in getLValue() 336 LLVMBasicBlockRef merge = LLVMAppendBasicBlockInContext(fJIT.fContext, in getLValue() 337 fJIT.fCurrentFunction, in getLValue() 340 fJIT.setBlock(builder, trueBlock); in getLValue() 343 fJIT.setBlock(builder, falseBlock); in getLValue() 346 fJIT.setBlock(builder, merge); in getLValue() [all …]
|