Searched refs:i8PtrTy (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 954 auto i8PtrTy = i8Ty->getPointerTo(); in createLoad() local 956 auto funcTy = llvm::FunctionType::get(voidTy, { sizetTy, i8PtrTy, i8PtrTy, intTy }, false); in createLoad() 962 jit->builder->CreatePointerCast(V(ptr), i8PtrTy), in createLoad() 963 jit->builder->CreatePointerCast(V(out), i8PtrTy), in createLoad() 1052 auto i8PtrTy = i8Ty->getPointerTo(); in createStore() local 1054 auto funcTy = llvm::FunctionType::get(voidTy, { sizetTy, i8PtrTy, i8PtrTy, intTy }, false); in createStore() 1061 jit->builder->CreatePointerCast(V(ptr), i8PtrTy), in createStore() 1062 jit->builder->CreatePointerCast(V(copy), i8PtrTy), in createStore() 1153 auto i8PtrTy = i8Ty->getPointerTo(); createGather() local 1219 auto i8PtrTy = i8Ty->getPointerTo(); createScatter() local 4080 auto i8PtrTy = llvm::Type::getInt8PtrTy(*jit->context); VPrintf() local 4149 auto i8PtrTy = llvm::Type::getInt8PtrTy(*jit->context); promoteFunctionToCoroutine() local 4314 auto i8PtrTy = llvm::Type::getInt8PtrTy(*jit->context); createCoroutine() local [all...] |
Completed in 7 milliseconds