Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp381 static unsigned encodeVecTypeHint(Type *Ty) { in encodeVecTypeHint() function
405 return Size << 16 | encodeVecTypeHint(EleTy); in encodeVecTypeHint()
502 unsigned TypeCode = encodeVecTypeHint(getMDOperandAsType(Node, 0)); in outputExecutionMode()