Lines Matching full:generate
1 //===- NeonEmitter.cpp - Generate arm_neon.h for use with clang -*- C++ -*-===//
202 /// TypeString - for a modifier and type, generate the name of the typedef for
288 /// BuiltinTypeString - for a modifier and type, generate the clang
488 // Generate the string "(argtype a, argtype b, ...)"
592 // Generate the definition for this intrinsic, e.g. "a + b" for OpAdd.
868 // Generate the definition for this intrinsic, e.g. __builtin_neon_cls(a)
1247 // Generate BuiltinsARM.def for NEON
1273 // Generate the BuiltinsARM.def declaration for this builtin, ensuring
1286 // Generate the overloaded type checking code for SemaChecking.cpp
1317 // Generate the switch case(s) for this builtin for the type validation.
1383 // Generate the intrinsic range checking code for shift/lane immediates.