Searched refs:Super (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp121 const TargetRegisterClass *Super = RC; local
124 switch (Super->getID()) {
129 getRegSizeInBits(*Super) == getRegSizeInBits(*RC))
130 return Super;
136 getRegSizeInBits(*Super) == getRegSizeInBits(*RC))
137 return Super;
143 getRegSizeInBits(*Super) == getRegSizeInBits(*RC))
144 return Super;
150 getRegSizeInBits(*Super) == getRegSizeInBits(*RC))
151 return Super;
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp147 if (const TargetRegisterClass *Super =
149 if (Super != RC && getNumAllocatableRegs(Super) > RCI.NumRegs)
H A DMachineRegisterInfo.cpp661 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true);
662 Super.isValid(); ++Super) {
663 unsigned Reg = *Super;
H A DLiveIntervals.cpp278 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true);
279 Super.isValid(); ++Super) {
280 unsigned Reg = *Super;
297 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true);
298 Super.isValid(); ++Super) {
299 unsigned Reg = *Super;
H A DLiveVariables.cpp435 unsigned Super = Reg; local
438 Super = *SR;
439 HandlePhysRegKill(Super, nullptr);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h494 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) {}
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp154 return Super;
218 case Super: {
276 case Super:
368 case NestedNameSpecifier::Super:
432 case NestedNameSpecifier::Super:
659 case NestedNameSpecifier::Super:
H A DQualTypeNames.cpp236 case NestedNameSpecifier::Super:
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp489 "Super-register has no sub-registers");
834 CodeGenRegisterClass &Super = *SuperClasses.back(); local
838 Namespace = Super.Namespace;
839 VTs = Super.VTs;
840 CopyCost = Super.CopyCost;
841 Allocatable = Super.Allocatable;
842 AltOrderSelect = Super.AltOrderSelect;
843 AllocationPriority = Super.AllocationPriority;
844 GeneratePressureSet |= Super.GeneratePressureSet;
848 Orders.resize(Super
2418 const CodeGenRegister *Super = SR[j]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp201 if (const ObjCInterfaceDecl *Super = ID->getSuperClass())
202 return interfaceHasSuperclass(Super, ClassName);
H A DBasicObjCFoundationChecks.cpp85 if (const ObjCInterfaceDecl *Super = ID->getSuperClass())
86 return findKnownClass(Super);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1165 /// class of the type of \p Super.
1167 const TypedValueRegion *Super,
1171 const CXXRecordDecl *Class = Super->getValueType()->getAsCXXRecordDecl();
1188 const SubRegion *Super,
1190 if (isa<TypedValueRegion>(Super)) {
1191 assert(isValidBaseClass(RD, cast<TypedValueRegion>(Super), IsVirtual));
1197 while (const auto *Base = dyn_cast<CXXBaseObjectRegion>(Super))
1198 Super = cast<SubRegion>(Base->getSuperRegion());
1199 assert(Super && !isa<MemSpaceRegion>(Super));
1166 isValidBaseClass(const CXXRecordDecl *BaseClass, const TypedValueRegion *Super, bool IsVirtual) argument
1187 getCXXBaseObjectRegion(const CXXRecordDecl *RD, const SubRegion *Super, bool IsVirtual) argument
1207 getCXXDerivedObjectRegion(const CXXRecordDecl *RD, const SubRegion *Super) argument
[all...]
H A DProgramState.cpp612 const MemRegion *Super = SR->getSuperRegion(); local
613 if (!scan(Super))
617 if (isa<MemSpaceRegion>(Super)) {
H A DPlistDiagnostics.cpp834 void expandFromPrevMacro(const MacroArgMap &Super);
1225 void MacroArgMap::expandFromPrevMacro(const MacroArgMap &Super) { argument
1241 // Is this an argument that "Super" expands further?
1242 if (!Super.count(II)) {
1247 const ExpArgTokens &SuperExpArgTokens = Super.at(II);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h248 case NestedNameSpecifier::Super:
H A DAbstractBasicWriter.h231 case NestedNameSpecifier::Super:
H A DNestedNameSpecifier.h100 Super enumerator in enum:clang::NestedNameSpecifier::SpecifierKind
/freebsd-13-stable/contrib/llvm-project/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 {
720 Base, Super, BaseSpec.isVirtual()));
724 const SubRegion *Super,
728 BaseClass, Super, IsVirtual));
723 getLValue(const CXXRecordDecl *BaseClass, const SubRegion *Super, bool IsVirtual) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp245 const TargetRegisterClass *Super = RC; local
248 switch (Super->getID()) {
253 return Super;
258 return Super;
260 Super = *I++;
261 } while (Super);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp81 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
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2659 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, argument
2661 if (!Super)
2664 for (const auto *I : Super->all_referenced_protocols())
2667 findProtocolsWithExplicitImpls(Super->getSuperClass(), PNS);
2685 ObjCInterfaceDecl *Super = IDecl->getSuperClass(); local
2702 findProtocolsWithExplicitImpls(Super, *ProtocolsExplictImpl);
2710 Super = nullptr;
2745 (!Super || !Super->lookupMethod(method->getSelector(),
2777 (!Super || !Supe
[all...]
H A DSemaCXXScopeSpec.cpp160 case NestedNameSpecifier::Super:
1055 case NestedNameSpecifier::Super:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp48 // 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]; local
92 SuperResources[Super] += PRE->Cycles;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp254 case NestedNameSpecifier::Super:
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1211 // Super below) can be instantiated to either a const type or a
1219 template <typename Super>
1220 operator Matcher<Super&>() const {
1221 // By passing object_ (type T&) to Impl(), which expects a Super&,
1222 // we make sure that Super is a super type of T. In particular,
1226 return MakeMatcher(new Impl<Super>(object_));
1230 template <typename Super>
1231 class Impl : public MatcherInterface<Super&> {
1233 explicit Impl(Super& x) : object_(x) {} // NOLINT
1235 // MatchAndExplain() takes a Super
[all...]

Completed in 406 milliseconds

123