OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GVTy
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp
215
Type *
GVTy
= GV->getType();
216
PointerType *PTy = PointerType::get(Ty,
GVTy
->getPointerAddressSpace());
217
if (
GVTy
!= PTy)
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp
922
Type *
GVTy
= ArrayType::get(I.getAllocatedType(), WorkGroupSize);
924
*Mod,
GVTy
, false, GlobalValue::InternalLinkage,
925
UndefValue::get(
GVTy
),
951
Value *Offset = Builder.CreateInBoundsGEP(
GVTy
, GV, Indices);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp
4107
Type *
GVTy
= GV->getValueType();
4108
if ( (ArrayTy = dyn_cast<ArrayType>(
GVTy
)) ) {
4113
uint64_t SizeInBytes = DL.getTypeStoreSize(
GVTy
).getFixedSize();
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp
2179
Type *
GVTy
= Type::getInt32PtrTy(*Context, /*AS=*/0);
2180
EVT LCREVT = TLI.getValueType(DL,
GVTy
);
2186
assert(GV->getType() ==
GVTy
&& "We miscomputed the type for the global!");
Completed in 33 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026