Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp90 void EmitArrayInit(Address DestPtr, llvm::ArrayType *AType, QualType ArrayQTy,
492 void AggExprEmitter::EmitArrayInit(Address DestPtr, llvm::ArrayType *AType, in EmitArrayInit() argument
497 uint64_t NumArrayElements = AType->getNumElements(); in EmitArrayInit()
1662 auto AType = cast<llvm::ArrayType>(Dest.getAddress().getElementType()); in VisitCXXParenListOrInitListExpr() local
1663 EmitArrayInit(Dest.getAddress(), AType, ExprToVisit->getType(), ExprToVisit, in VisitCXXParenListOrInitListExpr()
H A DCGException.cpp935 llvm::ArrayType *AType = in EmitLandingPad() local
942 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters); in EmitLandingPad()
H A DCodeGenModule.cpp6439 auto *AType = cast<llvm::ArrayType>(getTypes().ConvertType(E->getType())); in GetConstantArrayFromStringLiteral() local
6440 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral()
6441 unsigned NumElements = AType->getNumElements(); in GetConstantArrayFromStringLiteral()
H A DCGBuiltin.cpp20578 llvm::Type *AType = Intrinsic->getFunctionType()->getParamType(0); in EmitNVPTXBuiltinExpr() local
20586 Values.push_back(Builder.CreateBitCast(V, AType)); in EmitNVPTXBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp518 auto *AType = in HandleEmbed() local
520 assert(AType && "expected array type when initializing array"); in HandleEmbed()
522 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in HandleEmbed()
913 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) { in FillInEmptyInitializations() local
914 ElementType = AType->getElementType(); in FillInEmptyInitializations()
915 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations()
3397 if (const ArrayType *AType in createInitListExpr() local
3399 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in createInitListExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5871 EVT AType = A.getValueType(); in PerformSETCCCombine() local
5872 if (!(CCType == MVT::v2i1 && (AType == MVT::v2f16 || AType == MVT::v2bf16))) in PerformSETCCCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27444 EVT AType = N2.getValueType(); in foldSelectCCToShiftAnd() local
27445 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd()
27475 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd()
27476 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd()
27481 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd()
27483 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd()
27495 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd()
27496 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd()
27501 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd()
27503 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp176 SymbolRef::Type AType = *ATypeOrErr; in operator ()() local
182 (AType != SymbolRef::ST_Function) ? 0 : cantFail(A.getValue()); in operator ()()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6708 Deserializing AType(this); in readTypeRecord() local