Home
last modified time | relevance | path

Searched refs:AType (Results 1 – 25 of 39) sorted by relevance

12

/external/gptfdisk/
Dparttypes.cc22 AType* PartType::allTypes = NULL;
23 AType* PartType::lastType = NULL;
60 AType* tempType; in ~PartType()
367 AType* tempType; in AddType()
370 tempType = new AType; in AddType()
416 AType* theItem = allTypes; in operator =()
443 AType* theItem = allTypes; in TypeName()
464 AType* theItem = allTypes; in UTypeName()
489 AType* theItem = allTypes; in GetHexType()
519 AType* thisType = allTypes; in ShowAllTypes()
[all …]
Dparttypes.h21 struct AType { struct
29 AType* next; argument
35 static AType* allTypes; // Linked list holding all the data
36 static AType* lastType; // Pointer to last entry in the list
/external/clang/lib/CodeGen/
DCGExprConstant.cpp781 llvm::ArrayType *AType = in EmitArrayInitialization() local
783 llvm::Type *ElemTy = AType->getElementType(); in EmitArrayInitialization()
785 unsigned NumElements = AType->getNumElements(); in EmitArrayInitialization()
803 return llvm::ConstantAggregateZero::get(AType); in EmitArrayInitialization()
828 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitArrayInitialization()
833 return llvm::ConstantArray::get(AType, Elts); in EmitArrayInitialization()
859 llvm::ArrayType *AType = cast<llvm::ArrayType>(ConvertType(ExprType)); in EmitDesignatedInitUpdater() local
860 llvm::Type *ElemType = AType->getElementType(); in EmitDesignatedInitUpdater()
863 unsigned NumElements = AType->getNumElements(); in EmitDesignatedInitUpdater()
909 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitDesignatedInitUpdater()
[all …]
DCGExprAgg.cpp87 void EmitArrayInit(Address DestPtr, llvm::ArrayType *AType,
402 void AggExprEmitter::EmitArrayInit(Address DestPtr, llvm::ArrayType *AType, in EmitArrayInit() argument
406 uint64_t NumArrayElements = AType->getNumElements(); in EmitArrayInit()
1159 auto AType = cast<llvm::ArrayType>(Dest.getAddress().getElementType()); in VisitInitListExpr() local
1160 EmitArrayInit(Dest.getAddress(), AType, elementType, E); in VisitInitListExpr()
DCGException.cpp845 llvm::ArrayType *AType = in EmitLandingPad() local
852 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters); in EmitLandingPad()
DCodeGenModule.cpp3394 auto *AType = cast<llvm::ArrayType>(getTypes().ConvertType(E->getType())); in GetConstantArrayFromStringLiteral() local
3395 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral()
3396 unsigned NumElements = AType->getNumElements(); in GetConstantArrayFromStringLiteral()
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c42 unsigned int AType : 4; member
/external/llvm-project/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c42 unsigned int AType : 4; member
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp205 if (p->AType == m_data.inputType && in checkSupport()
220 …if (p->scope == VK_SCOPE_SUBGROUP_NV && (p->AType == types[j] || p->BType == types[j] || p->CType … in checkSupport()
698 if (p->AType == m_data.inputType && in iterate()
724 if (p->AType == types[j]) in iterate()
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp90 void EmitArrayInit(Address DestPtr, llvm::ArrayType *AType,
473 void AggExprEmitter::EmitArrayInit(Address DestPtr, llvm::ArrayType *AType, in EmitArrayInit() argument
477 uint64_t NumArrayElements = AType->getNumElements(); in EmitArrayInit()
1612 auto AType = cast<llvm::ArrayType>(Dest.getAddress().getElementType()); in VisitInitListExpr() local
1613 EmitArrayInit(Dest.getAddress(), AType, E->getType(), E); in VisitInitListExpr()
DCGException.cpp880 llvm::ArrayType *AType = in EmitLandingPad() local
887 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters); in EmitLandingPad()
DCodeGenModule.cpp5158 auto *AType = cast<llvm::ArrayType>(getTypes().ConvertType(E->getType())); in GetConstantArrayFromStringLiteral() local
5159 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral()
5160 unsigned NumElements = AType->getNumElements(); in GetConstantArrayFromStringLiteral()
/external/clang/lib/Sema/
DSemaInit.cpp687 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) { in FillInEmptyInitializations() local
688 ElementType = AType->getElementType(); in FillInEmptyInitializations()
689 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations()
2662 if (const ArrayType *AType in getStructuredSubobjectInit() local
2664 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in getStructuredSubobjectInit()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp2212 if (cooperative_matrix_properties[i].AType == M.component_type && in ValidateCooperativeMatrix()
2266 if (cooperative_matrix_properties[i].AType == A.component_type && in ValidateCooperativeMatrix()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp839 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) { in FillInEmptyInitializations() local
840 ElementType = AType->getElementType(); in FillInEmptyInitializations()
841 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations()
3069 if (const ArrayType *AType in createInitListExpr() local
3071 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in createInitListExpr()
DSemaTemplateDeduction.cpp5693 QualType AType = Context.getTemplateSpecializationType(X, AArgs); in isTemplateTemplateParameterAtLeastAsSpecializedAs() local
5700 return isAtLeastAsSpecializedAs(*this, PType, AType, AArg, Info); in isTemplateTemplateParameterAtLeastAsSpecializedAs()
/external/llvm-project/llvm/docs/
DGetElementPtr.rst38 AType *Foo;
/external/llvm/docs/
DGetElementPtr.rst37 AType *Foo;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14260 EVT AType = N2.getValueType(); in SimplifySelectCC() local
14261 if (XType.bitsGE(AType)) { in SimplifySelectCC()
14273 if (XType.bitsGT(AType)) { in SimplifySelectCC()
14274 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in SimplifySelectCC()
14278 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in SimplifySelectCC()
14288 if (XType.bitsGT(AType)) { in SimplifySelectCC()
14289 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in SimplifySelectCC()
14293 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in SimplifySelectCC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20237 EVT AType = N2.getValueType(); in foldSelectCCToShiftAnd() local
20238 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd()
20269 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd()
20270 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd()
20275 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd()
20277 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd()
20289 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd()
20290 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd()
20295 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd()
20297 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp21672 EVT AType = N2.getValueType(); in foldSelectCCToShiftAnd() local
21673 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd()
21704 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd()
21705 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd()
21710 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd()
21712 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd()
21724 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd()
21725 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd()
21730 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd()
21732 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd()
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp27240 AType(in_struct->AType), in safe_VkCooperativeMatrixPropertiesNV()
27259 AType = src.AType; in safe_VkCooperativeMatrixPropertiesNV()
27278 AType = src.AType; in operator =()
27300 AType = in_struct->AType; in initialize()
27314 AType = src->AType; in initialize()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp196 SymbolRef::Type AType = *ATypeOrErr; in operator ()() local
206 uint64_t AAddr = (AType != SymbolRef::ST_Function) ? 0 : A.getValue(); in operator ()()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp228 SymbolRef::Type AType = *ATypeOrErr; in operator ()() local
234 (AType != SymbolRef::ST_Function) ? 0 : cantFail(A.getValue()); in operator ()()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl4514 VkComponentTypeNV AType; member

12