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.cpp96 void EmitArrayInit(Address DestPtr, llvm::ArrayType *AType, QualType ArrayQTy,
594 void AggExprEmitter::EmitArrayInit(Address DestPtr, llvm::ArrayType *AType, in EmitArrayInit() argument
599 uint64_t NumArrayElements = AType->getNumElements(); in EmitArrayInit()
1791 auto AType = cast<llvm::ArrayType>(Dest.getAddress().getElementType()); in VisitCXXParenListOrInitListExpr() local
1792 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.cpp6764 auto *AType = cast<llvm::ArrayType>(getTypes().ConvertType(E->getType())); in GetConstantArrayFromStringLiteral() local
6765 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral()
6766 unsigned NumElements = AType->getNumElements(); in GetConstantArrayFromStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DNVPTX.cpp873 llvm::Type *AType = Intrinsic->getFunctionType()->getParamType(0); in EmitNVPTXBuiltinExpr() local
881 Values.push_back(Builder.CreateBitCast(V, AType)); in EmitNVPTXBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp563 auto *AType = in HandleEmbed() local
565 assert(AType && "expected array type when initializing array"); in HandleEmbed()
567 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in HandleEmbed()
984 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) { in FillInEmptyInitializations() local
985 ElementType = AType->getElementType(); in FillInEmptyInitializations()
986 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations()
3479 if (const ArrayType *AType in createInitListExpr() local
3481 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in createInitListExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5608 EVT AType = A.getValueType(); in PerformSETCCCombine() local
5609 if (!(CCType == MVT::v2i1 && (AType == MVT::v2f16 || AType == MVT::v2bf16))) in PerformSETCCCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28567 EVT AType = N2.getValueType(); in foldSelectCCToShiftAnd() local
28568 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd()
28598 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd()
28599 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd()
28604 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd()
28606 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd()
28618 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd()
28619 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd()
28624 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd()
28626 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp172 SymbolRef::Type AType = *ATypeOrErr; in operator ()() local
178 (AType != SymbolRef::ST_Function) ? 0 : cantFail(A.getValue()); in operator ()()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7047 Deserializing AType(this); in readTypeRecord() local