Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local
72 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/clang/lib/Sema/
DSemaType.cpp4202 SmallVector<QualType, 16> ParamTys; in GetFullTypeForDeclarator() local
DSemaOverload.cpp6761 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, in AddBuiltinCandidate()