OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GTy
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp
309
const Type *
GTy
= GV->getType()->getElementType();
310
unsigned Size = getSmallestAddressableSize(
GTy
, GV, TM);
/external/llvm/lib/Analysis/
Lint.cpp
438
Type *
GTy
= GV->getValueType();
439
if (
GTy
->isSized())
440
BaseSize = DL->getTypeAllocSize(
GTy
);
442
if (BaseAlign == 0 &&
GTy
->isSized())
443
BaseAlign = DL->getABITypeAlignment(
GTy
);
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp
47
Type *
GTy
= G->getType()->getElementType();
48
Value *Add = builder.CreateAdd(Load, ConstantInt::get(
GTy
, 1LL));
239
Type *
GTy
= Type::getInt32Ty(context);
242
GTy
,
245
Constant::getNullValue(
GTy
),
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
113
auto *
GTy
= DD->resolve(GV->getType());
133
addType(*VariableDIE,
GTy
);
196
addConstantValue(*VariableDIE, CI,
GTy
);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
[
all
...]
Completed in 344 milliseconds