/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 134 ArrayRef<Type *> ParamTys) { in getIntrinsicCost() argument 415 SmallVector<Type *, 8> ParamTys(FTy->param_begin(), FTy->param_end()); in getCallCost() 417 ->getIntrinsicCost(IID, FTy->getReturnType(), ParamTys); in getCallCost() 496 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local 497 ParamTys.reserve(Arguments.size()); in getIntrinsicCost() 499 ParamTys.push_back(Arguments[Idx]->getType()); in getIntrinsicCost() 500 return static_cast<T *>(this)->getIntrinsicCost(IID, RetTy, ParamTys); in getIntrinsicCost()
|
D | TargetTransformInfo.h | 181 ArrayRef<Type *> ParamTys) const; 641 ArrayRef<Type *> ParamTys) = 0; 775 ArrayRef<Type *> ParamTys) override { in getIntrinsicCost() argument 776 return Impl.getIntrinsicCost(IID, RetTy, ParamTys); in getIntrinsicCost()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 343 const std::vector<Record*> &ParamTys = ArgTypes.second; in EmitVerifier() local 347 << ParamTys.size(); in EmitVerifier() 378 for (unsigned j = 0, je = ParamTys.size(); j != je; ++j) { in EmitVerifier() 379 Record *ArgType = ParamTys[j]; in EmitVerifier() 440 const std::vector<Record*> &ParamTys = ArgTypes.second; in EmitGenerator() local 442 unsigned N = ParamTys.size(); in EmitGenerator() 445 getValueType(ParamTys[N - 1]->getValueAsDef("VT")) == MVT::isVoid) { in EmitGenerator() 457 EmitTypeGenerate(OS, ParamTys[j], ArgNo); in EmitGenerator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 145 ArrayRef<Type *> ParamTys) { in getIntrinsicCost() argument 678 SmallVector<Type *, 8> ParamTys(FTy->param_begin(), FTy->param_end()); in getCallCost() 680 ->getIntrinsicCost(IID, FTy->getReturnType(), ParamTys); in getCallCost() 769 SmallVector<Type *, 8> ParamTys; in getIntrinsicCost() local 770 ParamTys.reserve(Arguments.size()); in getIntrinsicCost() 772 ParamTys.push_back(Arguments[Idx]->getType()); in getIntrinsicCost() 773 return static_cast<T *>(this)->getIntrinsicCost(IID, RetTy, ParamTys); in getIntrinsicCost()
|
D | TargetTransformInfo.h | 237 ArrayRef<Type *> ParamTys) const; 1017 ArrayRef<Type *> ParamTys) = 0; 1219 ArrayRef<Type *> ParamTys) override { in getIntrinsicCost() argument 1220 return Impl.getIntrinsicCost(IID, RetTy, ParamTys); in getIntrinsicCost()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local 34 ParamTys.push_back(I->getType()); in EnsureFunctionExists() 35 M.getOrInsertFunction(Name, FunctionType::get(RetTy, ParamTys, false)); in EnsureFunctionExists() 72 std::vector<Type *> ParamTys; in ReplaceCallWith() local 74 ParamTys.push_back((*I)->getType()); in ReplaceCallWith() 76 FunctionType::get(RetTy, ParamTys, false)); in ReplaceCallWith()
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local 34 ParamTys.push_back(I->getType()); in EnsureFunctionExists() 35 M.getOrInsertFunction(Name, FunctionType::get(RetTy, ParamTys, false)); in EnsureFunctionExists() 72 std::vector<Type *> ParamTys; in ReplaceCallWith() local 74 ParamTys.push_back((*I)->getType()); in ReplaceCallWith() 76 FunctionType::get(RetTy, ParamTys, false)); in ReplaceCallWith()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 32 std::vector<Type *> ParamTys; in EnsureFunctionExists() local 34 ParamTys.push_back(I->getType()); in EnsureFunctionExists() 35 M.getOrInsertFunction(Name, FunctionType::get(RetTy, ParamTys, false)); in EnsureFunctionExists() 72 std::vector<Type *> ParamTys; in ReplaceCallWith() local 74 ParamTys.push_back((*I)->getType()); in ReplaceCallWith() 76 FunctionType::get(RetTy, ParamTys, false)); in ReplaceCallWith()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 256 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type() argument 257 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_function_type() 258 Wosize_val(ParamTys), 0); in llvm_function_type() 263 value ParamTys) { in llvm_var_arg_function_type() argument 264 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_var_arg_function_type() 265 Wosize_val(ParamTys), 1); in llvm_var_arg_function_type()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 429 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type() argument 430 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_function_type() 431 Wosize_val(ParamTys), 0); in llvm_function_type() 436 value ParamTys) { in llvm_var_arg_function_type() argument 437 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_var_arg_function_type() 438 Wosize_val(ParamTys), 1); in llvm_var_arg_function_type()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 360 CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value ParamTys) { in llvm_function_type() argument 361 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_function_type() 362 Wosize_val(ParamTys), 0); in llvm_function_type() 367 value ParamTys) { in llvm_var_arg_function_type() argument 368 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_var_arg_function_type() 369 Wosize_val(ParamTys), 1); in llvm_var_arg_function_type()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 171 ArrayRef<Type *> ParamTys) { in getIntrinsicCost() argument 184 return BaseT::getIntrinsicCost(IID, RetTy, ParamTys); in getIntrinsicCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 240 ArrayRef<Type *> ParamTys) { in getIntrinsicCost() argument 253 return BaseT::getIntrinsicCost(IID, RetTy, ParamTys); in getIntrinsicCost()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 4202 SmallVector<QualType, 16> ParamTys; in GetFullTypeForDeclarator() local 4203 ParamTys.reserve(FTI.NumParams); in GetFullTypeForDeclarator() 4276 ParamTys.push_back(ParamTy); in GetFullTypeForDeclarator() 4281 checkExtParameterInfos(S, ParamTys, EPI, in GetFullTypeForDeclarator() 4312 T = Context.getFunctionType(T, ParamTys, EPI); in GetFullTypeForDeclarator()
|
D | SemaOverload.cpp | 6761 void Sema::AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys, in AddBuiltinCandidate() argument 6777 Candidate.BuiltinTypes.ParamTypes[ArgIdx] = ParamTys[ArgIdx]; in AddBuiltinCandidate() 6797 assert(ParamTys[ArgIdx] == Context.BoolTy && in AddBuiltinCandidate() 6803 = TryCopyInitialization(*this, Args[ArgIdx], ParamTys[ArgIdx], in AddBuiltinCandidate()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2517 void AddBuiltinCandidate(QualType ResultTy, QualType *ParamTys,
|