| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.cpp | 61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks() argument 62 : Gen(Gen), PP(PP), Status(NoScope) {} in MacroPPCallbacks() 131 Scopes.push_back(Gen->getCGDebugInfo()->CreateTempMacroFile(getCurrentScope(), in FileEntered() 186 Gen->getCGDebugInfo()->CreateMacro(getCurrentScope(), in MacroDefined() 196 Gen->getCGDebugInfo()->CreateMacro(getCurrentScope(), in MacroUndefined()
|
| H A D | CodeGenAction.cpp | 124 std::unique_ptr<CodeGenerator> Gen; member in clang::BackendConsumer 197 Gen->Initialize(Ctx); in Initialize() 215 Gen->HandleTopLevelDecl(D); in HandleTopLevelDecl() 233 Gen->HandleInlineFunctionDefinition(D); in HandleInlineFunctionDefinition() 289 Gen->HandleTranslationUnit(C); in HandleTranslationUnit() 348 Gen->HandleTagDeclDefinition(D); in HandleTagDeclDefinition() 352 Gen->HandleTagDeclRequiredDefinition(D); in HandleTagDeclRequiredDefinition() 356 Gen->CompleteTentativeDefinition(D); in CompleteTentativeDefinition() 360 Gen->CompleteExternalDeclaration(D); in CompleteExternalDeclaration() 364 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel() [all …]
|
| H A D | MacroPPCallbacks.h | 29 CodeGenerator *Gen; variable 91 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
|
| H A D | CGNonTrivialStruct.cpp | 818 GenDefaultInitialize Gen(getContext()); in defaultInitNonTrivialCStructVar() local 821 Gen.setCGF(this); in defaultInitNonTrivialCStructVar() 824 Gen.visit(QT, nullptr, CharUnits::Zero(), std::array<Address, 1>({{DstPtr}})); in defaultInitNonTrivialCStructVar() 828 static void callSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, in callSpecialFunction() argument 835 Gen.callFunc(FuncName, QT, Addrs, CGF); in callSpecialFunction() 840 getSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile, in getSpecialFunction() argument 846 return Gen.getFunction(FuncName, QT, Alignments, CGM); in getSpecialFunction()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8173-elm-hana.dtsi | 21 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd 22 * Gen (MTK) are using synaptics touchscreen (hid-over-i2c driver) as a 36 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd 37 * Gen (MTK) are using synaptics trackpad (hid-over-i2c driver) as a
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() argument 22 return std::uniform_int_distribution<T>(Min, Max)(Gen); in uniform() 26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() argument 27 return uniform<T>(Gen, std::numeric_limits<T>::min(), in uniform()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 296 Generator Gen; variable 299 MultiOnDiskHashTableGenerator() : Gen() {} in MultiOnDiskHashTableGenerator() 303 Gen.insert(Key, Data, Info); in insert() 327 if (!Gen.contains(KV.first, Info)) in emit() 328 Gen.insert(KV.first, Info.ImportData(KV.second), Info); in emit() 336 uint32_t BucketOffset = Gen.Emit(OutStream, Info); in emit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600Subtarget.h | 48 Generation Gen; variable 83 return Gen; in getGeneration()
|
| H A D | AMDGPUFeatures.td | 46 SubtargetFeature <FeatureName, "Gen", Subtarget#"::"#Value,
|
| H A D | AMDGPUSubtarget.cpp | 118 if (Gen == AMDGPUSubtarget::INVALID) { in initializeSubtargetDependencies() 119 Gen = TT.getOS() == Triple::AMDHSA ? AMDGPUSubtarget::SEA_ISLANDS in initializeSubtargetDependencies() 206 Gen(INVALID), in GCNSubtarget() 737 Gen(R600), in R600Subtarget()
|
| H A D | R600ISelLowering.h | 67 unsigned Gen;
|
| H A D | GCNSubtarget.h | 68 unsigned Gen; variable 272 return (Generation)Gen; in getGeneration()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| H A D | RewriteRule.h | 239 [Gen = std::move(Metadata)]( in withMetadata() 241 return Gen(R); in withMetadata()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/bcm/ |
| H A D | brcm,nsp.yaml | 14 DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and NAND flash,
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 1094 MatcherGen Gen(Pattern, CGP); in ConvertPatternToMatcher() local 1097 if (Gen.EmitMatcherCode(Variant)) in ConvertPatternToMatcher() 1106 Gen.EmitResultCode(); in ConvertPatternToMatcher() 1109 return Gen.GetMatcher(); in ConvertPatternToMatcher()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pci/ |
| H A D | intel-gw-pcie.yaml | 81 description: Specify PCI Gen for link capability.
|
| H A D | nvidia,tegra194-pcie.txt | 113 a) speed is Gen-2 and MPS is 256B 114 b) speed is >= Gen-3 with any MPS
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/ufs/ |
| H A D | ufs-qcom.txt | 20 - vdda-pll-supply : phandle to PHY PLL and Power-Gen block power supply
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | renesas,ravb.txt | 58 For the R-Car Gen 3 SoCs this property is mandatory;
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/phy/ |
| H A D | nvidia,tegra124-xusb-padctl.txt | 242 - "super-speed-plus": default, the usb3 port supports USB 3.1 Gen 2 speed. 243 - "super-speed": the usb3 port supports USB 3.1 Gen 1 speed only.
|
| /freebsd-13.1/share/misc/ |
| H A D | pci_vendors | 969 c012 PEX880xx PCIe Gen 4 Switch 12634 17aa 224f ThinkPad X1 Carbon 5th Gen 12841 0314 Wildcard TE405P/TE410P (1st Gen) 12842 0405 Wildcard TE405P (2nd Gen) 12843 0410 Wildcard TE410P (2nd Gen) 13941 # 32-lanes 24-ports Gen.2 13943 # 32-lanes 24-ports Gen.2 19318 1028 0176 Dimension XPS Gen 4 24272 223a Typhon+ PCIe to Gen-Z Bridge 27390 17aa 224f ThinkPad X1 Carbon 5th Gen [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGRRList.cpp | 1399 SDNode *Gen = LiveRegGens[CallResource]->getNode(); in DelayForLiveRegsBottomUp() local 1400 while (SDNode *Glued = Gen->getGluedNode()) in DelayForLiveRegsBottomUp() 1401 Gen = Glued; in DelayForLiveRegsBottomUp() 1402 if (!IsChainDependent(Gen, Node, 0, TII) && in DelayForLiveRegsBottomUp()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 427 int getMCOpcode(uint16_t Opcode, unsigned Gen);
|
| H A D | AMDGPUBaseInfo.cpp | 317 int getMCOpcode(uint16_t Opcode, unsigned Gen) { in getMCOpcode() argument 318 return getMCOpcodeGen(Opcode, static_cast<Subtarget>(Gen)); in getMCOpcode()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/ |
| H A D | trivial-devices.yaml | 317 # 48-Lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch
|