Home
last modified time | relevance | path

Searched refs:OverloadTy (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp177 static StructType *getResRetType(Type *OverloadTy, LLVMContext &Ctx) { in getResRetType() argument
178 OverloadKind Kind = getOverloadKind(OverloadTy); in getResRetType()
180 Type *FieldTypes[5] = {OverloadTy, OverloadTy, OverloadTy, OverloadTy, in getResRetType()
191 auto &Ctx = OverloadTy->getContext(); in getTypeFromParameterKind()
212 return OverloadTy; in getTypeFromParameterKind()
214 return getResRetType(OverloadTy, Ctx); in getTypeFromParameterKind()
225 Type *OverloadTy) { in getDXILOpFunctionType() argument
232 ArgTys.emplace_back(getTypeFromParameterKind(Kind, OverloadTy)); in getDXILOpFunctionType()
242 OverloadKind Kind = getOverloadKind(OverloadTy); in getOrCreateDXILOpFunction()
254 FunctionType *DXILOpFT = getDXILOpFunctionType(Prop, OverloadTy); in getOrCreateDXILOpFunction()
[all …]
H A DDXILOpLowering.cpp36 Type *OverloadTy = in lowerIntrinsic() local
47 CallInst *DXILCI = DXILB.createDXILOpCall(DXILOp, OverloadTy, CI->args()); in lowerIntrinsic()
H A DDXILOpBuilder.h32 CallInst *createDXILOpCall(dxil::OpCode OpCode, Type *OverloadTy,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp650 Type *OverloadTy = Params[0]->getType(); in getDeclarationForParams() local
652 OverloadTy = in getDeclarationForParams()
655 VPFunc = Intrinsic::getDeclaration(M, VPID, OverloadTy); in getDeclarationForParams()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1199 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckReinterpretCast()
1271 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckStaticCast()
1769 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in TryStaticMemberPointerUpcast()
2257 if (SrcType == Self.Context.OverloadTy) { in TryReinterpretCast()
2836 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCXXCStyleCast()
2946 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) { in CheckCStyleCast()
H A DSemaOverload.cpp1942 if (FromType == S.Context.OverloadTy) { in IsStandardConversion()
1996 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) { in IsStandardConversion()
5018 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryReferenceInit()
5507 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) { in TryListConversion()
11067 assert(OverloadedExpr->getType() == Context.OverloadTy); in NoteAllOverloadCandidates()
11137 if (FromTy == S.Context.OverloadTy) { in DiagnoseBadConversion()
13074 assert(AddressOfExpr->getType() == Context.OverloadTy); in ResolveAddressOfOverloadedFunction()
13231 assert(E->getType() == Context.OverloadTy && "SrcExpr must be an overload"); in resolveAndFixAddressOfSingleOverloadCandidate()
13351 assert(SrcExpr.get()->getType() == Context.OverloadTy); in ResolveAndFixSingleFunctionTemplateSpecialization()
15210 MemExprE->getType() == Context.OverloadTy); in BuildCallToMemberFunction()
H A DSemaExpr.cpp668 (E->getType() == Context.OverloadTy || in DefaultLvalueConversion()
6986 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), in rewriteBuiltinFunctionDecl() local
6991 FDecl->getIdentifier(), OverloadTy, in rewriteBuiltinFunctionDecl()
6996 FT = cast<FunctionProtoType>(OverloadTy); in rewriteBuiltinFunctionDecl()
7254 if (Fn->getType() == Context.OverloadTy) { in BuildCallExpr()
10611 } else if (RHS.get()->getType() == Context.OverloadTy) { in CheckSingleAssignmentConstraints()
15037 return Context.OverloadTy; in CheckAddressOfOperand()
15167 return Context.OverloadTy; in CheckAddressOfOperand()
17922 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()
H A DSemaInit.cpp4391 S.Context.OverloadTy) { in ResolveOverloadedFunctionForReferenceBinding()
5073 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
5249 else if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) in TryReferenceInitializationCore()
6549 } else if (Initializer->getType() == Context.OverloadTy && in InitializeFrom()
H A DSema.cpp2487 if (E.getType() == Context.OverloadTy) { in tryExprAsCall()
H A DSemaTemplateDeduction.cpp1526 assert(A->getCanonicalTypeInternal() != S.Context.OverloadTy && in DeduceTemplateArgumentsByTypeMatch()
3989 if (ArgType == S.Context.OverloadTy) { in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaTemplate.cpp6622 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) { in CheckTemplateArgument()
7711 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
7765 if (Arg->getType() == Context.OverloadTy) { in CheckTemplateArgument()
H A DSemaLookup.cpp3281 if (Arg->getType() != Context.OverloadTy) { in FindAssociatedClassesAndNamespaces()
H A DSemaStmt.cpp3848 if (RetExpr->getType() == Context.OverloadTy) { in DeduceFunctionTypeFromReturnExpr()
H A DSemaExprCXX.cpp4349 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion()
H A DSemaType.cpp2253 assert(Context.getCanonicalType(T) != Context.OverloadTy && in BuildReferenceType()
H A DSemaDeclAttr.cpp3758 if (ULE->getType() == S.Context.OverloadTy) in handleCleanupAttr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def279 PLACEHOLDER_TYPE(Overload, OverloadTy)
H A DASTContext.h1111 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl()
H A DExprCXX.cpp426 : Expr(SC, Context.OverloadTy, VK_LValue, OK_Ordinary), NameInfo(NameInfo), in OverloadExpr()
H A DASTContext.cpp1302 InitBuiltinType(OverloadTy, BuiltinType::Overload); in InitBuiltinTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7289 T = Context.OverloadTy; in GetType()