Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp78 if ((T->getContainedType(0)->isFloatTy()) && in whichFPReturnVariant()
79 (T->getContainedType(1)->isFloatTy())) in whichFPReturnVariant()
81 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant()
82 (T->getContainedType(1)->isDoubleTy())) in whichFPReturnVariant()
DMips16ISelLowering.cpp393 if ((RetTy->getContainedType(0)->isFloatTy()) && in getMips16HelperFunction()
394 (RetTy->getContainedType(1)->isFloatTy())) { in getMips16HelperFunction()
397 else if ((RetTy->getContainedType(0)->isDoubleTy()) && in getMips16HelperFunction()
398 (RetTy->getContainedType(1)->isDoubleTy())) { in getMips16HelperFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp80 if ((T->getContainedType(0)->isFloatTy()) && in whichFPReturnVariant()
81 (T->getContainedType(1)->isFloatTy())) in whichFPReturnVariant()
83 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant()
84 (T->getContainedType(1)->isDoubleTy())) in whichFPReturnVariant()
DMips16ISelLowering.cpp393 if ((RetTy->getContainedType(0)->isFloatTy()) && in getMips16HelperFunction()
394 (RetTy->getContainedType(1)->isFloatTy())) { in getMips16HelperFunction()
397 else if ((RetTy->getContainedType(0)->isDoubleTy()) && in getMips16HelperFunction()
398 (RetTy->getContainedType(1)->isDoubleTy())) { in getMips16HelperFunction()
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp162 if (!areTypesIsomorphic(DstTy->getContainedType(i), in areTypesIsomorphic()
163 SrcTy->getContainedType(i))) in areTypesIsomorphic()
240 ElementTypes[i] = getImpl(Ty->getContainedType(i)); in getImpl()
241 AnyChange |= ElementTypes[i] != Ty->getContainedType(i); in getImpl()
/external/llvm/lib/Linker/
DIRMover.cpp186 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
187 SrcTy->getContainedType(I))) in areTypesIsomorphic()
267 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
268 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h287 Type *getContainedType(unsigned i) const { in getContainedType() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp189 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
190 SrcTy->getContainedType(I))) in areTypesIsomorphic()
279 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
280 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp336 cast<FunctionType>(I.getCalledValue()->getType()->getContainedType(0)); in computeUsesVAFloatArgument()
/external/llvm/include/llvm/IR/
DType.h314 Type *getContainedType(unsigned i) const { in getContainedType() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h316 Type *getContainedType(unsigned i) const { in getContainedType() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h333 Type *getContainedType(unsigned i) const { in getContainedType() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp405 EffectiveEltTy = CT->getContainedType(0); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1452 AllocaInst *NA = new AllocaInst(ST->getContainedType(i), 0, in DoScalarReplacement()
1653 EltTy = (NumElts == 0 ? 0 : ST->getContainedType(0)); in isHomogeneousAggregate()
1655 if (ST->getContainedType(n) != EltTy) in isHomogeneousAggregate()
1732 EltTy = ST->getContainedType(EltIdx); in TypeHasComponent()
1898 T = ST->getContainedType(Idx); in FindElementAndOffset()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp96 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp107 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction()
DExecution.cpp1791 Type *TyContained = Ty->getContainedType(0); in visitInsertElementInst()
1830 Type *TyContained = Ty->getContainedType(0); in visitShuffleVectorInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp96 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction()
DExecution.cpp1792 Type *TyContained = Ty->getContainedType(0); in visitInsertElementInst()
1831 Type *TyContained = Ty->getContainedType(0); in visitShuffleVectorInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp553 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp360 Value *Val = getRandomValue(Tp->getContainedType(0)); in Act()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp313 Value *Val = getRandomValue(Tp->getContainedType(0)); in Act()
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp1184 assert(V(ptr)->getType()->getContainedType(0) == T(type)); in createLoad()
1221 assert(V(ptr)->getType()->getContainedType(0) == T(type)); in createStore()
1246 assert(V(ptr)->getType()->getContainedType(0) == T(type)); in createGEP()
1437 assert(V(vector)->getType()->getContainedType(0) == T(type)); in createExtractElement()
1587 …constantVector[i] = llvm::ConstantInt::get(T(type)->getContainedType(0), constants[i % numConstant… in createConstantVector()
1603 …constantVector[i] = llvm::ConstantFP::get(T(type)->getContainedType(0), constants[i % numConstants… in createConstantVector()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp479 Type* pContainedType = pType->getContainedType(0); in PRINT()
/external/llvm/lib/IR/
DConstants.cpp1902 cast<PointerType>(C->getType()->getScalarType())->getContainedType(0u)); in getGetElementPtr()

12