Home
last modified time | relevance | path

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

/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/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()