Home
last modified time | relevance | path

Searched refs:RelaxedPrecision (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/test/Conversion/SPIRVToLLVM/
H A Dspirv-types-to-llvm-invalid.mlir18 spv.func @struct_with_decorations(%arg: !spv.struct<(f32 [RelaxedPrecision])>) -> () "None" {
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h457 RelaxedPrecision = 0, enumerator
H A DSPIRVBaseInfo.cpp617 CASE(Decoration, RelaxedPrecision) in getDecorationName()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp239 case spirv::Decoration::RelaxedPrecision: in processDecoration()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp276 case spirv::Decoration::RelaxedPrecision: in processDecoration()
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DSPIR-V.md219 OpDecorate %v1 RelaxedPrecision
229 %v1 = "spv.FMul"(%0, %0) {RelaxedPrecision: unit} : (f32, f32) -> (f32)
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td2042 def SPV_D_RelaxedPrecision : I32EnumAttrCase<"RelaxedPrecision", 0> {