Home
last modified time | relevance | path

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

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