Lines Matching refs:i8Ty
933 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()
4065 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in promoteFunctionToCoroutine() local
4209 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionDestroy), jit->coroutine.destroyBlock); in promoteFunctionToCoroutine()
4277 auto i8Ty = llvm::Type::getInt8Ty(*jit->context); in yield() local
4292 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionResume), resumeBlock); in yield()
4293 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionDestroy), jit->coroutine.destroyBlock); in yield()