Home
last modified time | relevance | path

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/
DCoroEarly.cpp39 AnyResumeFnPtrTy(FunctionType::get(Type::getVoidTy(Context), Int8Ptr, in Lowerer()
96 auto *FrameTy = Int8Ptr; in lowerCoroDone()
138 auto *NoopCoroVoidPtr = Builder.CreateBitCast(NoopCoro, Int8Ptr); in lowerCoroNoop()
DCoroutines.cpp97 Int8Ptr(Type::getInt8PtrTy(Context)), in LowererBase()
98 ResumeFnType(FunctionType::get(Type::getVoidTy(Context), Int8Ptr, in LowererBase()
100 NullPtr(ConstantPointerNull::get(Int8Ptr)) {} in LowererBase()
DCoroInternal.h58 PointerType *const Int8Ptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def117 __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/
DOMPIRBuilder.cpp137 return SrcLocStr = ConstantExpr::getPointerCast(&GV, Int8Ptr); in getOrCreateSrcLocStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1595 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/
DDataFlowSanitizer.cpp1501 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/
DARMISelLowering.cpp17088 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()