Home
last modified time | relevance | path

Searched defs:cInsn (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_phi_elimination.h38 A64OperandPhiElmVisitor(AArch64PhiEliminate *a64PhiElm, Insn &cInsn, uint32 idx) in A64OperandPhiElmVisitor()
Daarch64_ssa.h43 …A64SSAOperandRenameVisitor(AArch64CGSSAInfo &cssaInfo, Insn &cInsn, const OpndDesc &cProp, uint32 … in A64SSAOperandRenameVisitor()
Daarch64_prop.h398 …A64ReplaceRegOpndVisitor(CGFunc &f, Insn &cInsn, uint32 cIdx, RegOperand &oldRegister, RegOperand … in A64ReplaceRegOpndVisitor()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_ssa.h32 … DUInsnInfo(Insn *cInsn, uint32 cIdx, MapleAllocator &alloc) : insn(cInsn), DUInfo(alloc.Adapter()) in DUInsnInfo()
192 DUInsnInfo *CreateDUInsnInfo(Insn *cInsn, uint32 idx) in CreateDUInsnInfo()
291 …SSAOperandVisitor(Insn &cInsn, const OpndDesc &cDes, uint32 idx) : insn(&cInsn), opndDes(&cDes), i… in SSAOperandVisitor()
294 void SetInsnOpndInfo(Insn &cInsn, const OpndDesc &cDes, uint32 index) in SetInsnOpndInfo()
Dcg_prop.h111 ReplaceRegOpndVisitor(CGFunc &f, Insn &cInsn, uint32 cIdx, RegOperand &oldR, RegOperand &newR) in ReplaceRegOpndVisitor()