Home
last modified time | relevance | path

Searched refs:NoContraction (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h498 NoContraction = 42, enumerator
H A DSPIRVBaseInfo.cpp658 CASE(Decoration, NoContraction) in getDecorationName()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVGLOps.td1044 In uses where this operation is decorated with NoContraction:
1051 with NoContraction, giving invariant results for the same input values
1054 Otherwise, in the absence of a NoContraction decoration, there are no
H A DSPIRVBase.td2217 def SPV_D_NoContraction : I32EnumAttrCase<"NoContraction", 42> {
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DSPIR-V.md220 OpDecorate %v2 NoContraction
230 %v2 = "spv.FMul"(%1, %1) {NoContraction: unit} : (f32, f32) -> (f32)