Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h46 bool EmitCompressUtf16ToUtf8CharsUsingSimd(Inst *inst);
Dllvm_ir_constructor.cpp249 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