Searched refs:ETy (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h131 void addExtensionsToPM(ExtensionPointTy ETy, PassManagerBase &PM) const;
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1089 Type *ETy = PTy->getElementType(); local
1206 O << " .align " << (int) TD->getPrefTypeAlignment(ETy);
1210 if (ETy->isPrimitiveType() || ETy->isIntegerTy() || isa<PointerType>(ETy)) {
1213 if (ETy->isIntegerTy(1))
1216 O << getPTXFundamentalTypeStr(ETy, false);
1238 switch (ETy->getTypeID()) {
1242 ElementSize = TD->getTypeStoreSize(ETy);
1372 Type *ETy local
1422 Type *ETy = VTy->getElementType(); local
1437 Type *ETy = STy->getElementType(i); local
1549 Type *ETy = PTy->getElementType(); local
1604 Type *ETy = PTy->getElementType(); local
1800 const Type *ETy = CPV->getType(); local
[all...]
H A DNVPTXISelLowering.cpp458 Type *ETy = PTy->getElementType(); local
461 unsigned sz = getDataLayout()->getTypeAllocSize(ETy);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp98 Type *ETy = PTy->getElementType(); local
100 if (ETy->isIntegerTy(8))
120 if (PointerType *Pte = dyn_cast<PointerType>(ETy))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp410 QualType ETy = RTy->getPointeeType(); local
411 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
412 unsigned AS = Context.getTargetAddressSpace(ETy);
418 QualType ETy = PTy->getPointeeType(); local
419 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
422 unsigned AS = Context.getTargetAddressSpace(ETy);
H A DCodeGenTBAA.cpp147 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) {
152 if (!Features.CPlusPlus || !ETy->getDecl()->isExternallyVisible())
157 MContext.mangleTypeName(QualType(ETy, 0), Out);
H A DCGBuiltin.cpp2573 llvm::Type *ETy = VTy->getElementType(); local
2574 llvm::VectorType *RTy = llvm::VectorType::get(ETy, 1);
2577 assert(!ETy->isFloatingPointTy());
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp94 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, argument
97 if ((*GlobalExtensions)[i].first == ETy)
100 if (Extensions[i].first == ETy)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatString.cpp279 if (const EnumType *ETy = argTy->getAs<EnumType>())
280 argTy = ETy->getDecl()->getIntegerType();
296 if (const EnumType *ETy = argTy->getAs<EnumType>())
297 argTy = ETy->getDecl()->getIntegerType();
H A DScanfFormatString.cpp394 if (const EnumType *ETy = QT->getAs<EnumType>())
395 QT = ETy->getDecl()->getIntegerType();
H A DPrintfFormatString.cpp474 if (const EnumType *ETy = QT->getAs<EnumType>())
475 QT = ETy->getDecl()->getIntegerType();
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp908 Type *ETy = CA->getType()->getElementType(); local
910 TypePrinter.print(ETy, Out);
917 TypePrinter.print(ETy, Out);
936 Type *ETy = CA->getType()->getElementType(); local
938 TypePrinter.print(ETy, Out);
945 TypePrinter.print(ETy, Out);
986 Type *ETy = CV->getType()->getVectorElementType(); local
988 TypePrinter.print(ETy, Out);
994 TypePrinter.print(ETy, Out);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1329 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType());
1330 if (!ETy || ETy->getNumElements() != 2) return; // Not an array of pairs!
1331 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) ||
1332 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr).
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1723 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT,
1726 SubclassData |= (unsigned short)ETy;
1727 assert(getExtensionType() == ETy && "LoadExtType encoding error!");
1722 LoadSDNode(SDValue *ChainPtrOff, unsigned Order, DebugLoc dl, SDVTList VTs, ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT, MachineMemOperand *MMO) argument
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp1468 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
1470 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy &&
1871 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
1873 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy &&
2268 Type *ETy = getEffectiveSCEVType(Operands[0]->getType());
2270 assert(getEffectiveSCEVType(Operands[i]->getType()) == ETy &&
2386 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
2388 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy &&
2490 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
2492 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7198 if (const EnumType* ETy = LHS->getAs<EnumType>()) {
7199 return mergeEnumWithInteger(*this, ETy, RHS, false);
7201 if (const EnumType* ETy = RHS->getAs<EnumType>()) {
7202 return mergeEnumWithInteger(*this, ETy, LHS, BlockReturnType);
7504 if (const EnumType *ETy = T->getAs<EnumType>())
7505 T = ETy->getDecl()->getIntegerType();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2312 QualType ETy = E->getType(); local
2320 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing))

Completed in 186 milliseconds