OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ETy
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp
73
auto
ETy
= cast<PointerType>(allocaInst->getType())->getElementType();
74
auto LocalAddrTy = PointerType::get(
ETy
, ADDRESS_SPACE_LOCAL);
76
auto GenericAddrTy = PointerType::get(
ETy
, ADDRESS_SPACE_GENERIC);
NVPTXAsmPrinter.cpp
1004
Type *
ETy
= GVar->getValueType();
1129
O << " .align " << (int)DL.getPrefTypeAlignment(
ETy
);
1133
if (
ETy
->isFloatingPointTy() ||
ETy
->isPointerTy() ||
1134
(
ETy
->isIntegerTy() &&
ETy
->getScalarSizeInBits() <= 64)) {
1137
if (
ETy
->isIntegerTy(1))
1140
O << getPTXFundamentalTypeStr(
ETy
, false);
1174
switch (
ETy
->getTypeID()) {
1179
ElementSize = DL.getTypeStoreSize(
ETy
);
[
all
...]
NVPTXISelLowering.cpp
1344
Type *
ETy
= PTy->getElementType();
1347
unsigned sz = DL.getTypeAllocSize(
ETy
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp
633
QualType
ETy
= RTy->getPointeeType();
634
llvm::Type *PointeeType = ConvertTypeForMem(
ETy
);
635
unsigned AS = Context.getTargetAddressSpace(
ETy
);
641
QualType
ETy
= PTy->getPointeeType();
642
llvm::Type *PointeeType = ConvertTypeForMem(
ETy
);
648
: Context.getTargetAddressSpace(
ETy
);
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.h
100
const DICompositeType *
ETy
;
104
BTFTypeEnum(const DICompositeType *
ETy
, uint32_t NumValues);
296
void visitEnumType(const DICompositeType *
ETy
, uint32_t &TypeId);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterleavedLoadCombinePass.cpp
1203
Type *
ETy
= InterleavedLoad.front().SVI->getType()->getElementType();
1207
FixedVectorType *ILTy = FixedVectorType::get(
ETy
, Factor * ElementsPerSVI);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
3247
QualType
ETy
= E->getType();
3255
if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy,
ETy
, E, AA_Passing))
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
1473
Type *
ETy
= CA->getType()->getElementType();
1475
TypePrinter.print(
ETy
, Out);
1482
TypePrinter.print(
ETy
, Out);
1501
Type *
ETy
= CA->getType()->getElementType();
1503
TypePrinter.print(
ETy
, Out);
1510
TypePrinter.print(
ETy
, Out);
1551
Type *
ETy
= CVVTy->getElementType();
1553
TypePrinter.print(
ETy
, Out);
1559
TypePrinter.print(
ETy
, Out);
Verifier.cpp
698
Type *
ETy
= STy->getTypeAtIndex(2);
699
Assert(
ETy
->isPointerTy() &&
700
cast<PointerType>(
ETy
)->getElementType()->isIntegerTy(8),
Completed in 59 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026