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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp73 auto ETy = cast<PointerType>(allocaInst->getType())->getElementType(); local
74 auto LocalAddrTy = PointerType::get(ETy, ADDRESS_SPACE_LOCAL);
76 auto GenericAddrTy = PointerType::get(ETy, ADDRESS_SPACE_GENERIC);
H A DNVPTXAsmPrinter.cpp1013 Type *ETy = GVar->getValueType(); local
1138 O << " .align " << (int)DL.getPrefTypeAlignment(ETy);
1142 if (ETy->isFloatingPointTy() || ETy->isPointerTy() ||
1143 (ETy->isIntegerTy() && ETy->getScalarSizeInBits() <= 64)) {
1146 if (ETy->isIntegerTy(1))
1149 O << getPTXFundamentalTypeStr(ETy, false);
1183 switch (ETy->getTypeID()) {
1188 ElementSize = DL.getTypeStoreSize(ETy);
1327 Type *ETy = GVar->getValueType(); local
1390 Type *ETy = STy->getElementType(i); local
1495 Type *ETy = PTy->getElementType(); local
1555 Type *ETy = PTy->getElementType(); local
1802 Type *ETy = CPV->getType(); local
[all...]
H A DNVPTXISelLowering.cpp1359 Type *ETy = PTy->getElementType(); local
1362 unsigned sz = DL.getTypeAllocSize(ETy);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp72 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType());
73 if (!ETy || ETy->getNumElements() != 3 ||
74 !ETy->getTypeAtIndex(0U)->isIntegerTy() ||
75 !ETy->getTypeAtIndex(1U)->isPointerTy() ||
76 !ETy->getTypeAtIndex(2U)->isPointerTy())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h212 void addExtensionsToPM(ExtensionPointTy ETy,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h94 const DICompositeType *ETy; member in class:llvm::BTFTypeEnum
98 BTFTypeEnum(const DICompositeType *ETy, uint32_t NumValues);
281 void visitEnumType(const DICompositeType *ETy, uint32_t &TypeId);
H A DBTFDebug.cpp154 BTFTypeEnum::BTFTypeEnum(const DICompositeType *ETy, uint32_t VLen) : ETy(ETy) { argument
157 BTFType.Size = roundupToBytes(ETy->getSizeInBits());
165 BTFType.NameOff = BDebug.addString(ETy->getName());
167 DINodeArray Elements = ETy->getElements();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp170 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) {
175 if (!Features.CPlusPlus || !ETy->getDecl()->isExternallyVisible())
180 MContext.mangleTypeName(QualType(ETy, 0), Out);
H A DCodeGenTypes.cpp551 QualType ETy = RTy->getPointeeType(); local
552 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
553 unsigned AS = Context.getTargetAddressSpace(ETy);
559 QualType ETy = PTy->getPointeeType(); local
560 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
563 unsigned AS = Context.getTargetAddressSpace(ETy);
H A DCGCall.cpp2408 QualType ETy = ArrTy->getElementType();
2410 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() &&
2414 getContext().getTypeSizeInChars(ETy).getQuantity()*ArrSize);
2416 } else if (getContext().getTargetAddressSpace(ETy) == 0 &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp346 if (const EnumType *ETy = argTy->getAs<EnumType>()) {
349 if (!ETy->getDecl()->isComplete())
351 argTy = ETy->getDecl()->getIntegerType();
369 if (const EnumType *ETy = argTy->getAs<EnumType>()) {
372 if (!ETy->getDecl()->isComplete())
375 argTy = ETy->getDecl()->getIntegerType();
H A DScanfFormatString.cpp426 if (const EnumType *ETy = PT->getAs<EnumType>()) {
428 if (!ETy->getDecl()->isComplete())
430 PT = ETy->getDecl()->getIntegerType();
H A DPrintfFormatString.cpp726 if (const EnumType *ETy = QT->getAs<EnumType>())
727 QT = ETy->getDecl()->getIntegerType();
H A DASTContext.cpp9090 if (const auto *ETy = LHS->getAs<EnumType>()) {
9091 return mergeEnumWithInteger(*this, ETy, RHS, false);
9093 if (const EnumType* ETy = RHS->getAs<EnumType>()) {
9094 return mergeEnumWithInteger(*this, ETy, LHS, BlockReturnType);
9480 if (const auto *ETy = T->getAs<EnumType>())
9481 T = ETy->getDecl()->getIntegerType();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp235 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, argument
239 if (std::get<0>(Ext) == ETy)
244 if (Extensions[i].first == ETy)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1201 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); local
1204 VectorType *ILTy = VectorType::get(ETy, Factor * ElementsPerSVI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1401 Type *ETy = CA->getType()->getElementType(); local
1403 TypePrinter.print(ETy, Out);
1410 TypePrinter.print(ETy, Out);
1429 Type *ETy = CA->getType()->getElementType(); local
1431 TypePrinter.print(ETy, Out);
1438 TypePrinter.print(ETy, Out);
1478 Type *ETy = CV->getType()->getVectorElementType(); local
1480 TypePrinter.print(ETy, Out);
1486 TypePrinter.print(ETy, Out);
H A DVerifier.cpp658 Type *ETy = STy->getTypeAtIndex(2); local
659 Assert(ETy->isPointerTy() &&
660 cast<PointerType>(ETy)->getElementType()->isIntegerTy(8),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2227 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT,
2230 LoadSDNodeBits.ExtTy = ETy;
2332 ISD::MemIndexedMode AM, ISD::LoadExtType ETy,
2335 LoadSDNodeBits.ExtTy = ETy;
2226 LoadSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs, ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT, MachineMemOperand *MMO) argument
2331 MaskedLoadSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs, ISD::MemIndexedMode AM, ISD::LoadExtType ETy, bool IsExpanding, EVT MemVT, MachineMemOperand *MMO) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2044 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType());
2045 if (!ETy || ETy->getNumElements() != 3 ||
2046 !isa<IntegerType>(ETy->getTypeAtIndex(0U)) ||
2047 !isa<PointerType>(ETy->getTypeAtIndex(1U)) ||
2048 !isa<PointerType>(ETy->getTypeAtIndex(2U)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3605 EVT ETy = TLI->getValueType(DL, VT); local
3606 if (!ETy.isSimple())
3656 CostTableLookup(AVX2InterleavedLoadTbl, Factor, ETy.getSimpleVT()))
3662 CostTableLookup(AVX2InterleavedStoreTbl, Factor, ETy.getSimpleVT()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2421 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
2423 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy &&
2922 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
2924 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy &&
3421 Type *ETy = getEffectiveSCEVType(Operands[0]->getType());
3423 assert(getEffectiveSCEVType(Operands[i]->getType()) == ETy &&
3561 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
3563 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy &&
11205 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty));
11206 return getSizeOfExpr(ETy, T
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2912 QualType ETy = E->getType(); local
2920 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing))
H A DSemaInit.cpp7843 QualType ETy = Entity.getType();
7844 bool HasGlobalAS = ETy.hasAddressSpace() &&
7845 ETy.getAddressSpace() == LangAS::opencl_global;
7848 ETy->isAtomicType() && !HasGlobalAS &&

Completed in 768 milliseconds