Home
last modified time | relevance | path

Searched defs:NewType (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp69 createLoweredInitializer(ArrayType *NewType, Constant *OriginalInitializer) { in createLoweredInitializer()
140 ArrayType *NewType = createLoweredType(GV->getValueType()); in lowerGlobal() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp105 FunctionType *NewType = nullptr; in runOnModule() local
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp479 TokenType NewType) { in tryMergeTokens()
492 bool FormatTokenLexer::tryMergeTokens(size_t Count, TokenType NewType) { in tryMergeTokens()
515 ArrayRef<ArrayRef<tok::TokenKind>> Kinds, TokenType NewType) { in tryMergeTokensAny()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h106 LLT NewType; member
H A DLegalizerInfo.h148 LLT NewType; member
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1810 TypeResult NewType in TryAnnotateName() local
2082 TypeResult NewType in TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp964 ArrayType *NewType = ArrayType::get(EltTy, NewSize); in linkAppendingVarProto() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1187 Type *NewType = IntegerType::get(OrigAdd->getContext(), NewWidth); in processUGT_ADDCST_ADD() local
2980 Type *NewType = Builder.getIntNTy(XType->getScalarSizeInBits()); in foldICmpBitCast() local
3032 Type *NewType = Builder.getIntNTy(VecTy->getPrimitiveSizeInBits()); in foldICmpBitCast() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp109 llvm::Type *NewType = CGM.getTypes().ConvertType(DstTy); in EmitCXXDestructorCall() local
H A DCGClass.cpp2135 llvm::Type *NewType = llvm::PointerType::getWithSamePointeeType( in EmitCXXConstructorCall() local
H A DCGOpenMPRuntime.cpp12077 QualType NewType; in emitLastprivateConditionalInit() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp841 Type *NewType = Ops[i]->getType()->isVectorTy() in CastGEPIndices() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2731 Type *NewType = Dest.getType(); in copyMetadataForLoad() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7090 QualType NewType) { in setPrototype()
7185 QualType NewType = Context.mergeFunctionTypes( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
7339 QualType NewType = Context.mergeFunctionTypes( in ActOnOpenMPCall() local
7572 QualType NewType = in checkOpenMPDeclareVariantFunction() local
8836 QualType NewType = C.getIntTypeForBitwidth( in buildNumIterations() local
9462 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true); in widenIterationCount() local
H A DSemaDecl.cpp2527 QualType NewType = New->getUnderlyingType(); in isIncompatibleTypedef() local
3764 const FunctionType *NewType = cast<FunctionType>(NewQType); in MergeFunctionDecl() local
11029 const auto *NewType = cast<FunctionType>(NewQType); in areMultiversionVariantFunctionsCompatible() local
H A DTreeTransform.h5892 QualType NewType; in TransformFunctionTypeParams() local
5916 QualType NewType = getDerived().TransformType(Pattern); in TransformFunctionTypeParams() local
5943 QualType NewType = getDerived().TransformType(Pattern); in TransformFunctionTypeParams() local
H A DSemaTemplateInstantiateDecl.cpp489 QualType NewType = S.Context.mergeFunctionTypes( in instantiateOMPDeclareVariantAttr() local
H A DSemaOverload.cpp1272 const FunctionProtoType *NewType = cast<FunctionProtoType>(NewQType); in IsOverload() local
3071 const FunctionProtoType *NewType, in FunctionParamTypesAreEqual()
H A DSemaTemplate.cpp2327 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, in transformConstructor() local
H A DSemaDeclCXX.cpp1586 QualType NewType = New->getType(); in MergeVarDeclExceptionSpecs() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7033 Type *NewType = TLI->shouldConvertSplatType(SVI); in optimizeShuffleVectorInst() local
7163 auto *NewType = Type::getIntNTy(Context, RegWidth); in optimizeSwitchType() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4670 auto *NewType = new (*this, TypeAlignment) TypedefType( in getTypedefType() local
4692 auto *NewType = new (Mem) TypedefType(Type::Typedef, Decl, Underlying, in getTypedefType() local
4720 UsingType *NewType = new (Mem) UsingType(Found, Underlying, Canon); in getUsingType() local
H A DDecl.cpp4580 void EnumDecl::completeDefinition(QualType NewType, in completeDefinition()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp334 RecTy* NewType = resolveTypes(ListTy1->getElementType(), in resolveTypes() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12373 MVT NewType = MVT::getIntegerVT(EltTy.getSizeInBits()); in LowerBUILD_VECTOR() local