Home
last modified time | relevance | path

Searched refs:getContainedType (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1396 Type *SumTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
1397 Type *OverflowTy = RetTy->getContainedType(1); in getIntrinsicInstrCost()
1422 Type *SumTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
1423 Type *OverflowTy = RetTy->getContainedType(1); in getIntrinsicInstrCost()
1436 Type *MulTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
1437 Type *OverflowTy = RetTy->getContainedType(1); in getIntrinsicInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DType.h336 Type *getContainedType(unsigned i) const { in getContainedType() function in llvm::Type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h316 Type *getContainedType(unsigned i) const { in getContainedType() function in llvm::Type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A 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/src/Reactor/
H A DNucleus.hpp331 static Type *getContainedType(Type *vectorType);
H A 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 % numConstants]); in createConstantVector()
1834 constantVector[i] = llvm::ConstantFP::get(T(type)->getContainedType(0), constants[i % numConstants]); in createConstantVector()
H A DReactor.cpp4460 Type *elemTy = Nucleus::getContainedType(Nucleus::getType(vec));
H A DSubzeroReactor.cpp1970 Type *Nucleus::getContainedType(Type *vectorType)
1983 ASSERT_MSG(false, "getContainedType: input type is not a vector type");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp142 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
H A 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 type"); in memVTFromAggregate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2195 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
2201 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()

Completed in 45 milliseconds