Searched defs:cInsn (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_phi_elimination.h | 38 A64OperandPhiElmVisitor(AArch64PhiEliminate *a64PhiElm, Insn &cInsn, uint32 idx) in A64OperandPhiElmVisitor()
|
| D | aarch64_ssa.h | 43 …A64SSAOperandRenameVisitor(AArch64CGSSAInfo &cssaInfo, Insn &cInsn, const OpndDesc &cProp, uint32 … in A64SSAOperandRenameVisitor()
|
| D | aarch64_prop.h | 398 …A64ReplaceRegOpndVisitor(CGFunc &f, Insn &cInsn, uint32 cIdx, RegOperand &oldRegister, RegOperand … in A64ReplaceRegOpndVisitor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_ssa.h | 32 … 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()
|
| D | cg_prop.h | 111 ReplaceRegOpndVisitor(CGFunc &f, Insn &cInsn, uint32 cIdx, RegOperand &oldR, RegOperand &newR) in ReplaceRegOpndVisitor()
|