Home
last modified time | relevance | path

Searched refs:VecTypeHint (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h126 constexpr char VecTypeHint[] = "VecTypeHint"; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp99 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint, in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp473 unsigned EM = static_cast<unsigned>(SPIRV::ExecutionMode::VecTypeHint); in outputExecutionMode()
H A DSPIRVModuleAnalysis.cpp980 SPIRV::ExecutionMode::VecTypeHint, ST); in collectReqs()
H A DSPIRVSymbolicOperands.td628 defm VecTypeHint : ExecutionModeOperand<30, [Kernel]>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3192 def VecTypeHint : InheritableAttr {