Lines Matching refs:fJIT
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()
357 fJIT.fContext, in getLValue()
358 fJIT.fCurrentFunction, in getLValue()
361 fJIT.fContext, in getLValue()
362 fJIT.fCurrentFunction, in getLValue()
364 LLVMBasicBlockRef merge = LLVMAppendBasicBlockInContext(fJIT.fContext, in getLValue()
365 fJIT.fCurrentFunction, in getLValue()
368 fJIT.setBlock(builder, trueBlock); in getLValue()
371 fJIT.setBlock(builder, falseBlock); in getLValue()
374 fJIT.setBlock(builder, merge); in getLValue()
378 JIT& fJIT; in getLValue() member in SkSL::JIT::getLValue::TernaryLValue
397 : fJIT(*jit) in getLValue()
410 LLVMConstInt(fJIT.fInt32Type, in getLValue()
415 LLVMConstInt(fJIT.fInt32Type, i, false), in getLValue()
422 LLVMConstInt(fJIT.fInt32Type, in getLValue()
434 fJIT.fInt32Type, in getLValue()
439 LLVMConstInt(fJIT.fInt32Type, in getLValue()
446 LLVMConstInt(fJIT.fInt32Type, in getLValue()
455 JIT& fJIT; in getLValue() member in SkSL::JIT::getLValue::SwizzleLValue