Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp69 createLoweredInitializer(ArrayType *NewType, Constant *OriginalInitializer) { in createLoweredInitializer() argument
140 ArrayType *NewType = createLoweredType(GV->getValueType()); lowerGlobal() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp105 FunctionType *NewType = nullptr; in runOnModule() local
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp521 tryMergeTokens(ArrayRef<tok::TokenKind> Kinds,TokenType NewType) tryMergeTokens() argument
534 tryMergeTokens(size_t Count,TokenType NewType) tryMergeTokens() argument
557 tryMergeTokensAny(ArrayRef<ArrayRef<tok::TokenKind>> Kinds,TokenType NewType) tryMergeTokensAny() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h107 LLT NewType; member
H A DLegalizerInfo.h149 LLT NewType; member
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1865 TypeResult NewType TryAnnotateName() local
2131 TypeResult NewType TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.h
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp971 ArrayType *NewType = ArrayType::get(EltTy, NewSize); linkAppendingVarProto() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1122 Type *NewType = IntegerType::get(OrigAdd->getContext(), NewWidth); processUGT_ADDCST_ADD() local
3225 Type *NewType = Builder.getIntNTy(XType->getScalarSizeInBits()); foldICmpBitCast() local
3267 Type *NewType = Builder.getIntNTy(VecTy->getPrimitiveSizeInBits()); foldICmpBitCast() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp114 llvm::Type *NewType = CGM.getTypes().ConvertType(DstTy); in EmitCXXDestructorCall() local
H A DCGClass.cpp2125 llvm::Type *NewType = EmitCXXConstructorCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp839 Type *NewType = CastGEPIndices() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2417 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, transformConstructor() local
2631 auto NewType = NewDI->getType(); transformFunctionTypeParam() local
8301 QualType NewType = S.Context.getUnconstrainedType(NewNTTP->getType()); MatchTemplateParameterKind() local
H A DSemaOpenMP.cpp7241 setPrototype(Sema & S,FunctionDecl * FD,FunctionDecl * FDWithProto,QualType NewType) setPrototype() argument
7336 QualType NewType = Context.mergeFunctionTypes( ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
7490 QualType NewType = Context.mergeFunctionTypes( ActOnOpenMPCall() local
7723 QualType NewType = checkOpenMPDeclareVariantFunction() local
9000 QualType NewType = C.getIntTypeForBitwidth( buildNumIterations() local
9677 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true); widenIterationCount() local
[all...]
H A DSemaOverload.cpp1277 const auto *NewType = cast<FunctionProtoType>(NewQType); IsOverloadOrOverrideImpl() local
3209 QualType NewType = FunctionParamTypesAreEqual() local
3222 FunctionParamTypesAreEqual(const FunctionProtoType * OldType,const FunctionProtoType * NewType,unsigned * ArgPos,bool Reversed) FunctionParamTypesAreEqual() argument
H A DSemaDecl.cpp2579 QualType NewType = New->getUnderlyingType(); isIncompatibleTypedef() local
3845 const FunctionType *NewType = cast<FunctionType>(NewQType); MergeFunctionDecl() local
11263 const auto *NewType = cast<FunctionType>(NewQType); areMultiversionVariantFunctionsCompatible() local
[all...]
H A DTreeTransform.h5990 QualType NewType; TransformFunctionTypeParams() local
6014 QualType NewType = getDerived().TransformType(Pattern); TransformFunctionTypeParams() local
6041 QualType NewType = getDerived().TransformType(Pattern); TransformFunctionTypeParams() local
[all...]
H A DSemaTemplateInstantiateDecl.cpp501 QualType NewType = S.Context.mergeFunctionTypes( instantiateOMPDeclareVariantAttr() local
H A DSemaDeclCXX.cpp1617 QualType NewType = New->getType(); MergeVarDeclExceptionSpecs() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7195 Type *NewType = TLI->shouldConvertSplatType(SVI); optimizeShuffleVectorInst() local
7325 auto *NewType = Type::getIntNTy(Context, RegWidth); optimizeSwitchType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3317 Type *NewType = Dest.getType(); copyMetadataForLoad() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4180 Type *NewType = NewFn->getArg(I)->getType(); UpgradeIntrinsicCall() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4648 auto *NewType = new (*this, alignof(TypedefType)) TypedefType( getTypedefType() local
4670 auto *NewType = new (Mem) TypedefType(Type::Typedef, Decl, Underlying, getTypedefType() local
4698 UsingType *NewType = new (Mem) UsingType(Found, Underlying, Canon); getUsingType() local
[all...]
H A DDecl.cpp4822 completeDefinition(QualType NewType,QualType NewPromotionType,unsigned NumPositiveBits,unsigned NumNegativeBits) completeDefinition() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp330 RecTy* NewType = resolveTypes(ListTy1->getElementType(), in resolveTypes() local

12