Home
last modified time | relevance | path

Searched refs:GVTy (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp215 Type *GVTy = GV->getType(); in getOrInsertGlobal() local
216 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal()
217 if (GVTy != PTy) in getOrInsertGlobal()
/external/llvm/lib/IR/
DModule.cpp236 Type *GVTy = GV->getType(); in getOrInsertGlobal() local
237 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal()
238 if (GVTy != PTy) in getOrInsertGlobal()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp691 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca() local
693 *Mod, GVTy, false, GlobalValue::InternalLinkage, in handleAlloca()
694 UndefValue::get(GVTy), in handleAlloca()
720 Value *Offset = Builder.CreateInBoundsGEP(GVTy, GV, Indices); in handleAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp771 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca() local
773 *Mod, GVTy, false, GlobalValue::InternalLinkage, in handleAlloca()
774 UndefValue::get(GVTy), in handleAlloca()
800 Value *Offset = Builder.CreateInBoundsGEP(GVTy, GV, Indices); in handleAlloca()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2169 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0); in getLibcallReg() local
2170 EVT LCREVT = TLI.getValueType(DL, GVTy); in getLibcallReg()
2176 assert(GV->getType() == GVTy && "We miscomputed the type for the global!"); in getLibcallReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp2195 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0); in getLibcallReg() local
2196 EVT LCREVT = TLI.getValueType(DL, GVTy); in getLibcallReg()
2202 assert(GV->getType() == GVTy && "We miscomputed the type for the global!"); in getLibcallReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3252 Type *GVTy = GV->getValueType(); in getConstantDataArrayInfo() local
3253 if ( (ArrayTy = dyn_cast<ArrayType>(GVTy)) ) { in getConstantDataArrayInfo()
3258 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy); in getConstantDataArrayInfo()