/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 69 createLoweredInitializer(ArrayType *NewType, Constant *OriginalInitializer) { in createLoweredInitializer() 143 ArrayType *NewType = createLoweredType(GV->getValueType()); in lowerGlobal() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 105 FunctionType *NewType = nullptr; in runOnModule() local
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 559 TokenType NewType) { in tryMergeTokens() 572 bool FormatTokenLexer::tryMergeTokens(size_t Count, TokenType NewType) { in tryMergeTokens() 595 ArrayRef<ArrayRef<tok::TokenKind>> Kinds, TokenType NewType) { in tryMergeTokensAny()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 360 Type *NewType = calculateConvertType(Phi->getType()); in optimizeLiveType() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1875 TypeResult NewType in TryAnnotateName() local 2152 TypeResult NewType in TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeductionGuide.cpp | 426 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, in transformConstructor() local 622 auto NewType = NewDI->getType(); in transformFunctionTypeParam() local
|
H A D | SemaOpenMP.cpp | 7025 QualType NewType) { in setPrototype() 7121 QualType NewType = getASTContext().mergeFunctionTypes( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local 7277 QualType NewType = getASTContext().mergeFunctionTypes( in ActOnOpenMPCall() local 7512 QualType NewType = in checkOpenMPDeclareVariantFunction() local 8806 QualType NewType = C.getIntTypeForBitwidth( in buildNumIterations() local 9482 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true); in widenIterationCount() local
|
H A D | SemaOverload.cpp | 1324 const auto *NewType = cast<FunctionProtoType>(NewQType); in IsOverloadOrOverrideImpl() local 3267 QualType NewType = in FunctionParamTypesAreEqual() local 3280 const FunctionProtoType *NewType, in FunctionParamTypesAreEqual()
|
H A D | SemaDecl.cpp | 2439 QualType NewType = New->getUnderlyingType(); in isIncompatibleTypedef() local 3691 const FunctionType *NewType = cast<FunctionType>(NewQType); in MergeFunctionDecl() local 11143 const auto *NewType = cast<FunctionType>(NewQType); in areMultiversionVariantFunctionsCompatible() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 506 QualType NewType = S.Context.mergeFunctionTypes( in instantiateOMPDeclareVariantAttr() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.h | 276 void setType(PatternType NewType) { in setType()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 973 ArrayType *NewType = ArrayType::get(EltTy, NewSize); in linkAppendingVarProto() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 1616 SPIRVType *NewType = nullptr; in generateImageSizeQueryInst() local 2211 SPIRVType *NewType = in generateAsyncCopy() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1123 Type *NewType = IntegerType::get(OrigAdd->getContext(), NewWidth); in processUGT_ADDCST_ADD() local 3320 Type *NewType = Builder.getIntNTy(XType->getScalarSizeInBits()); in foldICmpBitCast() local 3376 Type *NewType = Builder.getIntNTy(VecTy->getPrimitiveSizeInBits()); in foldICmpBitCast() local
|
/freebsd/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 | 2135 llvm::Type *NewType = in EmitCXXConstructorCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 844 Type *NewType = in CastGEPIndices() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7309 Type *NewType = TLI->shouldConvertSplatType(SVI); in optimizeShuffleVectorInst() local 7439 auto *NewType = Type::getIntNTy(Context, RegWidth); in optimizeSwitchType() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4258 Type *NewType = NewFn->getArg(I)->getType(); in UpgradeIntrinsicCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3377 Type *NewType = Dest.getType(); in copyMetadataForLoad() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 5063 auto *NewType = new (*this, alignof(TypedefType)) TypedefType( in getTypedefType() local 5085 auto *NewType = new (Mem) TypedefType(Type::Typedef, Decl, Underlying, in getTypedefType() local 5113 UsingType *NewType = new (Mem) UsingType(Found, Underlying, Canon); in getUsingType() local
|
H A D | Decl.cpp | 4870 void EnumDecl::completeDefinition(QualType NewType, in completeDefinition()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 330 RecTy* NewType = resolveTypes(ListTy1->getElementType(), in resolveTypes() local
|