/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1036 Type *ETy = PTy->getElementType(); in printModuleLevelGV() local 1162 O << " .align " << (int) TD->getPrefTypeAlignment(ETy); in printModuleLevelGV() 1166 if (ETy->isFloatingPointTy() || ETy->isIntegerTy() || ETy->isPointerTy()) { in printModuleLevelGV() 1169 if (ETy->isIntegerTy(1)) in printModuleLevelGV() 1172 O << getPTXFundamentalTypeStr(ETy, false); in printModuleLevelGV() 1206 switch (ETy->getTypeID()) { in printModuleLevelGV() 1210 ElementSize = TD->getTypeStoreSize(ETy); in printModuleLevelGV() 1340 Type *ETy = PTy->getElementType(); in emitPTXGlobalVariable() local 1345 O << " .align " << (int) TD->getPrefTypeAlignment(ETy); in emitPTXGlobalVariable() 1349 if (ETy->isFloatingPointTy() || ETy->isIntegerTy() || ETy->isPointerTy()) { in emitPTXGlobalVariable() [all …]
|
D | NVPTXISelLowering.cpp | 972 Type *ETy = PTy->getElementType(); in getPrototype() local 975 unsigned sz = getDataLayout()->getTypeAllocSize(ETy); in getPrototype()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 415 QualType ETy = RTy->getPointeeType(); in ConvertType() local 416 llvm::Type *PointeeType = ConvertTypeForMem(ETy); in ConvertType() 417 unsigned AS = Context.getTargetAddressSpace(ETy); in ConvertType() 423 QualType ETy = PTy->getPointeeType(); in ConvertType() local 424 llvm::Type *PointeeType = ConvertTypeForMem(ETy); in ConvertType() 427 unsigned AS = Context.getTargetAddressSpace(ETy); in ConvertType()
|
D | CodeGenTBAA.cpp | 147 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { in getTBAAInfo() local 152 if (!Features.CPlusPlus || !ETy->getDecl()->isExternallyVisible()) in getTBAAInfo() 157 MContext.mangleTypeName(QualType(ETy, 0), Out); in getTBAAInfo()
|
D | CGCall.cpp | 1852 QualType ETy = ArrTy->getElementType(); in EmitFunctionProlog() local 1854 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() && in EmitFunctionProlog() 1858 getContext().getTypeSizeInChars(ETy).getQuantity()*ArrSize); in EmitFunctionProlog() 1861 } else if (getContext().getTargetAddressSpace(ETy) == 0) { in EmitFunctionProlog()
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | PassManagerBuilder.h | 139 void addExtensionsToPM(ExtensionPointTy ETy,
|
/external/clang/lib/Analysis/ |
D | FormatString.cpp | 282 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType() local 283 argTy = ETy->getDecl()->getIntegerType(); in matchesType() 299 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType() local 300 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
|
D | ScanfFormatString.cpp | 416 if (const EnumType *ETy = PT->getAs<EnumType>()) in fixType() local 417 PT = ETy->getDecl()->getIntegerType(); in fixType()
|
D | PrintfFormatString.cpp | 534 if (const EnumType *ETy = QT->getAs<EnumType>()) in fixType() local 535 QT = ETy->getDecl()->getIntegerType(); in fixType()
|
/external/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 126 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, in addExtensionsToPM() argument 129 if ((*GlobalExtensions)[i].first == ETy) in addExtensionsToPM() 132 if (Extensions[i].first == ETy) in addExtensionsToPM()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ARCInstKind.cpp | 98 Type *ETy = PTy->getElementType(); in GetFunctionClass() local 100 if (ETy->isIntegerTy(8)) in GetFunctionClass() 122 if (PointerType *Pte = dyn_cast<PointerType>(ETy)) in GetFunctionClass()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1498 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in EmitXXStructorList() local 1500 if (!ETy || ETy->getNumElements() < 2 || ETy->getNumElements() > 3) in EmitXXStructorList() 1502 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) || in EmitXXStructorList() 1503 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr). in EmitXXStructorList() 1504 if (ETy->getNumElements() == 3 && !isa<PointerType>(ETy->getTypeAtIndex(2U))) in EmitXXStructorList() 1520 if (ETy->getNumElements() == 3 && !CS->getOperand(2)->isNullValue()) in EmitXXStructorList()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1177 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local 1179 TypePrinter.print(ETy, Out); in WriteConstantInternal() 1186 TypePrinter.print(ETy, Out); in WriteConstantInternal() 1205 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local 1207 TypePrinter.print(ETy, Out); in WriteConstantInternal() 1214 TypePrinter.print(ETy, Out); in WriteConstantInternal() 1255 Type *ETy = CV->getType()->getVectorElementType(); in WriteConstantInternal() local 1257 TypePrinter.print(ETy, Out); in WriteConstantInternal() 1263 TypePrinter.print(ETy, Out); in WriteConstantInternal()
|
D | Verifier.cpp | 483 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable() local 484 Assert(ETy->isPointerTy() && in visitGlobalVariable() 485 cast<PointerType>(ETy)->getElementType()->isIntegerTy(8), in visitGlobalVariable()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1866 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT, 1869 SubclassData |= (unsigned short)ETy; 1870 assert(getExtensionType() == ETy && "LoadExtType encoding error!"); 1950 unsigned numOperands, SDVTList VTs, ISD::LoadExtType ETy, 1954 SubclassData |= (unsigned short)ETy;
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1962 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr() local 1964 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy && in getAddExpr() 2370 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMulExpr() local 2372 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy && in getMulExpr() 2822 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); in getAddRecExpr() local 2824 assert(getEffectiveSCEVType(Operands[i]->getType()) == ETy && in getAddRecExpr() 2927 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getSMaxExpr() local 2929 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy && in getSMaxExpr() 3031 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getUMaxExpr() local 3033 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy && in getUMaxExpr() [all …]
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 7213 if (const EnumType* ETy = LHS->getAs<EnumType>()) { in mergeTypes() local 7214 return mergeEnumWithInteger(*this, ETy, RHS, false); in mergeTypes() 7216 if (const EnumType* ETy = RHS->getAs<EnumType>()) { in mergeTypes() local 7217 return mergeEnumWithInteger(*this, ETy, LHS, BlockReturnType); in mergeTypes() 7517 if (const EnumType *ETy = T->getAs<EnumType>()) in getCorrespondingUnsignedType() local 7518 T = ETy->getDecl()->getIntegerType(); in getCorrespondingUnsignedType()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2552 QualType ETy = E->getType(); in ActOnIndirectGotoStmt() local 2560 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing)) in ActOnIndirectGotoStmt()
|