Searched refs:AType (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 90 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() 1614 auto AType = cast<llvm::ArrayType>(Dest.getAddress().getElementType()); in VisitInitListExpr() local 1615 EmitArrayInit(Dest.getAddress(), AType, E->getType(), E); in VisitInitListExpr()
|
| H A D | CGException.cpp | 911 llvm::ArrayType *AType = in EmitLandingPad() local 918 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters); in EmitLandingPad()
|
| H A D | CodeGenModule.cpp | 5273 auto *AType = cast<llvm::ArrayType>(getTypes().ConvertType(E->getType())); in GetConstantArrayFromStringLiteral() local 5274 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral() 5275 unsigned NumElements = AType->getNumElements(); in GetConstantArrayFromStringLiteral()
|
| H A D | CGBuiltin.cpp | 16874 llvm::Type *AType = Intrinsic->getFunctionType()->getParamType(0); in EmitNVPTXBuiltinExpr() local 16882 Values.push_back(Builder.CreateBitCast(V, AType)); in EmitNVPTXBuiltinExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 841 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) { in FillInEmptyInitializations() local 842 ElementType = AType->getElementType(); in FillInEmptyInitializations() 843 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations() 3098 if (const ArrayType *AType in createInitListExpr() local 3100 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in createInitListExpr()
|
| H A D | SemaTemplateDeduction.cpp | 5686 QualType AType = Context.getTemplateSpecializationType(X, AArgs); in isTemplateTemplateParameterAtLeastAsSpecializedAs() local 5693 return isAtLeastAsSpecializedAs(*this, PType, AType, AArg, Info); in isTemplateTemplateParameterAtLeastAsSpecializedAs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | GetElementPtr.rst | 38 AType *Foo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 22127 EVT AType = N2.getValueType(); in foldSelectCCToShiftAnd() local 22128 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd() 22159 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd() 22160 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd() 22165 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd() 22167 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd() 22179 if (XType.bitsGT(AType)) { in foldSelectCCToShiftAnd() 22180 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift); in foldSelectCCToShiftAnd() 22185 Shift = DAG.getNOT(DL, Shift, AType); in foldSelectCCToShiftAnd() 22187 return DAG.getNode(ISD::AND, DL, AType, Shift, N2); in foldSelectCCToShiftAnd()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 167 SymbolRef::Type AType = *ATypeOrErr; in operator ()() local 173 (AType != SymbolRef::ST_Function) ? 0 : cantFail(A.getValue()); in operator ()()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6407 Deserializing AType(this); in readTypeRecord() local
|