HomeSort by relevance Sort by last modified time
    Searched refs:getElementType (Results 1 - 25 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/lib/CodeGen/
SanitizerBlacklist.cpp 24 llvm::Type *GType = G.getType()->getElementType();
  /external/clang/lib/AST/
StmtIterator.cpp 27 t = vt->getElementType().getTypePtr();
37 p = FindVA(p->getElementType().getTypePtr());
TypePrinter.cpp 316 printBefore(T->getElementType(), OS);
319 printAfter(T->getElementType(), OS);
429 printBefore(T->getElementType(), OS);
434 printAfter(T->getElementType(), OS);
441 printBefore(T->getElementType(), OS);
446 printAfter(T->getElementType(), OS);
453 printBefore(T->getElementType(), OS);
472 printAfter(T->getElementType(), OS);
497 printBefore(T->getElementType(), OS);
506 printAfter(T->getElementType(), OS)
    [all...]
  /external/llvm/include/llvm/IR/
DerivedTypes.h 287 Type *getElementType(unsigned N) const {
319 Type *getElementType() const { return ContainedTys[0]; }
375 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
386 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
396 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
411 return VectorType::get(VTy->getElementType(), NumElts/2);
420 return VectorType::get(VTy->getElementType(), NumElts*2);
433 return NumElements * getElementType()->getPrimitiveSizeInBits();
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 98 Type *ETy = PTy->getElementType();
121 if (Pte->getElementType()->isIntegerTy(8))
133 if (PointerType *Pte = dyn_cast<PointerType>(PTy->getElementType()))
134 if (Pte->getElementType()->isIntegerTy(8))
136 Type *ETy1 = PTy1->getElementType();
146 if (Pte1->getElementType()->isIntegerTy(8))
  /external/llvm/lib/Analysis/
Loads.cpp 75 BaseType = GV->getType()->getElementType();
90 uint64_t LoadSize = TD->getTypeStoreSize(AddrTy->getElementType());
149 Type *AccessTy = cast<PointerType>(Ptr->getType())->getElementType();
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 48 I->getType()->getElementType(),
61 Function::Create(cast<FunctionType>(I->getType()->getElementType()),
72 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(),
CtorUtils.cpp 35 cast<StructType>(GCL->getType()->getElementType()->getArrayElementType());
46 CSVals[1] = Constant::getNullValue(StructTy->getElementType(1));
51 CSVals[2] = Constant::getNullValue(StructTy->getElementType(2));
ModuleUtils.cpp 35 ArrayType *ATy = cast<ArrayType>(GVCtor->getType()->getElementType());
36 EltTy = cast<StructType>(ATy->getElementType());
  /external/deqp/framework/randomshaders/
rsgVariableValue.hpp 97 ConstStridedValueAccess component (int compNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*compNdx); }
98 ConstStridedValueAccess arrayElement (int elementNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*getType().getElementScalarOffset(elementNdx)); }
130 StridedValueAccess component (int compNdx) { return StridedValueAccess(this->getType().getElementType(), this->m_value + Stride*compNdx); }
131 StridedValueAccess arrayElement (int elementNdx) { return StridedValueAccess(this->getType().getElementType(), this->m_value + Stride*this->getType().getElementScalarOffset(elementNdx)); }
225 return ConstValueRangeAccess(m_type->getElementType(), m_min + compNdx, m_max + compNdx);
231 return ConstValueRangeAccess(m_type->getElementType(), m_min + offset, m_max + offset);
256 return ValueRangeAccess(m_type->getElementType(), m_min + compNdx, m_max + compNdx);
262 return ValueRangeAccess(m_type->getElementType(), m_min + offset, m_max + offset);
rsgVariableType.cpp 127 return elementNdx * getElementType().getScalarSize();
180 const VariableType& VariableType::getElementType (void) const
200 throw Exception("VariableType::getElementType(): unsupported type");
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 102 if (SrcTy->getElementType() != DestTy->getElementType())
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 156 Type *Ty1 = cast<PointerType>(GV1->getType())->getElementType();
157 Type *Ty2 = cast<PointerType>(GV2->getType())->getElementType();
182 Type *Ty = Globals[j]->getType()->getElementType();
229 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(),
308 Type *Ty = I->getType()->getElementType();
  /external/llvm/lib/IR/
Type.cpp 47 return VTy->getElementType();
53 return VTy->getElementType();
102 return NumElements == 0 || ATy->getElementType()->isEmptyTy();
109 if (!STy->getElementType(i)->isEmptyTy())
144 return VTy->getElementType()->getFPMantissaWidth();
160 return ATy->getElementType()->isSized(Visited);
163 return VTy->getElementType()->isSized(Visited);
197 return cast<StructType>(this)->getElementType(N);
201 return cast<SequentialType>(this)->getElementType();
629 return STy->getElementType(Idx)
    [all...]
ConstantFold.cpp 56 Type *DstEltTy = DstTy->getElementType();
110 && DPTy->getElementType()->isSized()) {
115 Type *ElTy = PTy->getElementType();
116 while (ElTy != DPTy->getElementType()) {
119 ElTy = STy->getElementType(0);
124 ElTy = STy->getElementType();
131 if (ElTy == DPTy->getElementType())
341 Constant *E = getFoldedSizeOf(ATy->getElementType(), DestTy, true);
353 getFoldedSizeOf(STy->getElementType(0), DestTy, true);
357 getFoldedSizeOf(STy->getElementType(i), DestTy, true))
    [all...]
Instructions.cpp 68 if (VT->getElementType() != Type::getInt1Ty(Op0->getContext()))
272 cast<FunctionType>(cast<PointerType>(Func->getType())->getElementType());
294 cast<FunctionType>(cast<PointerType>(Func->getType())->getElementType());
305 ->getElementType())->getReturnType(),
315 ->getElementType())->getReturnType(),
540 cast<FunctionType>(cast<PointerType>(Fn->getType())->getElementType());
    [all...]
  /external/chromium_org/third_party/skia/include/animator/
SkAnimator.h 275 SkElementType getElementType(const SkDisplayable* element);
281 SkElementType getElementType(const char* elementID);
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 81 Type *Ty = GV->getType()->getElementType();
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 83 Type *Ty = GV->getType()->getElementType();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 202 T = dyn_cast<PointerType>(T)->getElementType();
262 Op->getType())->getElementType(), Addrspace),
283 Type* NewPtrType = PointerType::get(OrigPtrType->getElementType(),
342 PointerType::get(ArgPtrType->getElementType(),
409 ST = dyn_cast<StructType>(PT->getElementType());
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 63 return containsMatchingSubtype(varType.getElementType(), predicate);
144 return isIllegalVertexOutput(varType.getElementType(), insideAStruct, true);
185 return isIllegalFragmentOutput(varType.getElementType(), true);
201 return isTypeIntegerOrContainsIntegers(varType.getElementType());
304 collectStructPtrs(dst, type.getElementType());
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 202 T = dyn_cast<PointerType>(T)->getElementType();
262 Op->getType())->getElementType(), Addrspace),
283 Type* NewPtrType = PointerType::get(OrigPtrType->getElementType(),
342 PointerType::get(ArgPtrType->getElementType(),
409 ST = dyn_cast<StructType>(PT->getElementType());
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 426 (!VectorTy || EltSize == VectorTy->getElementType()
515 if (!isa<VectorType>(PtrTy->getElementType()))
707 AIPTy = PointerType::get(AIPTy->getElementType(),
724 AIPTy = PointerType::get(AIPTy->getElementType(),
783 unsigned EltSize = DL.getTypeAllocSizeInBits(VTy->getElementType());
    [all...]
Scalarizer.cpp 187 Ty = PtrTy->getElementType();
207 PointerType::get(PtrTy->getElementType()->getVectorElementType(),
347 Layout.ElemTy = Layout.VecTy->getElementType();
470 Res[I] = Builder.CreateCast(CI.getOpcode(), Op0[I], VT->getElementType(),
491 Res[I] = Builder.CreateBitCast(Op0[I], DstVT->getElementType(),
497 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut);
515 Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn);
523 Res[ResI] = Builder.CreateBitCast(V, DstVT->getElementType(),
545 Res[I] = UndefValue::get(VT->getElementType());
567 Res[I] = Builder.CreatePHI(VT->getElementType(), NumOps
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 609 ET = cast<ConstantArrayType> (TP)->getElementType();
612 ET = cast<IncompleteArrayType> (TP)->getElementType();
615 ET = cast<VariableArrayType> (TP)->getElementType();
618 ET = cast<DependentSizedArrayType> (TP)->getElementType();
621 ET = cast<VectorType> (TP)->getElementType();
624 ET = cast<ComplexType> (TP)->getElementType();
661 ET = cast<ConstantArrayType> (TP)->getElementType();
664 ET = cast<IncompleteArrayType> (TP)->getElementType();
667 ET = cast<VariableArrayType> (TP)->getElementType();
670 ET = cast<DependentSizedArrayType> (TP)->getElementType();
    [all...]

Completed in 1544 milliseconds

1 2 3 4 5 6 7 8 91011