Home
last modified time | relevance | path

Searched refs:Converted (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp265 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 DAArch64PromoteConstant.cpp364 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 DSIPeepholeSDWA.cpp1121 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 DAMDGPULateCodeGenPrepare.cpp273 Instruction *Converted = in convertFromOptType() local
280 return Builder.CreateShuffleVector(Converted, ShuffleMask); in convertFromOptType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp94 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 DSemaExprMember.cpp1028 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 DSemaConcept.cpp566 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 DSemaTemplate.cpp3292 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 DSemaOverload.cpp316 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 DSemaTemplateInstantiateDecl.cpp250 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 DSemaExprObjC.cpp883 ExprResult Converted = CheckObjCCollectionLiteralElement( in BuildObjCArrayLiteral() local
885 if (Converted.isInvalid()) in BuildObjCArrayLiteral()
888 ElementsBuffer[I] = Converted.get(); in BuildObjCArrayLiteral()
H A DSemaChecking.cpp5407 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 DSemaDeclCXX.cpp13967 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 DX86.cpp1810 std::string Converted = "{" + std::string(Constraint, Len) + "}"; in convertConstraint() local
1812 return Converted; in convertConstraint()
H A DAArch64.cpp1499 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 DTemplate.h729 ArrayRef<TemplateArgument> Converted,
H A DOverload.h460 getNarrowingKind(ASTContext &Context, const Expr *Converted,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp581 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 DDeclTemplate.cpp1164 ArrayRef<TemplateArgument> Converted) { in setTemplateArguments() argument
1165 assert(Converted.size() == NumTemplateArgs); in setTemplateArguments()
1166 llvm::uninitialized_copy(Converted, getTrailingObjects()); in setTemplateArguments()
H A DASTDiagnostic.cpp2240 [[maybe_unused]] bool Converted = llvm::ConvertCodePointToUTF8(Value, Ptr); in FormatUTFCodeUnitAsCodepoint() local
2241 assert(Converted && "trying to encode invalid code unit"); in FormatUTFCodeUnitAsCodepoint()
H A DType.cpp4468 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 DRecord.cpp2317 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 DARMISelDAGToDAG.cpp3225 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 DNEWS.md128 * Converted the `INSTALL`, `NEWS`, and `README` distribution documents to
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoC.td411 // Alternate syntax for c.nop. Converted to C_NOP by the assembler.

12