/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 69 createLoweredInitializer(ArrayType * NewType,Constant * OriginalInitializer) createLoweredInitializer() argument 143 ArrayType *NewType = createLoweredType(GV->getValueType()); lowerGlobal() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 105 FunctionType *NewType = nullptr; runOnModule() local
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | EnumSizeCheck.cpp | 126 auto NewType = getNewType(Size, MinV, MaxV); in check() local
|
/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 552 tryMergeTokens(ArrayRef<tok::TokenKind> Kinds,TokenType NewType) tryMergeTokens() argument 565 tryMergeTokens(size_t Count,TokenType NewType) tryMergeTokens() argument 588 tryMergeTokensAny(ArrayRef<ArrayRef<tok::TokenKind>> Kinds,TokenType NewType) tryMergeTokensAny() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 360 Type *NewType = calculateConvertType(Phi->getType()); optimizeLiveType() local
|
/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
|
/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1875 Ty = NewType.get(); in TryAnnotateName() local 2152 Ty = NewType.get(); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.h | 276 setType(PatternType NewType) setType() argument
|
/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 973 ArrayType *NewType = ArrayType::get(EltTy, NewSize); linkAppendingVarProto() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 1607 SPIRVType *NewType = nullptr; generateImageSizeQueryInst() local 2202 SPIRVType *NewType = generateAsyncCopy() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1123 Type *NewType = IntegerType::get(OrigAdd->getContext(), NewWidth); processUGT_ADDCST_ADD() local 3320 Type *NewType = Builder.getIntNTy(XType->getScalarSizeInBits()); foldICmpBitCast() local 3376 Type *NewType = Builder.getIntNTy(VecTy->getPrimitiveSizeInBits()); foldICmpBitCast() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 114 llvm::Type *NewType = CGM.getTypes().ConvertType(DstTy); EmitCXXDestructorCall() local
|
H A D | CGClass.cpp | 2134 llvm::Type *NewType = in EmitCXXConstructorCall() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 844 Type *NewType = CastGEPIndices() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 2448 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, transformConstructor() local 2638 auto NewType = NewDI->getType(); transformFunctionTypeParam() local 8783 QualType NewType = S.Context.getUnconstrainedType(NewNTTP->getType()); MatchTemplateParameterKind() local
|
H A D | SemaOpenMP.cpp | 7020 setPrototype(Sema & S,FunctionDecl * FD,FunctionDecl * FDWithProto,QualType NewType) setPrototype() argument 7116 QualType NewType = getASTContext().mergeFunctionTypes( ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local 7272 QualType NewType = getASTContext().mergeFunctionTypes( ActOnOpenMPCall() local 7507 QualType NewType = checkOpenMPDeclareVariantFunction() local 8801 QualType NewType = C.getIntTypeForBitwidth( buildNumIterations() local 9479 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true); widenIterationCount() local [all...] |
H A D | SemaOverload.cpp | 1302 const auto *NewType = cast<FunctionProtoType>(NewQType); IsOverloadOrOverrideImpl() local 3240 QualType NewType = FunctionParamTypesAreEqual() local 3253 FunctionParamTypesAreEqual(const FunctionProtoType * OldType,const FunctionProtoType * NewType,unsigned * ArgPos,bool Reversed) FunctionParamTypesAreEqual() argument
|
H A D | SemaDecl.cpp | 2423 QualType NewType = New->getUnderlyingType(); isIncompatibleTypedef() local 3675 const FunctionType *NewType = cast<FunctionType>(NewQType); MergeFunctionDecl() local 11114 const auto *NewType = cast<FunctionType>(NewQType); areMultiversionVariantFunctionsCompatible() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 506 QualType NewType = S.Context.mergeFunctionTypes( instantiateOMPDeclareVariantAttr() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7309 Type *NewType = TLI->shouldConvertSplatType(SVI); optimizeShuffleVectorInst() local 7439 auto *NewType = Type::getIntNTy(Context, RegWidth); optimizeSwitchType() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3371 Type *NewType = Dest.getType(); copyMetadataForLoad() local
|
/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4258 Type *NewType = NewFn->getArg(I)->getType(); UpgradeIntrinsicCall() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4773 auto *NewType = new (*this, alignof(TypedefType)) TypedefType( getTypedefType() local 4795 auto *NewType = new (Mem) TypedefType(Type::Typedef, Decl, Underlying, getTypedefType() local 4823 UsingType *NewType = new (Mem) UsingType(Found, Underlying, Canon); getUsingType() local [all...] |
/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 330 RecTy* NewType = resolveTypes(ListTy1->getElementType(), resolveTypes() local
|