/external/auto/value/src/main/java/com/google/auto/value/extension/serializable/serializer/impl/ |
D | OptionalSerializerExtension.java | 49 TypeMirror containedType = getContainedType(typeMirror); in getSerializer() 103 private static TypeMirror getContainedType(TypeMirror type) { in getContainedType() method in OptionalSerializerExtension
|
D | ImmutableListSerializerExtension.java | 50 TypeMirror containedType = getContainedType(typeMirror); in getSerializer() 117 private static TypeMirror getContainedType(TypeMirror type) { in getContainedType() method in ImmutableListSerializerExtension
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 78 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()
|
D | Mips16ISelLowering.cpp | 393 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/ |
D | Optionalish.java | 98 TypeMirror getContainedType(Types typeUtils) { in getContainedType() method in Optionalish
|
D | BuilderMethodClassifier.java | 327 TypeMirror containedType = optional.getContainedType(typeUtils); in classifyGetter()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 311 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/ |
D | BasicTTIImpl.h | 1396 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/ |
D | IRMover.cpp | 186 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/ |
D | BasicTTIImpl.h | 1643 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/ |
D | Type.h | 314 Type *getContainedType(unsigned i) const { in getContainedType() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 316 Type *getContainedType(unsigned i) const { in getContainedType() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 336 Type *getContainedType(unsigned i) const { in getContainedType() function
|
/external/llvm-project/llvm/lib/Linker/ |
D | IRMover.cpp | 191 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/ |
D | IRMover.cpp | 188 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/ |
D | serializer-extension.md | 193 TypeMirror containedType = getContainedType(type);
|
/external/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 333 static Type *getContainedType(Type *vectorType);
|
D | LLVMReactor.cpp | 900 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/ |
D | ExternalFunctions.cpp | 96 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction()
|
D | Execution.cpp | 1792 Type *TyContained = Ty->getContainedType(0); in visitInsertElementInst() 1831 Type *TyContained = Ty->getContainedType(0); in visitShuffleVectorInst()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 142 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 553 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 142 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 313 Value *Val = getRandomValue(Tp->getContainedType(0)); in Act()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 394 Type* pContainedType = pType->getContainedType(0); in PRINT()
|