/external/llvm/lib/IR/ |
D | Module.cpp | 236 Type *GVTy = GV->getType(); in getOrInsertGlobal() local 237 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() 238 if (GVTy != PTy) in getOrInsertGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 215 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/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 691 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/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 797 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/ |
D | Module.cpp | 215 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/ |
D | AMDGPUPromoteAlloca.cpp | 942 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2186 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/ |
D | ARMFastISel.cpp | 2183 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/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2169 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/Analysis/ |
D | ValueTracking.cpp | 3675 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/ |
D | ValueTracking.cpp | 3932 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()
|