Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/transcoding/
H A DDecorationMaxByteOffset.ll5 ; CHECK-SPIRV-DAG: OpDecorate %[[#PTR_ID]] MaxByteOffset 12
6 ; CHECK-SPIRV-DAG: OpDecorate %[[#PTR2_ID]] MaxByteOffset 123
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp153 SPIRV::Decoration::MaxByteOffset, {DerefBytes}); in lowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h501 MaxByteOffset = 45, enumerator
H A DSPIRVBaseInfo.cpp661 CASE(Decoration, MaxByteOffset) in getDecorationName()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td2232 def SPV_D_MaxByteOffset : I32EnumAttrCase<"MaxByteOffset", 45> {