Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1465 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 DGCOVProfiling.cpp1333 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 DARMFastISel.cpp2183 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 DBitcodeReader.cpp3683 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 DValueTracking.cpp6288 Type *GVTy = GV->getValueType(); in getConstantDataArrayInfo() local
6289 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedValue(); in getConstantDataArrayInfo()