Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DModule.cpp236 Type *GVTy = GV->getType(); in getOrInsertGlobal() local
237 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal()
238 if (GVTy != PTy) in getOrInsertGlobal()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp691 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca() local
693 *Mod, GVTy, false, GlobalValue::InternalLinkage, in handleAlloca()
694 UndefValue::get(GVTy), in handleAlloca()
720 Value *Offset = Builder.CreateInBoundsGEP(GVTy, GV, Indices); in handleAlloca()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp797 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca() local
799 *Mod, GVTy, false, GlobalValue::InternalLinkage, in handleAlloca()
800 UndefValue::get(GVTy), in handleAlloca()
826 Value *Offset = Builder.CreateInBoundsGEP(GVTy, GV, Indices); in handleAlloca()
/external/llvm-project/llvm/lib/IR/
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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp942 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca() local
944 *Mod, GVTy, false, GlobalValue::InternalLinkage, in handleAlloca()
945 UndefValue::get(GVTy), in handleAlloca()
971 Value *Offset = Builder.CreateInBoundsGEP(GVTy, GV, Indices); in handleAlloca()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2169 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0); in getLibcallReg() local
2170 EVT LCREVT = TLI.getValueType(DL, GVTy); in getLibcallReg()
2176 assert(GV->getType() == GVTy && "We miscomputed the type for the global!"); in getLibcallReg()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp2186 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0); in getLibcallReg() local
2187 EVT LCREVT = TLI.getValueType(DL, GVTy); in getLibcallReg()
2193 assert(GV->getType() == GVTy && "We miscomputed the type for the global!"); in getLibcallReg()
/external/llvm-project/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()
2190 assert(GV->getType() == GVTy && "We miscomputed the type for the global!"); in getLibcallReg()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp3675 Type *GVTy = GV->getValueType(); in getConstantDataArrayInfo() local
3676 if ( (ArrayTy = dyn_cast<ArrayType>(GVTy)) ) { in getConstantDataArrayInfo()
3681 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy); in getConstantDataArrayInfo()
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp3932 Type *GVTy = GV->getValueType(); in getConstantDataArrayInfo() local
3933 if ( (ArrayTy = dyn_cast<ArrayType>(GVTy)) ) { in getConstantDataArrayInfo()
3938 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy).getFixedSize(); in getConstantDataArrayInfo()