Home
last modified time | relevance | path

Searched full:componenttype (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DSigElements.yaml42 ComponentType: SInt32
54 ComponentType: Float32
66 ComponentType: Float32
77 ComponentType: Float64
111 # CHECK-NEXT: ComponentType: SInt32
123 # CHECK-NEXT: ComponentType: Float32
135 # CHECK-NEXT: ComponentType: Float32
146 # CHECK-NEXT: ComponentType: Float64
H A DDomainMaskVectors.yaml88 ComponentType: Float32
100 ComponentType: Float32
112 ComponentType: Float32
123 ComponentType: Float32
134 ComponentType: Float32
145 ComponentType: Float32
H A DHullMaskVectors.yaml82 ComponentType: Float32
94 ComponentType: Float32
106 ComponentType: Float32
117 ComponentType: Float32
128 ComponentType: Float32
H A DGeometryMaskVectors.yaml80 ComponentType: Float32
91 ComponentType: Float32
102 ComponentType: Float32
114 ComponentType: Float32
125 ComponentType: Float32
/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp73 #define COMPONENT_TYPE(Val, Enum) {#Enum, PSV::ComponentType::Enum},
75 static const EnumEntry<PSV::ComponentType> ComponentTypeNames[] = {
79 ArrayRef<EnumEntry<PSV::ComponentType>> PSV::getComponentTypes() { in getComponentTypes()
/llvm-project/llvm/docs/DirectX/
H A DDXContainer.rst295 ComponentType: Float32
306 ComponentType: Float32
317 ComponentType: Float32
328 ComponentType: Float32
339 ComponentType: SInt32
/llvm-project/flang/lib/Evaluate/
H A Dinitial-image.cpp132 auto componentType{DynamicType::From(component)}; in Test() local
133 CHECK(componentType.has_value()); in Test()
137 if (Result value{image_.AsConstant(context_, *componentType, in Test()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h289 enum class ComponentType : uint8_t { enum
293 ArrayRef<EnumEntry<ComponentType>> getComponentTypes();
370 ComponentType Type;
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h99 dxbc::PSV::ComponentType Type;
178 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::dxbc::PSV::ComponentType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp239 IO.mapRequired("ComponentType", El.Type); in enumeration()
251 void ScalarEnumerationTraits<dxbc::PSV::ComponentType>::enumeration( in enumeration()
252 IO &IO, dxbc::PSV::ComponentType &Value) { in enumeration()
/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h37 dxbc::PSV::ComponentType Type;
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DConvertToFIR.cpp464 mlir::Type componentType = in matchAndRewrite()
467 mlir::Type coorTy = fir::ReferenceType::get(componentType); in matchAndRewrite()
469 if (mlir::isa<fir::BaseBoxType>(componentType)) { in matchAndRewrite()
480 baseEleTy = hlfir::getFortranElementType(componentType); in matchAndRewrite()
463 mlir::Type componentType = matchAndRewrite() local
/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp887 llvm::Type *componentType = getVTableComponentType(); in getVTableType()
889 tys.push_back(llvm::ArrayType::get(componentType, layout.getVTableSize(i))); in getVTableType()
898 llvm::Type *componentType = getVTableComponentType(); in createVTableInitializer()
904 auto vtableElem = builder.beginArray(componentType); in createVTableInitializer()
888 llvm::Type *componentType = getVTableComponentType(); getVTableType() local
899 llvm::Type *componentType = getVTableComponentType(); createVTableInitializer() local
/llvm-project/flang/lib/Lower/
H A DConvertExprToHLFIR.cpp429 mlir::Type componentType = visitComponentImpl(component, partInfo).second; in genWholeAllocatableOrPointerComponent() local
430 mlir::Type designatorType = fir::ReferenceType::get(componentType); in genWholeAllocatableOrPointerComponent()
636 auto [baseType, componentType] = visitComponentImpl(component, partInfo); in visit()
638 hlfir::getFortranElementOrSequenceType(componentType); in visit()
681 // Returns the <BaseType, ComponentType> pair, computes partInfo.base,