Home
last modified time | relevance | path

Searched refs:SelectBnot (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disel.h86 Operand *SelectBnot(const UnaryNode &node, Operand &opnd0, const BaseNode &parent);
152 void SelectBnot(Operand &resOpnd, Operand &opnd0, PrimType primType);
H A Dcgfunc.h220 virtual Operand *SelectBnot(UnaryNode &node, Operand &opnd0, const BaseNode &parent) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp387 return iSel.SelectBnot(static_cast<UnaryNode &>(expr), *iSel.HandleExpr(expr, *expr.Opnd(0)), parent); in HandleBnot()
1245 Operand *MPISel::SelectBnot(const UnaryNode &node, Operand &opnd0, const BaseNode &parent) in SelectBnot() function in maplebe::MPISel
1252 SelectBnot(*resOpnd, regOpnd0, dtype); in SelectBnot()
1256 void MPISel::SelectBnot(Operand &resOpnd, Operand &opnd0, PrimType primType) in SelectBnot() function in maplebe::MPISel
H A Dcgfunc.cpp133 return cgFunc.SelectBnot(static_cast<UnaryNode &>(expr), *cgFunc.HandleExpr(expr, *expr.Opnd(0)), parent); in HandleBnot()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_cgfunc.h85 Operand *SelectBnot(UnaryNode &node, Operand &opnd0, const BaseNode &parent) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp212 Operand *X64CGFunc::SelectBnot(UnaryNode &node, Operand &opnd0, const BaseNode &parent) in SelectBnot() function in maplebe::X64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_cgfunc.h161 Operand *SelectBnot(UnaryNode &node, Operand &opnd0, const BaseNode &parent) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp2484 Operand *AArch64CGFunc::SelectBnot(UnaryNode &node, Operand &opnd0, const BaseNode &parent)

Completed in 16 milliseconds