Searched refs:GVTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | Module.cpp | 236 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/ |
D | AMDGPUPromoteAlloca.cpp | 691 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/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2169 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()
|