/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 69 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 D | WebAssemblyAddMissingPrototypes.cpp | 105 FunctionType *NewType = nullptr; in runOnModule() local
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 479 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 D | LegacyLegalizerInfo.h | 106 LLT NewType; member
|
H A D | LegalizerInfo.h | 148 LLT NewType; member
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | Parser.cpp | 1810 TypeResult NewType in TryAnnotateName() local 2082 TypeResult NewType in TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
|
/openbsd-src/gnu/llvm/llvm/lib/Linker/ |
H A D | IRMover.cpp | 964 ArrayType *NewType = ArrayType::get(EltTy, NewSize); in linkAppendingVarProto() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1187 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 D | CGExprCXX.cpp | 109 llvm::Type *NewType = CGM.getTypes().ConvertType(DstTy); in EmitCXXDestructorCall() local
|
H A D | CGClass.cpp | 2135 llvm::Type *NewType = llvm::PointerType::getWithSamePointeeType( in EmitCXXConstructorCall() local
|
H A D | CGOpenMPRuntime.cpp | 12077 QualType NewType; in emitLastprivateConditionalInit() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 841 Type *NewType = Ops[i]->getType()->isVectorTy() in CastGEPIndices() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2731 Type *NewType = Dest.getType(); in copyMetadataForLoad() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7090 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 D | SemaDecl.cpp | 2527 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 D | TreeTransform.h | 5892 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 D | SemaTemplateInstantiateDecl.cpp | 489 QualType NewType = S.Context.mergeFunctionTypes( in instantiateOMPDeclareVariantAttr() local
|
H A D | SemaOverload.cpp | 1272 const FunctionProtoType *NewType = cast<FunctionProtoType>(NewQType); in IsOverload() local 3071 const FunctionProtoType *NewType, in FunctionParamTypesAreEqual()
|
H A D | SemaTemplate.cpp | 2327 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, in transformConstructor() local
|
H A D | SemaDeclCXX.cpp | 1586 QualType NewType = New->getType(); in MergeVarDeclExceptionSpecs() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7033 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 D | ASTContext.cpp | 4670 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 D | Decl.cpp | 4580 void EnumDecl::completeDefinition(QualType NewType, in completeDefinition()
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | Record.cpp | 334 RecTy* NewType = resolveTypes(ListTy1->getElementType(), in resolveTypes() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 12373 MVT NewType = MVT::getIntegerVT(EltTy.getSizeInBits()); in LowerBUILD_VECTOR() local
|