Searched defs:SelectCopy (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_cgfunc.cpp | 267 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy() function in maplebe::X64CGFunc
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | isel.cpp | 1202 void MPISel::SelectCopy(Operand &dest, Operand &src, PrimType toType, PrimType fromType) SelectCopy() function in maplebe::MPISel 1216 void MPISel::SelectCopy(Operand &dest, Operand &src, PrimType type) SelectCopy() function in maplebe::MPISel [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 440 void AArch64CGFunc::SelectCopy(Operand &dest, PrimType dtype, Operand &src, PrimType stype, BaseNode *baseNode) in SelectCopy() function in maplebe::AArch64CGFunc 484 RegOperand &AArch64CGFunc::SelectCopy(Operand &src, PrimType stype, PrimType dtype) in SelectCopy() function in maplebe::AArch64CGFunc [all...] |
Completed in 8 milliseconds