Home
last modified time | relevance | path

Searched refs:Complex (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-13.1/usr.bin/indent/tests/
H A Ddeclarations.019 typedef struct Complex
23 } Complex;
H A Ddeclarations.0.stdout18 typedef struct Complex {
21 } Complex;
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dnvidia,tegra194-ccplex.yaml7 title: NVIDIA Tegra194 CPU Complex device tree bindings
17 Complex having all clusters.
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp79 case PDB_BuiltinType::Complex: in getTypeName()
/freebsd-13.1/sys/contrib/device-tree/Bindings/misc/
H A Dfsl,qoriq-mc.txt1 * Freescale Management Complex
3 The Freescale Management Complex (fsl-mc) is a hardware resource
45 Definition: Must be "fsl,qoriq-mc". A Freescale Management Complex
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2049 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2051 Complex[0] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate()
2053 Complex[1] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate()
2058 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate()
2059 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
2072 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2074 Complex[0] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate()
2076 Complex[1] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate()
2081 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate()
2082 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
H A DCGValue.h40 enum Flavor { Scalar, Complex, Aggregate }; enumerator
53 bool isComplex() const { return V1.getInt() == Complex; } in isComplex()
97 ER.V1.setInt(Complex); in getComplex()
H A DCodeGenTypes.cpp625 case Type::Complex: { in ConvertType()
H A DCodeGenFunction.cpp261 case Type::Complex: in getEvaluationKind()
2150 case Type::Complex: in EmitVariablyModifiedType()
/freebsd-13.1/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-a311d-khadas-vim3.dts27 * USB3.0 from the USB Complex and enable the PCIe controller.
H A Dmeson-g12b-s922x-khadas-vim3.dts27 * USB3.0 from the USB Complex and enable the PCIe controller.
H A Dmeson-sm1-khadas-vim3l.dts157 * USB3.0 from the USB Complex and enable the PCIe controller.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def14 TYPE_BIT_CODE(Complex, COMPLEX, 3)
/freebsd-13.1/sys/contrib/device-tree/Bindings/riscv/
H A Dsifive-l2-cache.txt4 of memory for masters in a Core Complex. The Level 2 Cache Controller also
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dti,omap3isp.txt17 syscon : the phandle and register offset to the Complex I/O or CSI-PHY
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedFalkor.td42 def FalkorUnitX : ProcResource<1>; // Complex arithmetic
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td128 // Complex multiply 32x16
138 // Complex add/sub halfwords/words
H A DHexagonInstrFormats.td161 let TSFlags{57} = prefersSlot3; // Complex XU
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/dsa/
H A Docelot.txt64 pcie@1f0000000 { /* Integrated Endpoint Root Complex */
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp619 if (const auto *Complex = getAs<ComplexType>()) in getAsComplexIntegerType() local
620 if (Complex->getElementType()->isIntegerType()) in getAsComplexIntegerType()
621 return Complex; in getAsComplexIntegerType()
2372 case Type::Complex: in isCXX98PODType()
2777 case Complex: in isSpecifierType()
3869 case Type::Complex: in computeCachedProperties()
3956 case Type::Complex: in computeTypeLinkageInfo()
4139 case Type::Complex: in canHaveNullability()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp235 return PDB_BuiltinType::Complex; in getBuiltinType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h350 Complex = 28, enumerator
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dti,k3-am654-cpsw-nuss.yaml25 Peripheral Root Complex (UDMA-P) controller.
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp61 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, Complex, OS) in operator <<()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A DREADME.txt184 // Complex arithmetic

123