Searched refs:EP (Results 1 - 22 of 22) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators13.C12 class EP { class
18 void EP::operator=(T *) { }
22 EP ep1, ep2;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp97 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); local
98 if (EP.first != nullptr || EP.second)
247 auto EP = LR.extendInBlock(Undefs, Start, End); local
248 VNInfo *VNI = EP.first;
249 FoundUndef |= EP.second;
250 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI);
256 if (VNI || EP.second)
H A DSplitKit.cpp1391 for (ExtPoint &EP : ExtPoints) {
1392 LiveInterval &LI = LIS.getInterval(Edit->get(EP.RegIdx));
1396 Register Reg = EP.MO.getReg(), Sub = EP.MO.getSubReg();
1413 SubLIC.extend(S, EP.Next, 0, Undefs);
H A DMachineBlockPlacement.cpp3522 auto EP = MBPI->getEdgeProbability(&MBB, Succ); local
3523 BlockFrequency JumpFreq = BlockFreq * EP;
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dv850-opc.c463 /* EP Register. */
464 #define EP (SR1 + 1)
468 #define I16U (EP + 1)
617 { "sld.bu", one (0x0060), one (0x07f0), {D4, EP, R2_NOTR0}, 1, PROCESSOR_V850E1 },
618 { "sld.bu", one (0x0060), one (0x07f0), {D4, EP, R2_NOTR0}, 1, PROCESSOR_V850E },
620 { "sld.hu", one (0x0070), one (0x07f0), {D5_4, EP, R2_NOTR0}, 1, PROCESSOR_V850E1 },
621 { "sld.hu", one (0x0070), one (0x07f0), {D5_4, EP, R2_NOTR0}, 1, PROCESSOR_V850E },
623 { "sld.b", one (0x0300), one (0x0780), {D7, EP, R2}, 1, PROCESSOR_V850E1 },
624 { "sld.b", one (0x0300), one (0x0780), {D7, EP, R2}, 1, PROCESSOR_V850E },
625 { "sld.b", one (0x0300), one (0x0780), {D7, EP, R
462 #define EP macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dv850-opc.c388 /* EP Register. */
389 #define EP (SR1 + 1)
393 #define I16U (EP + 1)
542 { "sld.bu", one (0x0060), one (0x07f0), {D4, EP, R2_NOTR0}, 1, PROCESSOR_V850E1 },
543 { "sld.bu", one (0x0060), one (0x07f0), {D4, EP, R2_NOTR0}, 1, PROCESSOR_V850E },
545 { "sld.hu", one (0x0070), one (0x07f0), {D5_4, EP, R2_NOTR0}, 1, PROCESSOR_V850E1 },
546 { "sld.hu", one (0x0070), one (0x07f0), {D5_4, EP, R2_NOTR0}, 1, PROCESSOR_V850E },
548 { "sld.b", one (0x0300), one (0x0780), {D7, EP, R2}, 1, PROCESSOR_V850E1 },
549 { "sld.b", one (0x0300), one (0x0780), {D7, EP, R2}, 1, PROCESSOR_V850E },
550 { "sld.b", one (0x0300), one (0x0780), {D7, EP, R
387 #define EP macro
[all...]
/openbsd-current/libexec/getty/
H A Dsubr.c213 } else if (AP || EP || OP) {
217 if (OP && !EP) {
222 } else if (EP && !OP) {
227 } else if (AP || (EP && OP)) {
H A Dgettytab.h129 #define EP gettyflags[2].value macro
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DEvalEmitter.cpp190 const Pointer &EP = Ptr.atIndex(I);
192 TYPE_SWITCH(*T, Ok &= ReturnValue<T>(EP.deref<T>(), Slot));
194 Ok &= Composite(ElemTy, EP.narrow(), Slot);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp71 ARCRuntimeEntryPoints EP; member in class:__anon3418::ObjCARCContract
149 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV);
183 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV
388 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong);
530 EP.init(&M);
H A DObjCARCOpts.cpp488 ARCRuntimeEntryPoints EP; member in class:__anon3421::ObjCARCOpt
643 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain);
697 EP.get(ARCRuntimeEntryPointKind::Release), CallArg, "", Inst);
750 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Autorelease);
990 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release);
1771 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain);
1786 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release);
2125 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain);
2154 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain);
2415 EP
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp485 EndPrecompRecord EP;
487 EP))
492 PCHInfo.emplace(PCHMergerInfo{EP.getSignature(), CurIndex.toArrayIndex()});
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1526 auto EP = BPI->getEdgeProbability(SrcBB, DstBB); local
1527 if (EP.isZero())
1550 auto EP = BPI->getEdgeProbability(DstBB, SrcBB); local
1551 if (EP.isZero())
1588 auto EP = BPI->getEdgeProbability(BB, SI); local
1589 if (EP.isZero())
1593 Scaled64::getFraction(EP.getNumerator(), EP.getDenominator());
/openbsd-current/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1954 if (auto EP = getMainEntryPoint(S))
1955 EntryPoint = *EP;
1957 return EP.takeError();
1966 if (auto EP = getOrcRuntimeEntryPoint(S))
1967 EntryPoint = *EP;
1969 return EP.takeError();
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp519 EndPrecompRecord &EP) {
520 P.format(" signature = {0:X+}", EP.Signature);
518 visitKnownRecord(CVType &CVR, EndPrecompRecord &EP) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/
H A Dsimple_packed_serialization.h219 static size_t size(const SPSEmpty &EP) { return 0; } argument
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1119 if (const auto *EP = dyn_cast<PathDiagnosticEventPiece>(subPiece.get())) {
1126 << html::EscapeText(EP->getString())
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp2401 llvm::Function *&EP = IsRetainRV local
2407 EP = getARCIntrinsic(IID, CGF.CGM);
2415 llvm::Value *bundleArgs[] = {EP};
2431 return emitARCValueOperation(CGF, value, nullptr, EP, IID, tailKind);
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h228 static size_t size(const SPSEmpty &EP) { return 0; } argument
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm425 Pu GP SP EP Gn Gg GG SG EG g0 c$ lk t$ ;s n> // /= CO';
/openbsd-current/distrib/miniroot/
H A Dinstall.sub1292 ((_haswep == 1)) && _prompt="$_prompt, (W)EP"
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pl19835 OL CHIKI LETTER EP
56453 OLD TURKIC LETTER ORKHON EP
56627 OLD HUNGARIAN CAPITAL LETTER EP
56780 OLD HUNGARIAN SMALL LETTER EP
[all...]

Completed in 285 milliseconds