Home
last modified time | relevance | path

Searched defs:GetDefInsn (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_validbit_opt.cpp21 Insn *ValidBitPattern::GetDefInsn(const RegOperand &useReg) in GetDefInsn() function in maplebe::ValidBitPattern
Dpeep.cpp91 Insn *CGPeepPattern::GetDefInsn(const RegOperand &useReg) in GetDefInsn() function in maplebe::CGPeepPattern
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp567 …auto GetDefInsn = [&defInsn, this](const RegOperand &regOpnd, std::vector<Insn *> &allUseInsns) ->… in ReplaceMemOpnd() local