Searched defs:dtype (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 119 MOperator AArch64CGFunc::PickExtInsn(PrimType dtype, PrimType stype) const in PickExtInsn() 167 void AArch64CGFunc::SelectCopyImm(Operand &dest, ImmOperand &src, PrimType dtype) in SelectCopyImm() 287 void AArch64CGFunc::SelectCopyMemOpnd(Operand &dest, PrimType dtype, uint32 dsize, Operand &src, Pr… in SelectCopyMemOpnd() 363 void AArch64CGFunc::SelectCopyRegOpnd(Operand &dest, PrimType dtype, Operand::OperandType opndType,… in SelectCopyRegOpnd() 427 void AArch64CGFunc::SelectCopy(Operand &dest, PrimType dtype, Operand &src, PrimType stype, BaseNod… in SelectCopy() 471 RegOperand &AArch64CGFunc::SelectCopy(Operand &src, PrimType stype, PrimType dtype) in SelectCopy() 1298 PrimType dtype = node.GetPrimType(); in SelectAdd() local 1515 PrimType dtype = node.GetPrimType(); in SelectSub() local 1530 PrimType dtype = node.GetPrimType(); in SelectMpy() local 1691 PrimType dtype = node.GetPrimType(); in SelectDiv() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 640 PrimType dtype = node.GetPrimType(); in SelectMpy() local 756 PrimType dtype = node.GetPrimType(); in SelectLnot() local 783 PrimType dtype = node.GetPrimType(); in SelectCmpOp() local 1095 PrimType dtype = node.GetPrimType(); in SelectSqrt() local
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | test-schema.json | 73 "dtype": { object 118 "dtype": { object
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | test-schema.json | 73 "dtype": { object 118 "dtype": { object
|
| /arkcompiler/runtime_core/isa/ |
| D | isapi.rb | 231 def dtype method
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isapi.rb | 202 def dtype method
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 1213 RegOperand &MPISel::SelectCopy2Reg(Operand &src, PrimType dtype) in SelectCopy2Reg() 1271 PrimType dtype = node.GetPrimType(); in SelectBnot() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 3350 auto dtype = inst->GetType(); in VisitSubOverflowCheck() local 3576 auto dtype = inst->GetType(); in VisitLoadArray() local 3665 auto dtype = inst->GetType(); in VisitStoreArray() local 3909 [[maybe_unused]] auto dtype = inst->GetType(); in VisitStoreResolvedObjectFieldStatic() local
|