Searched defs:opndVec (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_parser.cpp | 477 bool MIRParser::ParseExprNaryOperand(MapleVector<BaseNode *> &opndVec) in ParseExprNaryOperand()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 390 std::vector<Operand *> opndVec; in SelectAggCopy() local 416 void X64MPIsel::SelectLibCall(const std::string &funcName, std::vector<Operand *> &opndVec, PrimTyp… in SelectLibCall() 425 void X64MPIsel::SelectLibCallNArg(const std::string &funcName, std::vector<Operand *> &opndVec, in SelectLibCallNArg() 1481 std::vector<Operand *> opndVec = {®Opnd0}; in SelectCexp() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 2265 std::vector<Operand *> opndVec; in SelectBlkassignoff() local 4296 std::vector<Operand *> opndVec; in SelectAArch64CCmp() local 4713 std::vector<Operand *> opndVec; in SelectAbsSub() local 5134 std::vector<Operand *> opndVec; in SelectIntrinsicOpWithOneParam() local 5147 std::vector<Operand *> opndVec; in SelectIntrinsicOpWithNParams() local 5200 std::vector<Operand *> opndVec; in SelectRoundLibCall() local 5770 std::vector<Operand *> opndVec; in SelectMalloc() local 5802 std::vector<Operand *> opndVec {&resOpnd, &opndSize, &opndAlign}; in SelectGCMalloc() local 5841 …std::vector<Operand *> opndVec {&resOpnd, &opndFixedSize, &opndElemSize, opndNElems64, &opndAlign}; in SelectJarrayMalloc() local 7091 std::vector<Operand *> opndVec; in SelectLibMemCopy() local [all …]
|