/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCRegisterInfo.cpp | 110 for (MCPhysReg Super : superregs(Reg)) in getMatchingSuperReg() local 111 if (RC->contains(Super) && Reg == getSubReg(Super, SubIdx)) in getMatchingSuperReg() 112 return Super; in getMatchingSuperReg()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 125 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local 128 switch (Super->getID()) { in getLargestLegalSuperClass() 133 getRegSizeInBits(*Super) == getRegSizeInBits(*RC)) in getLargestLegalSuperClass() 134 return Super; in getLargestLegalSuperClass() 140 getRegSizeInBits(*Super) == getRegSizeInBits(*RC)) in getLargestLegalSuperClass() 141 return Super; in getLargestLegalSuperClass() 147 getRegSizeInBits(*Super) == getRegSizeInBits(*RC)) in getLargestLegalSuperClass() 148 return Super; in getLargestLegalSuperClass() 154 getRegSizeInBits(*Super) == getRegSizeInBits(*RC)) in getLargestLegalSuperClass() 155 return Super; in getLargestLegalSuperClass() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 537 using Super = FoldingSetImpl<FoldingSet, T>; variable 538 using Node = typename Super::Node; 570 friend Super; variable 573 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function 595 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable 596 using Node = typename Super::Node; 632 friend Super; variable 636 : Super(Log2InitSize), Context(Context) {} in Super() function
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordsSlice.cpp | 42 auto [Super, IVar] = Name.split('.'); in addRecord() 44 ObjCContainerRecord *Container = findContainer(/*isIVar=*/false, Super); in addRecord() 47 Container = addObjCCategory(Super, {}); in addRecord() 57 StringRef Super = IsIVar ? Name.split('.').first : Name; in findContainer() local 58 ObjCContainerRecord *Container = findObjCInterface(Super); in findContainer() 62 Container = findObjCCategory(Super, ""); in findContainer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 258 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local 261 switch (Super->getID()) { in getLargestLegalSuperClass() 266 return Super; in getLargestLegalSuperClass() 271 return Super; in getLargestLegalSuperClass() 277 return Super; in getLargestLegalSuperClass() 280 Super = *I++; in getLargestLegalSuperClass() 281 } while (Super); in getLargestLegalSuperClass() 329 for (MCPhysReg Super : RI->superregs(Reg)) in getPairedGPR() local 330 if (ARM::GPRPairRegClass.contains(Super)) in getPairedGPR() 331 return RI->getSubReg(Super, Odd ? ARM::gsub_1 : ARM::gsub_0); in getPairedGPR()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.cpp | 862 CodeGenRegisterClass &Super = *SuperClasses.back(); in inheritProperties() local 866 Namespace = Super.Namespace; in inheritProperties() 867 VTs = Super.VTs; in inheritProperties() 868 CopyCost = Super.CopyCost; in inheritProperties() 873 AltOrderSelect = Super.AltOrderSelect; in inheritProperties() 874 AllocationPriority = Super.AllocationPriority; in inheritProperties() 875 GlobalPriority = Super.GlobalPriority; in inheritProperties() 876 TSFlags = Super.TSFlags; in inheritProperties() 877 GeneratePressureSet |= Super.GeneratePressureSet; in inheritProperties() 881 Orders.resize(Super.Orders.size()); in inheritProperties() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterClassInfo.cpp | 180 if (const TargetRegisterClass *Super = in compute() local 182 if (Super != RC && getNumAllocatableRegs(Super) > RCI.NumRegs) in compute()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kRegisterInfo.cpp | 78 for (MCPhysReg Super : superregs(Reg)) in getMatchingMegaReg() local 79 if (RC->contains(Super)) in getMatchingMegaReg() 80 return Super; in getMatchingMegaReg()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | test.data | 140 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
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | hitachi-sh | 4 # hitach-sh: file(1) magic for Hitachi Super-H 6 # Super-H COFF
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 154 return Super; in getKind() 218 case Super: { in getDependence() 276 case Super: in print() 370 case NestedNameSpecifier::Super: in getLocalDataLength() 434 case NestedNameSpecifier::Super: in getLocalSourceRange() 662 case NestedNameSpecifier::Super: in MakeTrivial()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 1254 const TypedValueRegion *Super, in isValidBaseClass() argument 1258 const CXXRecordDecl *Class = Super->getValueType()->getAsCXXRecordDecl(); in isValidBaseClass() 1275 const SubRegion *Super, in getCXXBaseObjectRegion() argument 1277 if (isa<TypedValueRegion>(Super)) { in getCXXBaseObjectRegion() 1278 assert(isValidBaseClass(RD, cast<TypedValueRegion>(Super), IsVirtual)); in getCXXBaseObjectRegion() 1284 while (const auto *Base = dyn_cast<CXXBaseObjectRegion>(Super)) in getCXXBaseObjectRegion() 1285 Super = cast<SubRegion>(Base->getSuperRegion()); in getCXXBaseObjectRegion() 1286 assert(Super && !isa<MemSpaceRegion>(Super)); in getCXXBaseObjectRegion() 1290 return getSubRegion<CXXBaseObjectRegion>(RD, IsVirtual, Super); in getCXXBaseObjectRegion() 1295 const SubRegion *Super) { in getCXXDerivedObjectRegion() argument [all …]
|
H A D | ProgramState.cpp | 648 const MemRegion *Super = SR->getSuperRegion(); in scan() local 649 if (!scan(Super)) in scan() 653 if (isa<MemSpaceRegion>(Super)) { in scan()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP9.td | 80 let Super = IP_EXEC; 84 let Super = IP_EXEC; 92 let Super = ALU; 96 let Super = ALU; 106 let Super = DP; 110 let Super = DP;
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 349 Loc getLValue(const CXXBaseSpecifier &BaseSpec, const SubRegion *Super) const; 352 Loc getLValue(const CXXRecordDecl *BaseClass, const SubRegion *Super, 758 const SubRegion *Super) const { in getLValue() argument 762 Base, Super, BaseSpec.isVirtual())); in getLValue() 766 const SubRegion *Super, in getLValue() argument 770 BaseClass, Super, IsVirtual)); in getLValue()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 81 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() 576 using Super = DestructedTypeVisitor<GenDestructor>; typedef 587 Super::visitWithKind(DK, FT, FD, CurStructOffset, Addrs); in visitWithKind() 613 using Super = DefaultInitializedTypeVisitor<GenDefaultInitialize>; typedef 628 Super::visitWithKind(PDIK, FT, FD, CurStructOffset, Addrs); in visitWithKind()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TrustNonnullChecker.cpp | 200 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in interfaceHasSuperclass() local 201 return interfaceHasSuperclass(Super, ClassName); in interfaceHasSuperclass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedOryon.td | 67 let Super = ORYONI4FP0; 68 let Super = ORYONFP0I4; } 72 let Super = ORYONI5FP1; 73 let Super = ORYONFP1I5; } 77 let Super = ORYONST0; } 81 let Super = ORYONST0; } 85 let Super = ORYONST1; } 89 let Super = ORYONST1; } 93 let Super = ORYONST0; } 97 let Super = ORYONST1; } [all …]
|
H A D | AArch64SchedCyclone.td | 37 let Super = CyUnitI; 43 let Super = CyUnitB; 49 let Super = CyUnitI; 55 let Super = CyUnitBR; 61 let Super = CyUnitB; 80 let Super = CyUnitV; 85 let Super = CyUnitV; 90 let Super = CyUnitVM;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
H A D | htr.rst | 31 A *pass* is applied to a *layer* to extract useful information (summarization) and compress the trace representation into a new *layer*. The idea is to have a series of passes where each pass specializes in extracting certain information about the trace. Some examples of potential passes include: identifying functions, identifying loops, or a more general purpose such as identifying long sequences of instructions that are repeated (i.e. Basic Super Block). Below you will find a description of each pass currently implemented in lldb. 33 **Basic Super Block Reduction**
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-supermicro-x11spi.dts | 2 // Copyright (c) 2020 Super Micro Computer, Inc
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsScheduleP5600.td | 33 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; }
|
H A D | MipsScheduleGeneric.td | 40 def GenericIssueALU : ProcResource<1> { let Super = GenericALU; } 140 def GenericIssueMDU : ProcResource<1> { let Super = GenericALU; } 141 def GenericIssueDIV : ProcResource<1> { let Super = GenericMDU; } 274 def GenericIssueCTISTD : ProcResource<1> { let Super = GenericALU; } 277 def GenericIssueLDST : ProcResource<1> { let Super = GenericLDST; } 436 def GenericIssueCOP0 : ProcResource<1> { let Super = GenericCOP0; } 737 def GenericIssueFPUS : ProcResource<1> { let Super = GenericFPQ; } 738 def GenericIssueFPUL : ProcResource<1> { let Super = GenericFPQ; } 739 def GenericIssueFPULoad : ProcResource<1> { let Super = GenericFPQ; } 740 def GenericIssueFPUStore : ProcResource<1> { let Super = GenericFPQ; } [all …]
|
/freebsd/contrib/dialog/po/ |
H A D | fur.po | 81 msgstr "Superât"
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | DylibVerifier.h | 176 void visitObjCIVar(const ObjCIVarRecord &R, const StringRef Super);
|