Home
last modified time | relevance | path

Searched defs:GetDefInsn (Results 1 – 4 of 4) 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
Dcg_ssa.cpp267 Insn *CGSSAInfo::GetDefInsn(const RegOperand &useReg) in GetDefInsn() function in maplebe::CGSSAInfo
Dpeep.cpp93 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.cpp573 …auto GetDefInsn = [&defInsn, this](const RegOperand &regOpnd, std::vector<Insn *> &allUseInsns) ->… in ReplaceMemOpnd() local