Searched refs:GVTy (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 1465 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in tryPromoteAllocaToLDS() local 1467 *Mod, GVTy, false, GlobalValue::InternalLinkage, PoisonValue::get(GVTy), in tryPromoteAllocaToLDS() 1489 Value *Offset = Builder.CreateInBoundsGEP(GVTy, GV, Indices); in tryPromoteAllocaToLDS()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 1333 auto *GVTy = cast<ArrayType>(GV->getValueType()); in insertReset() 1335 GVTy->getNumElements() * in insertReset() 1336 GVTy->getElementType()->getScalarSizeInBits() / 8, in insertReset() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2183 Type *GVTy = PointerType::get(*Context, /*AS=*/0); in getLibcallReg() local 2184 EVT LCREVT = TLI.getValueType(DL, GVTy); in getLibcallReg()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3683 Type *GVTy = getTypeByID(GVTyID); in parseConstants() local 3684 if (!GVTy) in parseConstants() 3694 Type *GVTy = getTypeByID(GVTyID); in parseConstants() local 3695 if (!GVTy) in parseConstants()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 6288 Type *GVTy = GV->getValueType(); in getConstantDataArrayInfo() local 6289 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedValue(); in getConstantDataArrayInfo()
|