Searched refs:EmitCompressUtf16ToUtf8CharsUsingSimd (Results 1 – 2 of 2) sorted by relevance
46 bool EmitCompressUtf16ToUtf8CharsUsingSimd(Inst *inst);
249 return EmitCompressUtf16ToUtf8CharsUsingSimd<VECTOR_SIZE_8>(inst); in TryEmitIntrinsic()251 return EmitCompressUtf16ToUtf8CharsUsingSimd<VECTOR_SIZE_16>(inst); in TryEmitIntrinsic()445 bool LLVMIrConstructor::EmitCompressUtf16ToUtf8CharsUsingSimd(Inst *inst) in EmitCompressUtf16ToUtf8CharsUsingSimd() function in panda::compiler::LLVMIrConstructor