Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp922 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca() local
924 *Mod, GVTy, false, GlobalValue::InternalLinkage, in handleAlloca()
925 UndefValue::get(GVTy), in handleAlloca()
951 Value *Offset = Builder.CreateInBoundsGEP(GVTy, GV, Indices); in handleAlloca()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2179 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0); in getLibcallReg() local
2180 EVT LCREVT = TLI.getValueType(DL, GVTy); in getLibcallReg()
2186 assert(GV->getType() == GVTy && "We miscomputed the type for the global!"); in getLibcallReg()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4107 Type *GVTy = GV->getValueType(); in getConstantDataArrayInfo() local
4108 if ( (ArrayTy = dyn_cast<ArrayType>(GVTy)) ) { in getConstantDataArrayInfo()
4113 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedSize(); in getConstantDataArrayInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2938 Type *GVTy = getTypeByID(Record[0]); in parseConstants() local
2939 if (!GVTy) in parseConstants()
2942 ValueList.getConstantFwdRef(Record[1], GVTy)); in parseConstants()