Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp199 LowerConstArrayIndex<LoadCompressedStringCharInstI>(inst, Opcode::LoadCompressedStringCharI); in VisitLoadCompressedStringChar()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h4243 class LoadCompressedStringCharInstI : public FixedInputsInst2, public ImmediateMixin {
4245 DECLARE_INST(LoadCompressedStringCharInstI);
4249LoadCompressedStringCharInstI(Opcode opcode, DataType::Type type, uint32_t pc, Inst *input0, Inst … in LoadCompressedStringCharInstI() function