Home
last modified time | relevance | path

Searched defs:bNode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp110 void X64CGFunc::SelectBlkassignoff(BlkassignoffNode &bNode, Operand *src) in SelectBlkassignoff()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp151 bool IsBlkassignForPush(const BlkassignoffNode &bNode) in IsBlkassignForPush()
2054 bool AArch64CGFunc::LmbcSmallAggForRet(const BaseNode &bNode, const Operand *src, int32 offset, boo… in LmbcSmallAggForRet()
2134 bool AArch64CGFunc::LmbcSmallAggForCall(BlkassignoffNode &bNode, const Operand *src, std::vector<Ty… in LmbcSmallAggForCall()
2234 void AArch64CGFunc::SelectBlkassignoff(BlkassignoffNode &bNode, Operand *src) in SelectBlkassignoff()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp191 BaseNode *CGLowerer::SplitBinaryNodeOpnd1(BinaryNode &bNode, BlockNode &blkNode) in SplitBinaryNodeOpnd1()