Home
last modified time | relevance | path

Searched refs:Super (Results 1 – 25 of 129) sorted by relevance

123456

/netbsd-src/sys/arch/atari/stand/tostools/loadbsd/
H A Dloadbsd.c196 stck = Super(0); in get_sys_info()
203 (void)Super(stck); in get_sys_info()
249 stck = Super(0); in start_kernel()
253 (void)Super(stck); in start_kernel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp123 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
126 switch (Super->getID()) { in getLargestLegalSuperClass()
131 getRegSizeInBits(*Super) == getRegSizeInBits(*RC)) in getLargestLegalSuperClass()
132 return Super; in getLargestLegalSuperClass()
138 getRegSizeInBits(*Super) == getRegSizeInBits(*RC)) in getLargestLegalSuperClass()
139 return Super; in getLargestLegalSuperClass()
145 getRegSizeInBits(*Super) == getRegSizeInBits(*RC)) in getLargestLegalSuperClass()
146 return Super; in getLargestLegalSuperClass()
152 getRegSizeInBits(*Super) == getRegSizeInBits(*RC)) in getLargestLegalSuperClass()
153 return Super; in getLargestLegalSuperClass()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp77 for (MCSuperRegIterator Super(Reg, this); Super.isValid(); ++Super) in getMatchingMegaReg() local
78 if (RC->contains(*Super)) in getMatchingMegaReg()
79 return *Super; in getMatchingMegaReg()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h494 using Super = FoldingSetImpl<FoldingSet, T>; variable
495 using Node = typename Super::Node;
527 friend Super; variable
530 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
552 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
553 using Node = typename Super::Node;
589 friend Super; variable
593 : Super(Log2InitSize), Context(Context) {} in Super() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp149 if (const TargetRegisterClass *Super = in compute() local
151 if (Super != RC && getNumAllocatableRegs(Super) > RCI.NumRegs) in compute()
H A DMachineRegisterInfo.cpp643 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in isReservedRegUnit() local
644 Super.isValid(); ++Super) { in isReservedRegUnit()
645 MCRegister Reg = *Super; in isReservedRegUnit()
H A DLiveIntervals.cpp290 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in computeRegUnitRange() local
291 Super.isValid(); ++Super) { in computeRegUnitRange()
292 MCRegister Reg = *Super; in computeRegUnitRange()
309 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in computeRegUnitRange() local
310 Super.isValid(); ++Super) { in computeRegUnitRange()
311 MCRegister Reg = *Super; in computeRegUnitRange()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp829 CodeGenRegisterClass &Super = *SuperClasses.back(); in inheritProperties() local
833 Namespace = Super.Namespace; in inheritProperties()
834 VTs = Super.VTs; in inheritProperties()
835 CopyCost = Super.CopyCost; in inheritProperties()
836 Allocatable = Super.Allocatable; in inheritProperties()
837 AltOrderSelect = Super.AltOrderSelect; in inheritProperties()
838 AllocationPriority = Super.AllocationPriority; in inheritProperties()
839 GeneratePressureSet |= Super.GeneratePressureSet; in inheritProperties()
843 Orders.resize(Super.Orders.size()); in inheritProperties()
844 for (unsigned i = 0, ie = Super.Orders.size(); i != ie; ++i) in inheritProperties()
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dhitachi-sh4 # hitach-sh: file(1) magic for Hitachi Super-H
6 # Super-H COFF
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp154 return Super; in getKind()
218 case Super: { in getDependence()
276 case Super: in print()
369 case NestedNameSpecifier::Super: in getLocalDataLength()
433 case NestedNameSpecifier::Super: in getLocalSourceRange()
660 case NestedNameSpecifier::Super: in MakeTrivial()
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dtest.data140 1root:EMpNB8Zp56:0:0:Super-User,,,,,,,:/:/bin/sh
141 2roottcsh:*:0:0:Super-User running tcsh [cbm]:/:/bin/tcsh
170 1r oot EMpNB8Zp56 0 0 Super-User,,,,,,, / /bin/sh
171 2r oottcsh * 0 0 Super-User running tcsh [cbm] / /bin/tcsh
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1161 const TypedValueRegion *Super, in isValidBaseClass() argument
1165 const CXXRecordDecl *Class = Super->getValueType()->getAsCXXRecordDecl(); in isValidBaseClass()
1182 const SubRegion *Super, in getCXXBaseObjectRegion() argument
1184 if (isa<TypedValueRegion>(Super)) { in getCXXBaseObjectRegion()
1185 assert(isValidBaseClass(RD, cast<TypedValueRegion>(Super), IsVirtual)); in getCXXBaseObjectRegion()
1191 while (const auto *Base = dyn_cast<CXXBaseObjectRegion>(Super)) in getCXXBaseObjectRegion()
1192 Super = cast<SubRegion>(Base->getSuperRegion()); in getCXXBaseObjectRegion()
1193 assert(Super && !isa<MemSpaceRegion>(Super)); in getCXXBaseObjectRegion()
1197 return getSubRegion<CXXBaseObjectRegion>(RD, IsVirtual, Super); in getCXXBaseObjectRegion()
1202 const SubRegion *Super) { in getCXXDerivedObjectRegion() argument
[all …]
H A DProgramState.cpp609 const MemRegion *Super = SR->getSuperRegion(); in scan() local
610 if (!scan(Super)) in scan()
614 if (isa<MemSpaceRegion>(Super)) { in scan()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCScheduleP9.td81 let Super = IP_EXEC;
85 let Super = IP_EXEC;
93 let Super = ALU;
97 let Super = ALU;
107 let Super = DP;
111 let Super = DP;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp247 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
250 switch (Super->getID()) { in getLargestLegalSuperClass()
255 return Super; in getLargestLegalSuperClass()
260 return Super; in getLargestLegalSuperClass()
262 Super = *I++; in getLargestLegalSuperClass()
263 } while (Super); in getLargestLegalSuperClass()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h305 Loc getLValue(const CXXBaseSpecifier &BaseSpec, const SubRegion *Super) const;
308 Loc getLValue(const CXXRecordDecl *BaseClass, const SubRegion *Super,
716 const SubRegion *Super) const { in getLValue() argument
720 Base, Super, BaseSpec.isVirtual())); in getLValue()
724 const SubRegion *Super, in getLValue() argument
728 BaseClass, Super, IsVirtual)); in getLValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp81 using Super = CopiedTypeVisitor<Derived, IsMove>; typedef
102 Super::visitWithKind(PCK, FT, FD, CurStructOffset, in visitWithKind()
273 using Super = DefaultInitializedTypeVisitor<GenDefaultInitializeFuncName>; typedef
284 Super::visitWithKind(PDIK, FT, FD, CurStructOffset); in visitWithKind()
290 using Super = DestructedTypeVisitor<GenDestructorFuncName>; typedef
301 Super::visitWithKind(DK, FT, FD, CurStructOffset); in visitWithKind()
586 using Super = DestructedTypeVisitor<GenDestructor>; typedef
597 Super::visitWithKind(DK, FT, FD, CurStructOffset, Addrs); in visitWithKind()
623 using Super = DefaultInitializedTypeVisitor<GenDefaultInitialize>; typedef
638 Super::visitWithKind(PDIK, FT, FD, CurStructOffset, Addrs); in visitWithKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp201 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in interfaceHasSuperclass() local
202 return interfaceHasSuperclass(Super, ClassName); in interfaceHasSuperclass()
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Ddiskio.c144 long oldsp = Super(0L); in ahdi_compatible()
146 (void)Super(oldsp); in ahdi_compatible()
/netbsd-src/sys/arch/atari/stand/tostools/aptck/
H A Ddiskio.c144 long oldsp = Super(0L); in ahdi_compatible()
146 Super(oldsp); in ahdi_compatible()
/netbsd-src/external/bsd/tre/dist/m4/
H A Dvl_prog_cc_warnings.m49 dnl IRIX C compiler, NEC SX-5 (Super-UX 10) C compiler, and Cray J90
98 dnl The NEC SX-5 (Super-UX 10) C compiler
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td35 let Super = CyUnitI;
41 let Super = CyUnitB;
47 let Super = CyUnitI;
53 let Super = CyUnitBR;
59 let Super = CyUnitB;
78 let Super = CyUnitV;
83 let Super = CyUnitV;
88 let Super = CyUnitVM;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td33 def P5600IssueALU : ProcResource<1> { let Super = P5600ALQ; }
48 def P5600IssueAL2 : ProcResource<1> { let Super = P5600AGQ; }
49 def P5600IssueCTISTD : ProcResource<1> { let Super = P5600AGQ; }
50 def P5600IssueLDST : ProcResource<1> { let Super = P5600AGQ; }
232 def P5600IssueFPUS : ProcResource<1> { let Super = P5600FPQ; }
233 def P5600IssueFPUL : ProcResource<1> { let Super = P5600FPQ; }
234 def P5600IssueFPULoad : ProcResource<1> { let Super = P5600FPQ; }
/netbsd-src/sys/dev/isa/
H A Dfiles.isa437 # SMSC LPC47B397 Super I/O with hardware monitor
442 # Winbond LPC Super I/O
454 # iTE Super I/O with hardware monitor
459 # Fintek Super I/O with hardware monitor
477 # NSC PC87366 Super IO / monitor chip
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFive7.td32 def SiFive7IDiv : ProcResource<1> { let Super = SiFive7PipeB; } // Int Division
33 def SiFive7FDiv : ProcResource<1> { let Super = SiFive7PipeB; } // FP Division/Sqrt

123456