Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/IR/
DModule.cpp216 Type *GVTy = GV->getType(); in getOrInsertGlobal() local
217 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal()
218 if (GVTy != PTy) in getOrInsertGlobal()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp1003 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca() local
1005 *Mod, GVTy, false, GlobalValue::InternalLinkage, PoisonValue::get(GVTy), in handleAlloca()
1029 Value *Offset = Builder.CreateInBoundsGEP(GVTy, GV, Indices); in handleAlloca()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp1328 auto *GVTy = cast<ArrayType>(GV->getValueType()); in insertReset() local
1330 GVTy->getNumElements() * in insertReset()
1331 GVTy->getElementType()->getScalarSizeInBits() / 8, in insertReset()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMFastISel.cpp2183 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0); in getLibcallReg() local
2184 EVT LCREVT = TLI.getValueType(DL, GVTy); in getLibcallReg()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3511 Type *GVTy = getTypeByID(GVTyID); in parseConstants() local
3512 if (!GVTy) in parseConstants()
3522 Type *GVTy = getTypeByID(GVTyID); in parseConstants() local
3523 if (!GVTy) in parseConstants()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueTracking.cpp4335 Type *GVTy = GV->getValueType(); in getConstantDataArrayInfo() local
4336 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedValue(); in getConstantDataArrayInfo()