| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| IntrinsicEmitter.cpp | 1 //===- IntrinsicEmitter.cpp - Generate intrinsic information --------------===// 9 // This tablegen backend emits information about intrinsic functions. 27 cl::OptionCategory GenIntrinsicCat("Options for -gen-intrinsic-enums"); 29 IntrinsicPrefix("intrinsic-prefix", 60 emitSourceFileHeader("Intrinsic Function Source Fragment", OS); 71 // Emit the intrinsic ID -> name table. 74 // Emit the intrinsic ID -> overload table. 77 // Emit the intrinsic declaration generator. 80 // Emit the intrinsic parameter attributes. 119 OS << "namespace Intrinsic {\n" 639 const CodeGenIntrinsic &intrinsic = Ints[i]; local [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| st_parse.c | 77 static char *intrinsic(char *cp, tdesc_t **rtdp); 319 tdp->t_type == INTRINSIC); 586 cp = intrinsic(cp, rtdp); 777 intrinsic(char *cp, tdesc_t **rtdp) function 789 expected("intrinsic/b", "[su]", cp); 797 expected("intrinsic/b", "; (post-width)", cp - 1); 801 expected("intrinsic/b", "; (post-offset)", cp - 1); 812 expected("intrinsic/R", "number <= CTF_FP_MAX", cp); 818 expected("intrinsic/R", ";", cp - 1); 826 tdp->t_type = INTRINSIC; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-tree.h | 272 /* In a FUNCTION_DECL, if this is an intrinsic, the code for it. */ 273 enum intrinsic_code intrinsic; variable in typeref:enum:intrinsic_code 309 DECL_LANG_SPECIFIC (NODE)->intrinsic
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| primary.cc | 2067 bool intrinsic; local 2282 intrinsic = false; 2330 intrinsic = true; 2393 if (!inquiry && !intrinsic) 2398 if (intrinsic && !inquiry) 2401 gfc_error ("%qs at %C is not an inquiry reference to an intrinsic " 2404 gfc_error ("%qs at %C is not an inquiry reference to an intrinsic " 2475 "to an expression of intrinsic type"); 3596 if (sym->attr.function || sym->attr.external || sym->attr.intrinsic)
|
| symbol.cc | 53 minit ("INTRINSIC-PROC", PROC_INTRINSIC), 415 *intent_in = "INTENT(IN)", *intrinsic = "INTRINSIC", local 536 conf (dummy, intrinsic); 541 conf (pointer, intrinsic); 552 conf (target, intrinsic); 557 conf (external, intrinsic); 558 conf (entry, intrinsic); 559 conf (abstract, intrinsic); 627 conf (cray_pointer, intrinsic); [all...] |
| module.cc | 99 /* Structure for list of symbols of intrinsic modules. */ 205 /* If we're reading an intrinsic module, this is its ID. */ 548 if (strcmp (module_nature, "intrinsic") == 0) 549 use_list->intrinsic = true; 557 "be either INTRINSIC or NON_INTRINSIC"); 567 if (strcmp (module_nature, "intrinsic") == 0 2114 minit ("INTRINSIC", AB_INTRINSIC), 2287 if (attr->intrinsic) 2506 attr->intrinsic = 1; 4265 /* Type-bound intrinsic operators. * 7478 bool intrinsic = next->intrinsic; local [all...] |
| gfortran.h | 127 /* Intrinsic types. Their kind number defines their storage size. */ 201 /* Intrinsic operators. */ 221 /* This macro is the number of intrinsic operators that exist. 323 considered to be intrinsic operators. */ 397 /* Enumeration of all the generic intrinsic functions. Used by the 856 unsigned allocatable:1, dimension:1, codimension:1, external:1, intrinsic:1, member in struct:__anon16051 925 is only possible for intrinsic subroutines. */ 1874 /* = 2 if this has already been resolved as an intrinsic, 1900 /* Identity of the intrinsic module the symbol comes from, or 1901 INTMOD_NONE if it's not imported from a intrinsic module. * 1988 bool intrinsic; member in struct:gfc_use_list 2335 gfc_intrinsic_arg *intrinsic; member in union:gfc_dummy_arg::__anon16068 [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| primary.cc | 2082 bool intrinsic; local 2277 (i) With a declared symbol or intrinsic function; or 2280 declared or are intrinsic. */ 2370 intrinsic = false; 2452 intrinsic = true; 2515 if (!inquiry && !intrinsic) 2520 if (intrinsic && !inquiry) 2523 gfc_error ("%qs at %C is not an inquiry reference to an intrinsic " 2526 gfc_error ("%qs at %C is not an inquiry reference to an intrinsic " 2597 "to an expression of intrinsic type") [all...] |
| symbol.cc | 53 minit ("INTRINSIC-PROC", PROC_INTRINSIC), 446 *intent_in = "INTENT(IN)", *intrinsic = "INTRINSIC", local 556 conf (dummy, intrinsic); 561 conf (pointer, intrinsic); 572 conf (target, intrinsic); 577 conf (external, intrinsic); 578 conf (entry, intrinsic); 579 conf (abstract, intrinsic); 647 conf (cray_pointer, intrinsic); [all...] |
| module.cc | 99 /* Structure for list of symbols of intrinsic modules. */ 205 /* If we're reading an intrinsic module, this is its ID. */ 548 if (strcmp (module_nature, "intrinsic") == 0) 549 use_list->intrinsic = true; 557 "be either INTRINSIC or NON_INTRINSIC"); 567 if (strcmp (module_nature, "intrinsic") == 0 2115 minit ("INTRINSIC", AB_INTRINSIC), 2290 if (attr->intrinsic) 2515 attr->intrinsic = 1; 4284 /* Type-bound intrinsic operators. * 7497 bool intrinsic = next->intrinsic; local [all...] |
| gfortran.h | 127 /* Intrinsic types. Their kind number defines their storage size. */ 201 /* Intrinsic operators. */ 221 /* This macro is the number of intrinsic operators that exist. 328 considered to be intrinsic operators. */ 402 /* Enumeration of all the generic intrinsic functions. Used by the 864 unsigned allocatable:1, dimension:1, codimension:1, external:1, intrinsic:1, member in struct:__anon13616 933 is only possible for intrinsic subroutines. */ 1933 /* = 2 if this has already been resolved as an intrinsic, 1979 /* Identity of the intrinsic module the symbol comes from, or 1980 INTMOD_NONE if it's not imported from a intrinsic module. * 2067 bool intrinsic; member in struct:gfc_use_list 2425 gfc_intrinsic_arg *intrinsic; member in union:gfc_dummy_arg::__anon13635 [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExprScalar.cpp | 1303 // Cast to FP using the intrinsic if the half type itself isn't supported. 1307 CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_from_fp16, DstTy), 1310 // Cast to other types through float, using either the intrinsic or FPExt, 1315 CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_from_fp16, 1431 // Use the intrinsic if the half type itself isn't supported 1435 CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_to_fp16, SrcTy), Src); 1448 CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_to_fp16, CGF.CGM.FloatTy), 2041 // same element type, use the llvm.experimental.vector.insert intrinsic to 2055 // same element type, use the llvm.experimental.vector.extract intrinsic to 2636 CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_from_fp16 3295 llvm::Function *intrinsic = CGF.CGM.getIntrinsic(IID, opTy); local [all...] |