| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | YAMLOutputStyle.cpp | 265 auto Converted = in dumpDbiStream() local 267 if (!Converted) in dumpDbiStream() 268 return Converted.takeError(); in dumpDbiStream() 269 DMI.Subsections.push_back(*Converted); in dumpDbiStream()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 364 auto Converted = PromotionCache.insert( in shouldConvert() local 366 if (Converted.second) in shouldConvert() 367 Converted.first->second.ShouldConvert = shouldConvertImpl(&C); in shouldConvert() 368 return Converted.first->second.ShouldConvert; in shouldConvert()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPeepholeSDWA.cpp | 1121 auto Converted = BuildMI(MBB, MI, MI.getDebugLoc(), in convertVcndmaskToVOP2() local 1127 TII->fixImplicitOperands(*Converted); in convertVcndmaskToVOP2() 1128 LLVM_DEBUG(dbgs() << "Converted to VOP2: " << *Converted); in convertVcndmaskToVOP2() 1129 (void)Converted; in convertVcndmaskToVOP2() 1317 bool Converted = false; in convertToSDWA() local 1331 Converted |= Operand->convertToSDWA(*SDWAInst, TII); in convertToSDWA() 1334 if (!Converted) { in convertToSDWA()
|
| H A D | AMDGPULateCodeGenPrepare.cpp | 273 Instruction *Converted = in convertFromOptType() local 280 return Builder.CreateShuffleVector(Converted, ShuffleMask); in convertFromOptType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 94 ExprResult Converted = CheckConvertedConstantExpression( in ActOnNoexceptSpec() local 97 if (Converted.isInvalid()) { in ActOnNoexceptSpec() 107 if (Converted.get()->isValueDependent()) { in ActOnNoexceptSpec() 109 return Converted; in ActOnNoexceptSpec() 112 if (!Converted.isInvalid()) in ActOnNoexceptSpec() 114 return Converted; in ActOnNoexceptSpec()
|
| H A D | SemaExprMember.cpp | 1028 ExprResult Converted = IgnoredValueConversions(BaseExpr); in BuildMemberReferenceExpr() local 1029 if (Converted.isInvalid()) in BuildMemberReferenceExpr() 1031 BaseExpr = Converted.get(); in BuildMemberReferenceExpr() 1037 ExprResult Converted = TemporaryMaterializationConversion(BaseExpr); in BuildMemberReferenceExpr() local 1038 if (Converted.isInvalid()) in BuildMemberReferenceExpr() 1040 BaseExpr = Converted.get(); in BuildMemberReferenceExpr()
|
| H A D | SemaConcept.cpp | 566 llvm::SmallVectorImpl<Expr *> &Converted, in CheckConstraintSatisfaction() argument 598 Converted.push_back(Res.get()); in CheckConstraintSatisfaction() 602 Converted.append(AssociatedConstraints.size() - Converted.size(), in CheckConstraintSatisfaction()
|
| H A D | SemaTemplate.cpp | 3292 ArrayRef<TemplateArgument> Converted, in checkBuiltinTemplateIdType() argument 3302 QualType OrigType = Converted[1].getAsType(); in checkBuiltinTemplateIdType() 3311 TemplateArgument NumArgsArg = Converted[2]; in checkBuiltinTemplateIdType() 3341 return SemaRef.CheckTemplateIdType(Converted[0].getAsTemplate(), in checkBuiltinTemplateIdType() 3349 assert(Converted.size() == 2 && in checkBuiltinTemplateIdType() 3352 TemplateArgument IndexArg = Converted[0], Ts = Converted[1]; in checkBuiltinTemplateIdType() 3372 assert(Converted.size() == 4); in checkBuiltinTemplateIdType() 3373 if (llvm::any_of(Converted, [](auto &C) { return C.isDependent(); })) in checkBuiltinTemplateIdType() 3376 TemplateName BaseTemplate = Converted[0].getAsTemplate(); in checkBuiltinTemplateIdType() 3377 ArrayRef<TemplateArgument> Ts = Converted[3].getPackAsArray(); in checkBuiltinTemplateIdType() [all …]
|
| H A D | SemaOverload.cpp | 316 const Expr *Converted) { in IgnoreNarrowingConversion() argument 319 if (auto *EWC = dyn_cast<ExprWithCleanups>(Converted)) { in IgnoreNarrowingConversion() 326 while (auto *ICE = dyn_cast<ImplicitCastExpr>(Converted)) { in IgnoreNarrowingConversion() 336 Converted = ICE->getSubExpr(); in IgnoreNarrowingConversion() 340 return Converted; in IgnoreNarrowingConversion() 344 return Converted; in IgnoreNarrowingConversion() 359 ASTContext &Ctx, const Expr *Converted, APValue &ConstantValue, in getNarrowingKind() argument 399 const Expr *Initializer = IgnoreNarrowingConversion(Ctx, Converted); in getNarrowingKind() 438 const Expr *Initializer = IgnoreNarrowingConversion(Ctx, Converted); in getNarrowingKind() 454 llvm::APFloat Converted = FloatVal; in getNarrowingKind() local [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 250 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond); in instantiateDependentFunctionAttrCondition() local 251 if (Converted.isInvalid()) in instantiateDependentFunctionAttrCondition() 253 Cond = Converted.get(); in instantiateDependentFunctionAttrCondition() 4564 ArrayRef<TemplateArgument> Converted, in VisitVarTemplateSpecializationDecl() argument 4583 VarTemplate, DI->getType(), DI, D->getStorageClass(), Converted); in VisitVarTemplateSpecializationDecl() 4587 VarTemplate->findSpecialization(Converted, InsertPos); in VisitVarTemplateSpecializationDecl() 5894 SmallVectorImpl<TemplateArgument> &Converted, in BuildVarTemplateInstantiation() argument 5924 MultiLevelList.addOuterTemplateArguments(VarTemplate, Converted, in BuildVarTemplateInstantiation() 5937 VarTemplate, FromVar, TemplateArgsInfo, Converted)); in BuildVarTemplateInstantiation()
|
| H A D | SemaExprObjC.cpp | 883 ExprResult Converted = CheckObjCCollectionLiteralElement( in BuildObjCArrayLiteral() local 885 if (Converted.isInvalid()) in BuildObjCArrayLiteral() 888 ElementsBuffer[I] = Converted.get(); in BuildObjCArrayLiteral()
|
| H A D | SemaChecking.cpp | 5407 ExprResult Converted = DefaultLvalueConversion(Arg); in BuiltinComplex() local 5408 if (Converted.isInvalid()) in BuiltinComplex() 5410 TheCall->setArg(I, Converted.get()); in BuiltinComplex() 15770 ExprResult Converted = in BuiltinVectorMath() local 15772 if (Converted.isInvalid()) in BuiltinVectorMath() 15774 Args[I] = Converted.get(); in BuiltinVectorMath() 15808 ExprResult Converted = in BuiltinElementwiseTernaryMath() local 15810 if (Converted.isInvalid()) in BuiltinElementwiseTernaryMath() 15812 Args[I] = Converted.get(); in BuiltinElementwiseTernaryMath()
|
| H A D | SemaDeclCXX.cpp | 13967 ExprResult Converted = CheckConvertedConstantExpression( in tryResolveExplicitSpecifier() local 13969 ExplicitSpec.setExpr(Converted.get()); in tryResolveExplicitSpecifier() 13970 if (Converted.isUsable() && !Converted.get()->isValueDependent()) { in tryResolveExplicitSpecifier() 17790 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr); in BuildStaticAssertDeclaration() local 17791 if (Converted.isInvalid()) in BuildStaticAssertDeclaration() 17795 ActOnFinishFullExpr(Converted.get(), StaticAssertLoc, in BuildStaticAssertDeclaration() 17850 findFailedBooleanCondition(Converted.get()); in BuildStaticAssertDeclaration()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 1810 std::string Converted = "{" + std::string(Constraint, Len) + "}"; in convertConstraint() local 1812 return Converted; in convertConstraint()
|
| H A D | AArch64.cpp | 1499 std::string Converted = "{" + std::string(Constraint, Len) + "}"; in convertConstraint() local 1501 return Converted; in convertConstraint()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 729 ArrayRef<TemplateArgument> Converted,
|
| H A D | Overload.h | 460 getNarrowingKind(ASTContext &Context, const Expr *Converted,
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 581 bool Converted = in DiagnoseInvalidUnicodeCharacterName() local 583 (void)Converted; in DiagnoseInvalidUnicodeCharacterName() 584 assert(Converted && "Found a match wich is not a unicode character"); in DiagnoseInvalidUnicodeCharacterName()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 1164 ArrayRef<TemplateArgument> Converted) { in setTemplateArguments() argument 1165 assert(Converted.size() == NumTemplateArgs); in setTemplateArguments() 1166 llvm::uninitialized_copy(Converted, getTrailingObjects()); in setTemplateArguments()
|
| H A D | ASTDiagnostic.cpp | 2240 [[maybe_unused]] bool Converted = llvm::ConvertCodePointToUTF8(Value, Ptr); in FormatUTFCodeUnitAsCodepoint() local 2241 assert(Converted && "trying to encode invalid code unit"); in FormatUTFCodeUnitAsCodepoint()
|
| H A D | Type.cpp | 4468 ArrayRef<TemplateArgument> Converted) { in anyDependentTemplateArguments() argument 4469 return anyDependentTemplateArguments(Args.arguments(), Converted); in anyDependentTemplateArguments() 4473 ArrayRef<TemplateArgumentLoc> Args, ArrayRef<TemplateArgument> Converted) { in anyDependentTemplateArguments() argument 4474 for (const TemplateArgument &Arg : Converted) in anyDependentTemplateArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2317 if (const Init *Converted = convertInitializerTo(Ty)) { in getCastTo() local 2318 assert(!isa<TypedInit>(Converted) || in getCastTo() 2319 cast<TypedInit>(Converted)->getType()->typeIsA(Ty)); in getCastTo() 2320 return Converted; in getCastTo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 3225 APSInt Converted(64, false); in transformFixedFloatingPointConversion() local 3227 ToConvert.convertToInteger(Converted, llvm::RoundingMode::NearestTiesToEven, in transformFixedFloatingPointConversion() 3229 if (!IsExact || !Converted.isPowerOf2()) in transformFixedFloatingPointConversion() 3232 unsigned FracBits = Converted.logBase2(); in transformFixedFloatingPointConversion()
|
| /freebsd/contrib/kyua/ |
| H A D | NEWS.md | 128 * Converted the `INSTALL`, `NEWS`, and `README` distribution documents to
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoC.td | 411 // Alternate syntax for c.nop. Converted to C_NOP by the assembler.
|