Home
last modified time | relevance | path

Searched refs:getContainedType (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1396 Type *SumTy = RetTy->getContainedType(0);
1397 Type *OverflowTy = RetTy->getContainedType(1);
1422 Type *SumTy = RetTy->getContainedType(0);
1423 Type *OverflowTy = RetTy->getContainedType(1);
1436 Type *MulTy = RetTy->getContainedType(0);
1437 Type *OverflowTy = RetTy->getContainedType(1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp188 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
189 SrcTy->getContainedType(I))) in areTypesIsomorphic()
278 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
279 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h316 Type *getContainedType(unsigned i) const { in getContainedType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h336 Type *getContainedType(unsigned i) const { in getContainedType() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp331 static Type *getContainedType(Type *vectorType);
DLLVMReactor.cpp920 ASSERT(V(ptr)->getType()->getContainedType(0) == elTy); in createLoad()
1004 ASSERT(V(ptr)->getType()->getContainedType(0) == elTy); in createStore()
1280 ASSERT(V(ptr)->getType()->getContainedType(0) == T(type)); in createGEP()
1650 ASSERT(V(vector)->getType()->getContainedType(0) == T(type)); in createExtractElement()
1709 Type *Nucleus::getContainedType(Type *vectorType) in getContainedType() function in rr::Nucleus
1711 return T(T(vectorType)->getContainedType(0)); in getContainedType()
1817 …constantVector[i] = llvm::ConstantInt::get(T(type)->getContainedType(0), constants[i % numConstant… in createConstantVector()
1834 …constantVector[i] = llvm::ConstantFP::get(T(type)->getContainedType(0), constants[i % numConstants… in createConstantVector()
DReactor.cpp4460 Type *elemTy = Nucleus::getContainedType(Nucleus::getType(vec)); in extractAll()
DSubzeroReactor.cpp1970 Type *Nucleus::getContainedType(Type *vectorType) in getContainedType() function in rr::Nucleus
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp142 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
DSIISelLowering.cpp887 if (Ty->getContainedType(0)->isVectorTy()) { in memVTFromAggregate()
888 VectorType *VecComponent = cast<VectorType>(Ty->getContainedType(0)); in memVTFromAggregate()
892 ElementType = Ty->getContainedType(0); in memVTFromAggregate()
896 …assert((Ty->getContainedType(1) && Ty->getContainedType(1)->isIntegerTy(32)) && "Expected int32 ty… in memVTFromAggregate()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp394 Type* pContainedType = pType->getContainedType(0); in PRINT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2195 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
2201 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()