Searched refs:Int8Ptr (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroEarly.cpp | 39 AnyResumeFnPtrTy(FunctionType::get(Type::getVoidTy(Context), Int8Ptr, in Lowerer() 96 auto *FrameTy = Int8Ptr; in lowerCoroDone() 138 auto *NoopCoroVoidPtr = Builder.CreateBitCast(NoopCoro, Int8Ptr); in lowerCoroNoop()
|
D | Coroutines.cpp | 97 Int8Ptr(Type::getInt8PtrTy(Context)), in LowererBase() 98 ResumeFnType(FunctionType::get(Type::getVoidTy(Context), Int8Ptr, in LowererBase() 100 NullPtr(ConstantPointerNull::get(Int8Ptr)) {} in LowererBase()
|
D | CoroInternal.h | 58 PointerType *const Int8Ptr; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 117 __OMP_TYPE(Int8Ptr) 136 __OMP_STRUCT_TYPE(Ident, ident_t, Int32, Int32, Int32, Int32, Int8Ptr)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 137 return SrcLocStr = ConstantExpr::getPointerCast(&GV, Int8Ptr); in getOrCreateSrcLocStr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1595 Value *Int8Ptr = nullptr; in getAdjustedPtr() local 1640 Int8Ptr = Ptr; in getAdjustedPtr() 1658 if (!Int8Ptr) { in getAdjustedPtr() 1659 Int8Ptr = IRB.CreateBitCast( in getAdjustedPtr() 1666 ? Int8Ptr in getAdjustedPtr() 1667 : IRB.CreateInBoundsGEP(IRB.getInt8Ty(), Int8Ptr, in getAdjustedPtr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1501 Type *Int8Ptr = Type::getInt8PtrTy(*DFSF.DFS.Ctx); in visitMemTransferInst() local 1502 DestShadow = IRB.CreateBitCast(DestShadow, Int8Ptr); in visitMemTransferInst() 1503 SrcShadow = IRB.CreateBitCast(SrcShadow, Int8Ptr); in visitMemTransferInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 17088 Type *Int8Ptr = Builder.getInt8PtrTy(LI->getPointerAddressSpace()); in lowerInterleavedLoad() local 17089 Type *Tys[] = {VecTy, Int8Ptr}; in lowerInterleavedLoad() 17097 Ops.push_back(Builder.CreateBitCast(BaseAddr, Int8Ptr)); in lowerInterleavedLoad() 17260 Type *Int8Ptr = Builder.getInt8PtrTy(SI->getPointerAddressSpace()); in lowerInterleavedStore() local 17261 Type *Tys[] = {Int8Ptr, SubVecTy}; in lowerInterleavedStore() 17267 Ops.push_back(Builder.CreateBitCast(BaseAddr, Int8Ptr)); in lowerInterleavedStore()
|