Searched refs:GVTy (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Module.cpp | 216 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/ |
| D | AMDGPUPromoteAlloca.cpp | 1003 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/ |
| D | GCOVProfiling.cpp | 1328 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/ |
| D | ARMFastISel.cpp | 2183 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/ |
| D | BitcodeReader.cpp | 3511 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/ |
| D | ValueTracking.cpp | 4335 Type *GVTy = GV->getValueType(); in getConstantDataArrayInfo() local 4336 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedValue(); in getConstantDataArrayInfo()
|