Searched refs:GVTy (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 215 Type *GVTy = GV->getType(); in getOrInsertGlobal() local 216 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() 217 if (GVTy != PTy) in getOrInsertGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 797 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca() local 799 *Mod, GVTy, false, GlobalValue::InternalLinkage, in handleAlloca() 800 UndefValue::get(GVTy), in handleAlloca() 826 Value *Offset = Builder.CreateInBoundsGEP(GVTy, GV, Indices); in handleAlloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2186 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0); in getLibcallReg() local 2187 EVT LCREVT = TLI.getValueType(DL, GVTy); in getLibcallReg() 2193 assert(GV->getType() == GVTy && "We miscomputed the type for the global!"); in getLibcallReg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3675 Type *GVTy = GV->getValueType(); in getConstantDataArrayInfo() local 3676 if ( (ArrayTy = dyn_cast<ArrayType>(GVTy)) ) { in getConstantDataArrayInfo() 3681 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy); in getConstantDataArrayInfo()
|