Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp933 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createLoad() local
934 auto i8PtrTy = i8Ty->getPointerTo(); in createLoad()
991 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createStore() local
992 auto voidPtrTy = i8Ty->getPointerTo(); in createStore()
1031 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createStore() local
1032 auto i8PtrTy = i8Ty->getPointerTo(); in createStore()
1132 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createGather() local
1133 auto i8PtrTy = i8Ty->getPointerTo(); in createGather()
1198 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in createScatter() local
1199 auto i8PtrTy = i8Ty->getPointerTo(); in createScatter()
[all …]