Home
last modified time | relevance | path

Searched refs:Generic (Results 1 – 25 of 194) sorted by relevance

12345678

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetOpcodes.def291 /// Generic signext load
294 /// Generic zeroext load
297 /// Generic store.
306 /// Generic atomicrmw.
352 // Generic sign extend
355 // Generic zero extend
358 // Generic left-shift
373 /// Generic select.
424 /// Generic FP addition.
515 /// Generic count bits.
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DGenericOpcodes.td175 // Generic addition.
183 // Generic subtraction.
191 // Generic multiplication.
231 // Generic bitwise and.
239 // Generic bitwise or.
247 // Generic bitwise xor.
255 // Generic left-shift.
290 // Generic select
461 // Generic FP addition.
494 // Generic FP division.
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexSymbol.cpp131 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
135 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
151 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
156 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
161 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
279 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
284 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
305 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
344 if (Info.Properties & (SymbolPropertySet)SymbolProperty::Generic) in getSymbolInfo()
517 APPLY_FOR_PROPERTY(Generic); in applyForEachSymbolProperty()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SchedA57WriteRes.td24 // Define Generic 1 micro-op types
55 // Define Generic 2 micro-op types
178 // Define Generic 3 micro-op types
249 // Define Generic 4 micro-op types
316 // Define Generic 5 micro-op types
360 // Define Generic 6 micro-op types
407 // Define Generic 7 micro-op types
444 // Define Generic 8 micro-op types
470 // Define Generic 9 micro-op types
497 // Define Generic 10 micro-op types
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp24 Generic = 0, enumerator
31 cl::values(clEnumValN(Generic, "generic", "Emit generic NEON assembly"),
74 AssemblerDialect = AsmWriterVariant == Default ? Generic : AsmWriterVariant; in AArch64MCAsmInfoELF()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.cc496 return ScopedInErrorReport::CurrentError().Generic.pc; in __asan_get_report_pc()
502 return ScopedInErrorReport::CurrentError().Generic.bp; in __asan_get_report_bp()
508 return ScopedInErrorReport::CurrentError().Generic.sp; in __asan_get_report_sp()
515 return err.Generic.addr_description.Address(); in __asan_get_report_address()
523 return ScopedInErrorReport::CurrentError().Generic.is_write; in __asan_get_report_access_type()
529 return ScopedInErrorReport::CurrentError().Generic.access_size; in __asan_get_report_access_size()
535 return ScopedInErrorReport::CurrentError().Generic.bug_descr; in __asan_get_report_description()
/freebsd-12.1/sys/mips/conf/
H A DRT5350.hints12 #hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic
16 #hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
H A Dstd.XLP92 #device ugen # Generic
119 device sdhci # Generic PCI SD Host Controller
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h63 class Generic; variable
72 typedef std::shared_ptr<Generic> GenericSP;
148 Generic *GetAsGeneric() { in GetAsGeneric()
150 ? static_cast<Generic *>(this) in GetAsGeneric()
532 class Generic : public Object {
534 explicit Generic(void *object = nullptr)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DAMDGPU.cpp41 Generic, // Default
46 Generic, // opencl_generic
58 Generic, // opencl_generic
/freebsd-12.1/sys/gnu/dts/arm64/marvell/
H A Darmada-8040-mcbin.dtsi235 /* Generic PHY, providing serdes lanes */
269 /* Generic PHY, providing serdes lanes */
279 /* Generic PHY, providing serdes lanes */
289 /* Generic PHY, providing serdes lanes */
/freebsd-12.1/sys/riscv/conf/
H A DGENERIC2 # GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V
81 device virtio # Generic VirtIO bus (required)
97 device uart # Generic UART driver
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.h17 enum class ArchEnum { NoArch, Generic, V5, V55, V60, V62, V65, V66 }; enumerator
/freebsd-12.1/contrib/bearssl/T0/
H A DOpcodeRet.cs26 using System.Collections.Generic;
H A DTPointerNull.cs26 using System.Collections.Generic;
H A DOpcodeJumpUncond.cs26 using System.Collections.Generic;
H A DOpcodePutLocal.cs26 using System.Collections.Generic;
H A DOpcodeGetLocal.cs26 using System.Collections.Generic;
H A DTPointerBase.cs26 using System.Collections.Generic;
H A DOpcodeJumpIfNot.cs26 using System.Collections.Generic;
H A DOpcodeJumpIf.cs26 using System.Collections.Generic;
/freebsd-12.1/sys/arm/xilinx/
H A Dstd.zynq72 # std.zynq7 - Generic configuration for Xilinx Zynq-7000 PS.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1875 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanExplainsStop()
1892 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanShouldStop()
1909 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanIsStale()
1926 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanGetRunState()
2195 StructuredData::Generic *generic = nullptr; in GetScriptedSummary()
2345 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in CalculateNumChildren()
2371 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetChildAtIndex()
2407 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetIndexOfChildWithName()
2435 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in UpdateSynthProviderInstance()
2461 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in MightHaveChildrenSynthProviderInstance()
[all …]
/freebsd-12.1/tools/tools/nanobsd/rescue/
H A DR642 # R64 -- Generic kernel configuration file with modifications for rescue.
H A DR322 # R32 -- Generic kernel configuration file with modifications for rescue.

12345678