Home
last modified time | relevance | path

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

12

/external/auto/value/src/main/java/com/google/auto/value/extension/serializable/serializer/impl/
DOptionalSerializerExtension.java49 TypeMirror containedType = getContainedType(typeMirror); in getSerializer()
103 private static TypeMirror getContainedType(TypeMirror type) { in getContainedType() method in OptionalSerializerExtension
DImmutableListSerializerExtension.java50 TypeMirror containedType = getContainedType(typeMirror); in getSerializer()
117 private static TypeMirror getContainedType(TypeMirror type) { in getContainedType() method in ImmutableListSerializerExtension
/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/auto/value/src/main/java/com/google/auto/value/processor/
DOptionalish.java98 TypeMirror getContainedType(Types typeUtils) { in getContainedType() method in Optionalish
DBuilderMethodClassifier.java327 TypeMirror containedType = optional.getContainedType(typeUtils); in classifyGetter()
/external/llvm-project/llvm/include/llvm/IR/
DType.h311 return getContainedType(0); in getScalarType()
338 Type *getContainedType(unsigned i) const { in getContainedType() function
/external/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);
/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/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1643 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1644 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
1671 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1672 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
1686 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1687 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
/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-10.0/llvm/include/llvm/IR/
DType.h336 Type *getContainedType(unsigned i) const { in getContainedType() function
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp191 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
192 SrcTy->getContainedType(I))) in areTypesIsomorphic()
272 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
273 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/external/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()
/external/auto/value/src/main/java/com/google/auto/value/extension/serializable/userguide/
Dserializer-extension.md193 TypeMirror containedType = getContainedType(type);
/external/swiftshader/src/Reactor/
DNucleus.hpp333 static Type *getContainedType(Type *vectorType);
DLLVMReactor.cpp900 ASSERT(V(ptr)->getType()->getContainedType(0) == elTy); in createLoad()
984 ASSERT(V(ptr)->getType()->getContainedType(0) == elTy); in createStore()
1260 ASSERT(V(ptr)->getType()->getContainedType(0) == T(type)); in createGEP()
1630 ASSERT(V(vector)->getType()->getContainedType(0) == T(type)); in createExtractElement()
1689 Type *Nucleus::getContainedType(Type *vectorType) in getContainedType() function in rr::Nucleus
1691 return T(T(vectorType)->getContainedType(0)); in getContainedType()
1797 …constantVector[i] = llvm::ConstantInt::get(T(type)->getContainedType(0), constants[i % numConstant… in createConstantVector()
1814 …constantVector[i] = llvm::ConstantFP::get(T(type)->getContainedType(0), constants[i % numConstants… in createConstantVector()
/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-project/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp142 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp553 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp142 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp313 Value *Val = getRandomValue(Tp->getContainedType(0)); in Act()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp394 Type* pContainedType = pType->getContainedType(0); in PRINT()

12