/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 69 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 D | WebAssemblyAddMissingPrototypes.cpp | 105 FunctionType *NewType = nullptr; in runOnModule() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 521 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 D | LegacyLegalizerInfo.h | 107 LLT NewType; member
|
H A D | LegalizerInfo.h | 149 LLT NewType; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1865 TypeResult NewType TryAnnotateName() local 2131 TypeResult NewType TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | Patterns.h |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 971 ArrayType *NewType = ArrayType::get(EltTy, NewSize); linkAppendingVarProto() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1122 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 D | CGExprCXX.cpp | 114 llvm::Type *NewType = CGM.getTypes().ConvertType(DstTy); in EmitCXXDestructorCall() local
|
H A D | CGClass.cpp | 2125 llvm::Type *NewType = EmitCXXConstructorCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 839 Type *NewType = CastGEPIndices() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 2417 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 D | SemaOpenMP.cpp | 7241 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 D | SemaOverload.cpp | 1277 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 D | SemaDecl.cpp | 2579 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 D | TreeTransform.h | 5990 QualType NewType; TransformFunctionTypeParams() local 6014 QualType NewType = getDerived().TransformType(Pattern); TransformFunctionTypeParams() local 6041 QualType NewType = getDerived().TransformType(Pattern); TransformFunctionTypeParams() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 501 QualType NewType = S.Context.mergeFunctionTypes( instantiateOMPDeclareVariantAttr() local
|
H A D | SemaDeclCXX.cpp | 1617 QualType NewType = New->getType(); MergeVarDeclExceptionSpecs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7195 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 D | Local.cpp | 3317 Type *NewType = Dest.getType(); copyMetadataForLoad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4180 Type *NewType = NewFn->getArg(I)->getType(); UpgradeIntrinsicCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4648 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 D | Decl.cpp | 4822 completeDefinition(QualType NewType,QualType NewPromotionType,unsigned NumPositiveBits,unsigned NumNegativeBits) completeDefinition() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 330 RecTy* NewType = resolveTypes(ListTy1->getElementType(), in resolveTypes() local
|