HomeSort by: relevance | last modified time | path
    Searched refs:Super (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/sys/arch/atari/stand/tostools/loadbsd/
loadbsd.c 196 stck = Super(0);
203 (void)Super(stck);
249 stck = Super(0);
253 (void)Super(stck);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kRegisterInfo.cpp 77 for (MCSuperRegIterator Super(Reg, this); Super.isValid(); ++Super)
78 if (RC->contains(*Super))
79 return *Super;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterClassInfo.cpp 149 if (const TargetRegisterClass *Super =
151 if (Super != RC && getNumAllocatableRegs(Super) > RCI.NumRegs)
MachineRegisterInfo.cpp 643 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true);
644 Super.isValid(); ++Super) {
645 MCRegister Reg = *Super;
LiveIntervals.cpp 282 // The physregs aliasing Unit are the roots and their super-registers.
284 // may share super-registers. That's OK because createDeadDefs() is
286 // uniquing super-registers is probably not worthwhile.
290 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true);
291 Super.isValid(); ++Super) {
292 MCRegister Reg = *Super;
296 // super registers are reserved.
309 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true);
310 Super.isValid(); ++Super)
    [all...]
LiveVariables.cpp 228 /// super-register.
267 // Last def defines the super register, add an implicit def of reg.
431 // Kill the largest clobbered super-register.
433 unsigned Super = Reg;
436 Super = *SR;
437 HandlePhysRegKill(Super, nullptr);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86RegisterInfo.cpp 110 // Don't allow super-classes of GR8_NOREX. This class is only used after
123 const TargetRegisterClass *Super = RC;
126 switch (Super->getID()) {
131 getRegSizeInBits(*Super) == getRegSizeInBits(*RC))
132 return Super;
138 getRegSizeInBits(*Super) == getRegSizeInBits(*RC))
139 return Super;
145 getRegSizeInBits(*Super) == getRegSizeInBits(*RC))
146 return Super;
152 getRegSizeInBits(*Super) == getRegSizeInBits(*RC)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h 494 using Super = FoldingSetImpl<FoldingSet, T>;
495 using Node = typename Super::Node;
527 friend Super;
530 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {}
552 using Super = FoldingSetImpl<ContextualFoldingSet, T>;
553 using Node = typename Super::Node;
589 friend Super;
593 : Super(Log2InitSize), Context(Context) {}
  /src/external/apache2/llvm/dist/clang/lib/AST/
NestedNameSpecifier.cpp 154 return Super;
218 case Super: {
276 case Super:
369 case NestedNameSpecifier::Super:
433 case NestedNameSpecifier::Super:
660 case NestedNameSpecifier::Super:
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp 178 // Also compute leading super-registers. Each register has a list of
179 // covered-by-subregs super-registers where it appears as the first explicit
468 // Look at the leading super-registers of each sub-register. Those are the
485 "Super-register has no sub-registers");
547 // Make sure all sub-registers have been visited first, so the super-reg
552 // Now add this as a super-register on all sub-registers.
671 // Copy Proto super-classes.
808 // Most properties will be inherited from the closest super-class after the
826 assert(!SuperClasses.empty() && "Synthesized class without super class");
828 // The last super-class is the smallest one
    [all...]
  /src/sys/arch/atari/stand/tostools/aptck/
diskio.c 141 long oldsp = Super(0L);
143 Super(oldsp);
  /src/sys/arch/atari/stand/tostools/libtos/
diskio.c 141 long oldsp = Super(0L);
143 (void)Super(oldsp);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
TrustNonnullChecker.cpp 201 if (const ObjCInterfaceDecl *Super = ID->getSuperClass())
202 return interfaceHasSuperclass(Super, ClassName);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 1159 /// class of the type of \p Super.
1161 const TypedValueRegion *Super,
1165 const CXXRecordDecl *Class = Super->getValueType()->getAsCXXRecordDecl();
1182 const SubRegion *Super,
1184 if (isa<TypedValueRegion>(Super)) {
1185 assert(isValidBaseClass(RD, cast<TypedValueRegion>(Super), IsVirtual));
1191 while (const auto *Base = dyn_cast<CXXBaseObjectRegion>(Super))
1192 Super = cast<SubRegion>(Base->getSuperRegion());
1193 assert(Super && !isa<MemSpaceRegion>(Super));
    [all...]
ProgramState.cpp 609 const MemRegion *Super = SR->getSuperRegion();
610 if (!scan(Super))
614 if (isa<MemSpaceRegion>(Super)) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 305 Loc getLValue(const CXXBaseSpecifier &BaseSpec, const SubRegion *Super) const;
308 Loc getLValue(const CXXRecordDecl *BaseClass, const SubRegion *Super,
716 const SubRegion *Super) const {
720 Base, Super, BaseSpec.isVirtual()));
724 const SubRegion *Super,
728 BaseClass, Super, IsVirtual));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 247 const TargetRegisterClass *Super = RC;
250 switch (Super->getID()) {
255 return Super;
260 return Super;
262 Super = *I++;
263 } while (Super);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp 81 using Super = CopiedTypeVisitor<Derived, IsMove>;
102 Super::visitWithKind(PCK, FT, FD, CurStructOffset,
273 using Super = DefaultInitializedTypeVisitor<GenDefaultInitializeFuncName>;
284 Super::visitWithKind(PDIK, FT, FD, CurStructOffset);
290 using Super = DestructedTypeVisitor<GenDestructorFuncName>;
301 Super::visitWithKind(DK, FT, FD, CurStructOffset);
586 using Super = DestructedTypeVisitor<GenDestructor>;
597 Super::visitWithKind(DK, FT, FD, CurStructOffset, Addrs);
623 using Super = DefaultInitializedTypeVisitor<GenDefaultInitialize>;
638 Super::visitWithKind(PDIK, FT, FD, CurStructOffset, Addrs)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
AbstractBasicReader.h 282 case NestedNameSpecifier::Super:
AbstractBasicWriter.h 266 case NestedNameSpecifier::Super:
NestedNameSpecifier.h 101 Super
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h 61 CXCursor MakeCursorObjCSuperClassRef(ObjCInterfaceDecl *Super,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 436 // and prepare for warning on missing super calls.
1107 /// typedef'ed use for a qualified super class and adds them to the list
2002 // Check that super class name is valid class name
2021 // super class.
2669 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super,
2671 if (!Super)
2674 for (const auto *I : Super->all_referenced_protocols())
2677 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS);
2695 ObjCInterfaceDecl *Super = IDecl->getSuperClass();
2699 // then we should check if any class in the super class hierarchy als
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MCA/
InstrBuilder.cpp 48 // Track cycles contributed by resources that are in a "Super" relationship.
53 // contributed by a "Super" resource to a group.
55 // part of a group, and it is also used as the "Super" of other resources.
57 // part of a "Super" resource. The key value is the "Super" resource mask ID.
91 uint64_t Super = ProcResourceMasks[PR.SuperIdx];
92 SuperResources[Super] += PRE->Cycles;
171 // Identify extra buffers that are consumed through super resources.
684 // underlying super-registers using an APInt.
688 // register writes implicitly clear the upper portion of a super-register
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp 275 case NestedNameSpecifier::Super:

Completed in 61 milliseconds

1 2 3