Home
last modified time | relevance | path

Searched defs:ParamTys (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DTemplateArgumentVisitor.h67 RetTy VisitTemplateArgument(REF(TemplateArgument), ParamTys...) { in VisitTemplateArgument() argument
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local
72 std::vector<Type *> ParamTys; in ReplaceCallWith() local
/external/llvm-project/llvm/lib/CodeGen/
DIntrinsicLowering.cpp37 std::vector<Type *> ParamTys; in ReplaceCallWith() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIntrinsicLowering.cpp38 std::vector<Type *> ParamTys; in ReplaceCallWith() local
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h134 ArrayRef<Type *> ParamTys) { in getIntrinsicCost()
496 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local
DTargetTransformInfo.h775 ArrayRef<Type *> ParamTys) override { in getIntrinsicCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h806 ArrayRef<Type *> ParamTys, const User *U) { in getIntrinsicCost()
854 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h171 ArrayRef<Type *> ParamTys) { in getIntrinsicCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h312 ArrayRef<Type *> ParamTys, const User *U) { in getIntrinsicCost()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c360 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()
367 value ParamTys) { in llvm_var_arg_function_type()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c429 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type()
436 value ParamTys) { in llvm_var_arg_function_type()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h117 SmallVector<Type *, 4> ParamTys; variable
/external/clang/lib/Sema/
DSemaType.cpp4202 SmallVector<QualType, 16> ParamTys; in GetFullTypeForDeclarator() local
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp5175 SmallVector<QualType, 16> ParamTys; in GetFullTypeForDeclarator() local
DSemaOverload.cpp7722 void Sema::AddBuiltinCandidate(QualType *ParamTys, ArrayRef<Expr *> Args, in AddBuiltinCandidate()