Home
last modified time | relevance | path

Searched refs:i8Ty (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp953 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createLoad() local
954 auto i8PtrTy = i8Ty->getPointerTo(); in createLoad()
1011 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createStore() local
1012 auto voidPtrTy = i8Ty->getPointerTo(); in createStore()
1051 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createStore() local
1052 auto i8PtrTy = i8Ty->getPointerTo(); in createStore()
1152 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createGather() local
1153 auto i8PtrTy = i8Ty->getPointerTo(); in createGather()
1158 auto i8Ptrs = jit->builder->CreateGEP(i8Ty, i8Base, offsets); in createGather()
1218 auto i8Ty in createScatter() local
4147 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); promoteFunctionToCoroutine() local
4359 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); yield() local
[all...]

Completed in 6 milliseconds