| /src/sys/arch/sgimips/gio/ |
| giodevs.h | 15 #define EP 0x0e /* E-Plex 8-port Ethernet */
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| OrcRPCTPCServer.h | 391 OrcRPCTPCServer(RPCEndpointT &EP) : EP(EP) { 397 EP.template addHandler<orcrpctpc::GetTargetTriple>(*this, 399 EP.template addHandler<orcrpctpc::GetPageSize>(*this, &ThisT::getPageSize); 401 EP.template addHandler<orcrpctpc::ReserveMem>(*this, &ThisT::reserveMemory); 402 EP.template addHandler<orcrpctpc::FinalizeMem>(*this, 404 EP.template addHandler<orcrpctpc::ReleaseMem>(*this, &ThisT::releaseMemory); 406 EP.template addHandler<orcrpctpc::WriteUInt8s>( 408 EP.template addHandler<orcrpctpc::WriteUInt16s> [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| OrcRPCTargetProcessControl.h | 284 RPCEndpointT &EP, ErrorReporter ReportError) 286 ReportError(std::move(ReportError)), EP(EP) {} 290 RPCEndpointT &getEndpoint() { return EP; } 301 auto H = EP.template callB<orcrpctpc::LoadDylib>(DylibPath); 334 return EP.template callB<orcrpctpc::LookupSymbols>(RR); 346 auto Result = EP.template callB<orcrpctpc::RunMain>(MainFnAddr, Args); 366 EP.template callB<orcrpctpc::RunWrapper>(WrapperFnAddr, ArgBuffer); 373 return EP.template callAsync<orcrpctpc::CloseConnection>( 384 EP.abandonAllPendingResponses() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| LiveRangeCalc.cpp | 99 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); 100 if (EP.first != nullptr || EP.second) 249 auto EP = LR.extendInBlock(Undefs, Start, End); 250 VNInfo *VNI = EP.first; 251 FoundUndef |= EP.second; 252 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI); 258 if (VNI || EP.second)
|
| SplitKit.cpp | 1376 for (ExtPoint &EP : ExtPoints) { 1377 LiveInterval &LI = LIS.getInterval(Edit->get(EP.RegIdx)); 1381 Register Reg = EP.MO.getReg(), Sub = EP.MO.getSubReg(); 1398 SubLIC.extend(S, EP.Next, 0, Undefs);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| ObjCARC.h | 109 : EP(P), ContractPass(ContractPass) {} 158 ARCRuntimeEntryPoints &EP;
|
| ObjCARCContract.cpp | 71 ARCRuntimeEntryPoints EP; 152 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); 186 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV 388 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); 524 EP.init(&M); 540 BundledRetainClaimRVs BRV(EP, true);
|
| ObjCARC.cpp | 107 Function *Func = EP.get(IsRetainRV ? ARCRuntimeEntryPointKind::RetainRV
|
| ObjCARCOpts.cpp | 491 ARCRuntimeEntryPoints EP; 655 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain); 710 EP.get(ARCRuntimeEntryPointKind::Release), CallArg, "", Inst); 764 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Autorelease); 1036 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release); 1758 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); 1771 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release); 2108 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); 2137 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); 2399 EP.init(&M) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/llvm-jitlink-executor/ |
| llvm-jitlink-executor.cpp | 149 JITLinkExecutorEndpoint EP(C, true); 150 OrcRPCTPCServer<JITLinkExecutorEndpoint> Server(EP);
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| EvalEmitter.cpp | 179 const Pointer &EP = Ptr.atIndex(I); 181 TYPE_SWITCH(*T, Ok &= ReturnValue<T>(EP.deref<T>(), Slot)); 183 Ok &= Composite(ElemTy, EP.narrow(), Slot);
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| TypeStreamMerger.cpp | 486 EndPrecompRecord EP; 488 EP)) 492 PCHSignature.emplace(EP.getSignature());
|
| /src/external/bsd/top/dist/machine/ |
| m_macosx.c | 84 #define EP(pp, field) ((pp)->kp_eproc . field) 87 #define MEP(mp, field) (EP((mp)->kproc, field)) 100 #define PROCSIZE(pp) (EP(pp, e_xsize))
|
| m_freebsd.c | 140 * names PP, EP, and VP are due to the fact that information was originally 144 * EP: extented proc 154 #define EP(pp, field) ((pp)->kp_eproc . e_##field) 159 #define EP(pp, field) ((pp)->ki_##field) 624 if (EP(pp, wmesg) != NULL) { 625 sprintf(status, "%.6s", EP(pp, wmesg));
|
| /src/libexec/getty/ |
| gettytab.h | 144 #define EP gettyflags[2].value
|
| subr.c | 252 } else if (AP || EP || OP) { 256 if (OP && !EP) { 261 } else if (EP && !OP) { 266 } else if (AP || (EP && OP)) { 604 char **ep; local 606 ep = env; 609 *ep++ = termbuf; 615 *ep++ = p; 619 *ep++ = p; 621 *ep = (char *)0 [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| v850-opc.c | 1029 /* EP Register. */ 1030 #define EP (SP + 1) 1034 #define LIST12 (EP + 1) 1717 { "sld.b", one (0x0300), one (0x0780), {D7U, EP, R2}, 2, PROCESSOR_ALL }, 1719 { "sld.bu", one (0x0060), one (0x07f0), {D4U, EP, R2_NOTR0}, 2, PROCESSOR_NOT_V850 }, 1721 { "sld.h", one (0x0400), one (0x0780), {D8_7U,EP, R2}, 2, PROCESSOR_ALL }, 1723 { "sld.hu", one (0x0070), one (0x07f0), {D5_4U,EP, R2_NOTR0}, 2, PROCESSOR_NOT_V850 }, 1725 { "sld.w", one (0x0500), one (0x0781), {D8_6U,EP, R2}, 2, PROCESSOR_ALL }, 1729 { "sst.b", one (0x0380), one (0x0780), {R2, D7U, EP}, 3, PROCESSOR_ALL }, 1731 { "sst.h", one (0x0480), one (0x0780), {R2, D8_7U,EP}, 3, PROCESSOR_ALL } [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| v850-opc.c | 1029 /* EP Register. */ 1030 #define EP (SP + 1) 1034 #define LIST12 (EP + 1) 1717 { "sld.b", one (0x0300), one (0x0780), {D7U, EP, R2}, 2, PROCESSOR_ALL }, 1719 { "sld.bu", one (0x0060), one (0x07f0), {D4U, EP, R2_NOTR0}, 2, PROCESSOR_NOT_V850 }, 1721 { "sld.h", one (0x0400), one (0x0780), {D8_7U,EP, R2}, 2, PROCESSOR_ALL }, 1723 { "sld.hu", one (0x0070), one (0x07f0), {D5_4U,EP, R2_NOTR0}, 2, PROCESSOR_NOT_V850 }, 1725 { "sld.w", one (0x0500), one (0x0781), {D8_6U,EP, R2}, 2, PROCESSOR_ALL }, 1729 { "sst.b", one (0x0380), one (0x0780), {R2, D7U, EP}, 3, PROCESSOR_ALL }, 1731 { "sst.h", one (0x0480), one (0x0780), {R2, D8_7U,EP}, 3, PROCESSOR_ALL } [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| v850-opc.c | 1029 /* EP Register. */ 1030 #define EP (SP + 1) 1034 #define LIST12 (EP + 1) 1717 { "sld.b", one (0x0300), one (0x0780), {D7U, EP, R2}, 2, PROCESSOR_ALL }, 1719 { "sld.bu", one (0x0060), one (0x07f0), {D4U, EP, R2_NOTR0}, 2, PROCESSOR_NOT_V850 }, 1721 { "sld.h", one (0x0400), one (0x0780), {D8_7U,EP, R2}, 2, PROCESSOR_ALL }, 1723 { "sld.hu", one (0x0070), one (0x07f0), {D5_4U,EP, R2_NOTR0}, 2, PROCESSOR_NOT_V850 }, 1725 { "sld.w", one (0x0500), one (0x0781), {D8_6U,EP, R2}, 2, PROCESSOR_ALL }, 1729 { "sst.b", one (0x0380), one (0x0780), {R2, D7U, EP}, 3, PROCESSOR_ALL }, 1731 { "sst.h", one (0x0480), one (0x0780), {R2, D8_7U,EP}, 3, PROCESSOR_ALL } [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| v850-opc.c | 1029 /* EP Register. */ 1030 #define EP (SP + 1) 1034 #define LIST12 (EP + 1) 1717 { "sld.b", one (0x0300), one (0x0780), {D7U, EP, R2}, 2, PROCESSOR_ALL }, 1719 { "sld.bu", one (0x0060), one (0x07f0), {D4U, EP, R2_NOTR0}, 2, PROCESSOR_NOT_V850 }, 1721 { "sld.h", one (0x0400), one (0x0780), {D8_7U,EP, R2}, 2, PROCESSOR_ALL }, 1723 { "sld.hu", one (0x0070), one (0x07f0), {D5_4U,EP, R2_NOTR0}, 2, PROCESSOR_NOT_V850 }, 1725 { "sld.w", one (0x0500), one (0x0781), {D8_6U,EP, R2}, 2, PROCESSOR_ALL }, 1729 { "sst.b", one (0x0380), one (0x0780), {R2, D7U, EP}, 3, PROCESSOR_ALL }, 1731 { "sst.h", one (0x0480), one (0x0780), {R2, D8_7U,EP}, 3, PROCESSOR_ALL } [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
| gnu.ver | 401 _ZNSdC[12]EP*; 404 _ZNSt14basic_iostreamIwSt11char_traitsIwEEC[12]EP*; 465 _ZNSiC[12]EP*; 482 _ZNSt13basic_istreamIwSt11char_traitsIwEEC[12]EP*; 506 _ZNSoC[12]EP*; 517 _ZNSt13basic_ostreamIwSt11char_traitsIwEEC[12]EP*; 1298 _ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEC[12]EP*; 1771 _ZNSt7__cxx1112basic_stringI[cw]St11char_traitsI[cw]ESaI[cw]EE12_Alloc_hiderC[12]EP[cw]RKS3_; 2074 _ZNSt7__cxx1112basic_stringI[cw]St11char_traitsI[cw]ESaI[cw]EE12_Alloc_hiderC[12]EP[cw]OS3_;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
| gnu.ver | 145 std::num[^ep]*; 399 _ZNSdC[12]EP*; 402 _ZNSt14basic_iostreamIwSt11char_traitsIwEEC[12]EP*; 463 _ZNSiC[12]EP*; 480 _ZNSt13basic_istreamIwSt11char_traitsIwEEC[12]EP*; 504 _ZNSoC[12]EP*; 515 _ZNSt13basic_ostreamIwSt11char_traitsIwEEC[12]EP*; 1270 _ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEC[12]EP*; 1741 _ZNSt7__cxx1112basic_stringI[cw]St11char_traitsI[cw]ESaI[cw]EE12_Alloc_hiderC[12]EP[cw]RKS3_; 2044 _ZNSt7__cxx1112basic_stringI[cw]St11char_traitsI[cw]ESaI[cw]EE12_Alloc_hiderC[12]EP[cw]OS3_ [all...] |
| /src/crypto/external/bsd/heimdal/dist/windows/ |
| NTMakefile.w32 | 234 CPREPROCESSOUT = $(CC) /EP /FI$(INCDIR)\config.h /TC /DCPP_ONLY=1
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| HTMLDiagnostics.cpp | 1037 if (const auto *EP = dyn_cast<PathDiagnosticEventPiece>(subPiece.get())) { 1044 << html::EscapeText(EP->getString())
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| MinimalTypeDumper.cpp | 516 EndPrecompRecord &EP) { 517 P.format(" signature = {0:X+}", EP.Signature);
|