| /src/external/gpl3/gcc/dist/gcc/ |
| gensupport.h | 89 const char *libcall; member in struct:optab_def 100 /* 1: conversion optabs with libcall data, 101 2: conversion optabs without libcall data, 102 3: non-conversion optabs with libcall data ("normal" and "overflow" 104 4: non-conversion optabs without libcall data ("direct" optabs). */
|
| expr.cc | 336 rtx libcall; 536 /* Otherwise use a libcall. */ 537 libcall = convert_optab_libfunc (tab, to_mode, from_mode); 540 gcc_assert (libcall); 543 value = emit_library_call_value (libcall, NULL_RTX, LCT_CONST, to_mode, 2157 block move libcall will not clobber any parameters which may have 2274 emitting the libcall would be more efficient. */ 2530 /* Since dst and src are passed to a libcall, mark the corresponding 2552 /* It is incorrect to use the libcall calling conventions for calls to 3947 /* It is incorrect to use the libcall calling conventions for calls t 334 rtx libcall; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-convert.cc | 454 libcall_fn libcall = cdfrom->isInterfaceDeclaration () local 457 return build_libcall (libcall, totype, 2, exp,
|
| expr.cc | 842 libcall_fn libcall = (etype->ty == TY::Tchar) local 845 result = build_libcall (libcall, e->type, 2, 1170 libcall_fn libcall = (lvalue) local 1175 tree result = build_libcall (libcall, arrtype, 4, 1181 /* Cast the libcall result back to a static array. */ 1239 libcall_fn libcall; local 1244 libcall = LIBCALL_AAGETY; 1250 libcall = LIBCALL_AAGETRVALUEX; 1256 tree result = build_libcall (libcall, e->type->pointerTo (), 4, 1453 libcall_fn libcall = tb1->isClassHandle ()->isInterfaceDeclaration ( local 1939 libcall_fn libcall; local 2295 libcall_fn libcall = (global.params.ehnogc && e->thrownew) local 2366 libcall_fn libcall = htype->isZeroInit () local 2433 libcall_fn libcall = tarray->next->isZeroInit () local 2465 libcall_fn libcall = telem->isZeroInit () local 2492 libcall_fn libcall = tpointer->next->isZeroInit (e->loc) local [all...] |
| toir.cc | 1231 libcall_fn libcall = (cd->isCPPclass ()) ? LIBCALL_CXA_BEGIN_CATCH local 1233 object = build_libcall (libcall, vcatch->type, 1, ehptr);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gensupport.h | 88 const char *libcall; member in struct:optab_def 99 /* 1: conversion optabs with libcall data, 100 2: conversion optabs without libcall data, 101 3: non-conversion optabs with libcall data ("normal" and "overflow" 103 4: non-conversion optabs without libcall data ("direct" optabs). */
|
| expr.cc | 333 rtx libcall; 370 /* Otherwise use a libcall. */ 371 libcall = convert_optab_libfunc (tab, to_mode, from_mode); 374 gcc_assert (libcall); 377 value = emit_library_call_value (libcall, NULL_RTX, LCT_CONST, to_mode, 1924 block move libcall will not clobber any parameters which may have 2041 emitting the libcall would be more efficient. */ 2150 /* Since dst and src are passed to a libcall, mark the corresponding 2172 /* It is incorrect to use the libcall calling conventions for calls to 3344 /* It is incorrect to use the libcall calling conventions for calls t 331 rtx libcall; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| h8300.h | 423 rtx libcall; 433 ((CUM).nbytes = 0, (CUM).libcall = LIBNAME) 419 rtx libcall; member in struct:cum_arg
|
| /src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| h8300.h | 411 rtx libcall; 421 ((CUM).nbytes = 0, (CUM).libcall = LIBNAME) 407 rtx libcall; member in struct:cum_arg
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.h | 1427 #define CALL_LIBCALL 0x00000010 /* libcall */ 1501 int libcall; /* If this is a compiler generated call. */ 1497 int libcall; \/* If this is a compiler generated call. *\/ member in struct:rs6000_args
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| LegalizerHelper.cpp | 117 case Libcall: 118 LLVM_DEBUG(dbgs() << ".. Convert to libcall\n"); 119 return libcall(MI); 402 static RTLIB::Libcall getRTLibDesc(unsigned Opcode, unsigned Size) { 489 llvm_unreachable("Unknown libcall function"); 541 llvm::createLibcall(MachineIRBuilder &MIRBuilder, RTLIB::Libcall Libcall, 545 const char *Name = TLI.getLibcallName(Libcall); 546 const CallingConv::ID CC = TLI.getLibcallCallingConv(Libcall); 554 auto Libcall = getRTLibDesc(MI.getOpcode(), Size) 671 LegalizerHelper::libcall(MachineInstr &MI) { function in class:LegalizerHelper [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| alpha.cc | 2986 rtx libcall; 3033 rtx func = ops->libcall; 3038 ops->libcall = func; 2978 rtx libcall; variable
|
| /src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| alpha.cc | 2985 rtx libcall; 3032 rtx func = ops->libcall; 3037 ops->libcall = func; 2977 rtx libcall; variable
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.h | 1474 #define CALL_LIBCALL 0x00000010 /* libcall */ 1548 int libcall; /* If this is a compiler generated call. */ 1544 int libcall; \/* If this is a compiler generated call. *\/ member in struct:rs6000_args
|