Searched defs:OverloadTy (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 177 static StructType *getResRetType(Type *OverloadTy, LLVMContext &Ctx) { in getResRetType() argument 190 static Type *getTypeFromParameterKind(ParameterKind Kind, Type *OverloadTy) { in getTypeFromParameterKind() argument 225 getDXILOpFunctionType(const OpCodeProperty * Prop,Type * OverloadTy) getDXILOpFunctionType() argument 239 getOrCreateDXILOpFunction(dxil::OpCode DXILOp,Type * OverloadTy,Module & M) getOrCreateDXILOpFunction() argument 261 createDXILOpCall(dxil::OpCode OpCode,Type * OverloadTy,llvm::iterator_range<Use * > Args) createDXILOpCall() argument [all...] |
H A D | DXILOpLowering.cpp | 36 Type *OverloadTy = lowerIntrinsic() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 650 Type *OverloadTy = Params[0]->getType(); getDeclarationForParams() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1111 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 6986 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), rewriteBuiltinFunctionDecl() local
|