Searched refs:SelectBnot (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | isel.h | 86 Operand *SelectBnot(const UnaryNode &node, Operand &opnd0, const BaseNode &parent); 152 void SelectBnot(Operand &resOpnd, Operand &opnd0, PrimType primType);
|
H A D | cgfunc.h | 220 virtual Operand *SelectBnot(UnaryNode &node, Operand &opnd0, const BaseNode &parent) = 0;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | isel.cpp | 387 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 D | cgfunc.cpp | 133 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 D | x64_cgfunc.h | 85 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 D | x64_cgfunc.cpp | 212 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 D | aarch64_cgfunc.h | 161 Operand *SelectBnot(UnaryNode &node, Operand &opnd0, const BaseNode &parent) override;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 2484 Operand *AArch64CGFunc::SelectBnot(UnaryNode &node, Operand &opnd0, const BaseNode &parent)
|
Completed in 16 milliseconds