/llvm-project/llvm/test/ObjectYAML/DXContainer/ |
H A D | SigElements.yaml | 42 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 D | DomainMaskVectors.yaml | 88 ComponentType: Float32 100 ComponentType: Float32 112 ComponentType: Float32 123 ComponentType: Float32 134 ComponentType: Float32 145 ComponentType: Float32
|
H A D | HullMaskVectors.yaml | 82 ComponentType: Float32 94 ComponentType: Float32 106 ComponentType: Float32 117 ComponentType: Float32 128 ComponentType: Float32
|
H A D | GeometryMaskVectors.yaml | 80 ComponentType: Float32 91 ComponentType: Float32 102 ComponentType: Float32 114 ComponentType: Float32 125 ComponentType: Float32
|
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | DXContainer.cpp | 73 #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 D | DXContainer.rst | 295 ComponentType: Float32 306 ComponentType: Float32 317 ComponentType: Float32 328 ComponentType: Float32 339 ComponentType: SInt32
|
/llvm-project/flang/lib/Evaluate/ |
H A D | initial-image.cpp | 132 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 D | DXContainer.h | 289 enum class ComponentType : uint8_t { enum 293 ArrayRef<EnumEntry<ComponentType>> getComponentTypes(); 370 ComponentType Type;
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DXContainerYAML.h | 99 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 D | DXContainerYAML.cpp | 239 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 D | DXContainerPSVInfo.h | 37 dxbc::PSV::ComponentType Type;
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | ConvertToFIR.cpp | 464 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 D | CGVTables.cpp | 887 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 D | ConvertExprToHLFIR.cpp | 429 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,
|