Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/X86/
H A Dshufflemask-undef.ll41 …%struct.PointMode = type { float, float, float, float, %struct.PointLineLimits, float, i8, i8, i8,…
51 …LineMode, %struct.LogicOp, %struct.MaskMode, %struct.PixelMode, %struct.PointMode, %struct.Polygon…
H A Dshufflemask-undef-inseltpoison.ll41 …%struct.PointMode = type { float, float, float, float, %struct.PointLineLimits, float, i8, i8, i8,…
51 …LineMode, %struct.LogicOp, %struct.MaskMode, %struct.PixelMode, %struct.PointMode, %struct.Polygon…
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h213 PointMode = 10, enumerator
H A DSPIRVBaseInfo.cpp236 CASE(ExecutionMode, PointMode) in getExecutionModeName()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td2673 def SPV_EM_PointMode : I32EnumAttrCase<"PointMode", 10> {