| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 432 ScopedTmpReg tmpReg(this, src0.GetType()); in EncodeJump() local 436 ScopedTmpReg tmpReg(this, src1.GetType()); in EncodeJump() local 480 ScopedTmpReg tmpReg(this, src.GetType()); in EncodeJump() local 492 ScopedTmpReg tmpReg(this, src0.GetType()); in EncodeJumpTest() local 496 ScopedTmpReg tmpReg(this, src1.GetType()); in EncodeJumpTest() local 516 ScopedTmpReg tmpReg(this, src.GetType()); in EncodeJumpTest() local 532 ScopedTmpReg tmpReg(this, src.GetType()); in EncodeJump() local 567 ScopedTmpRegU64 tmpReg(this); in EncodeBitTestAndBranch() local 603 ScopedTmpRegU64 tmpReg(this); in MakeCall() local 615 ScopedTmpRegU64 tmpReg(this); in MakeCall() local [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 543 ScopedTmpRegU32 tmpReg(this); in ComparePosImmHelper() local 587 ScopedTmpRegU32 tmpReg(this); in CompareZeroHelper() local 689 ScopedTmpRegU32 tmpReg(this); in MakeCall() local 698 ScopedTmpRegU32 tmpReg(this); in MakeCall() local 1232 ScopedTmpRegU32 tmpReg(this); in EncodeReverseBytes() local 1362 ScopedTmpRegU32 tmpReg(this); in EncodeReverseBits() local 1500 ScopedTmpRegF32 tmpReg(this); in EncodeCastScalarToFloat() local 1549 ScopedTmpRegF32 tmpReg(this); in EncodeCastFloatToScalar() local 1598 ScopedTmpRegF32 tmpReg(this); in EncodeCastFloatToScalarWithSmallDst() local 1627 ScopedTmpReg tmpReg(this, dst.GetType()); in EncoderCastExtendFromInt32() local [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 342 ScopedTmpReg tmpReg(this, src.GetType()); in EncodeJumpTest() local 626 ScopedTmpRegU32 tmpReg(this); in EncodeIsInf() local 635 ScopedTmpRegU64 tmpReg(this); in EncodeIsInf() local 742 ScopedTmpRegU64 tmpReg(this); in EncodeFpToBits() local 764 ScopedTmpReg tmpReg(this, src.GetType()); in EncodeMoveBitsRaw() local 810 vixl::aarch64::VRegister tmpReg; in EncodeBitCount() local 1886 ScopedTmpReg tmpReg(this, src1.GetType()); in EncodeDiv() local 1918 ScopedTmpReg tmpReg(this, src1.GetType()); in EncodeMod() local 1947 ScopedTmpRegU64 tmpReg(this); in EncodeMod() local 2300 ScopedTmpReg tmpReg(this); in EncodeLdr() local [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.cpp | 725 …ScopedTmpReg tmpReg(encoder, Codegen::ConvertDataType(DataType::REFERENCE, enc->GetCodegen()->GetA… in VisitRefTypeCheck() local 928 ScopedTmpReg tmpReg(enc->GetEncoder()); in VisitResolveObjectField() local 953 ScopedTmpReg tmpReg(enc->GetEncoder()); in VisitLoadResolvedObjectField() local 1099 ScopedTmpReg tmpReg(encoder); in VisitInitClass() local 1118 ScopedTmpReg tmpReg(encoder); in VisitInitClass() local 1146 ScopedTmpReg tmpReg(encoder); in VisitLoadClass() local 1196 ScopedTmpRegLazy tmpReg(encoder); in VisitGetGlobalVarAddress() local 1236 ScopedTmpReg tmpReg(encoder); in EncodeLoadAndInitClassInAot() local 1352 ScopedTmpReg tmpReg(enc->GetEncoder()); in VisitResolveObjectFieldStatic() local 1412 … auto tmpReg = enc->GetCodegen()->ConvertInstTmpReg(inst, DataType::GetIntTypeForReference(arch)); in VisitStoreStatic() local [all …]
|
| D | slow_path.cpp | 197 [[maybe_unused]] ScopedTmpReg tmpReg(codegen->GetEncoder(), tmpReg_); in GenerateImpl() local
|
| D | codegen.cpp | 1284 void Codegen::CreateJumpToClassResolverPltShared(Inst *inst, Reg tmpReg, RuntimeInterface::Entrypoi… in CreateJumpToClassResolverPltShared() 1308 void Codegen::CreateLoadClassFromPLT(Inst *inst, Reg tmpReg, Reg dst, size_t classId) in CreateLoadClassFromPLT() 1345 void Codegen::CreateAlignmentValue(Reg alignmentReg, Reg tmpReg, size_t alignment) in CreateAlignmentValue() 1430 void Codegen::IntfInlineCachePass(ResolveVirtualInst *resolver, Reg methodReg, Reg tmpReg, Reg objR… in IntfInlineCachePass() 1529 ScopedTmpReg tmpReg(GetEncoder(), ConvertDataType(DataType::REFERENCE, GetArch())); in EmitResolveUnknownVirtual() local 1566 ScopedTmpReg tmpReg(GetEncoder(), ConvertDataType(DataType::REFERENCE, GetArch())); in EmitResolveVirtualAot() local 1604 ScopedTmpReg tmpReg(GetEncoder(), ConvertDataType(DataType::REFERENCE, GetArch())); in EmitResolveVirtual() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_codegen_extensions.cpp | 48 ScopedTmpReg tmpReg(encoder); in EtsGetNativeMethod() local 161 ScopedTmpReg tmpReg(GetEncoder()); in EtsCheckNativeException() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test_2.cpp | 975 auto tmpReg = test->GetParameter(TypeInfo(T(0)), 1); in TestStoreExclusiveFailed() local 1004 Reg tmpReg(4U, TypeInfo(T(0))); in TestStoreExclusive() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test_2.cpp | 1155 auto tmpReg = test->GetParameter(TypeInfo(T(0)), 1); in TestStoreExclusiveFailed() local 1183 Reg tmpReg(test->GetRegfile()->GetZeroReg().GetId(), TypeInfo(T(0))); in TestStoreExclusive() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_lsra.cpp | 1194 auto tmpReg = static_cast<regno_t>(intSpillRegSet[spillIdx] + firstIntReg); in InsertCallerSave() local 1307 auto tmpReg = static_cast<regno_t>(intSpillRegSet[spillIdx] + firstIntReg); in SpillOperand() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | codegen_intrinsics_ets.cpp | 516 ScopedTmpReg tmpReg(enc); in CreateStringIndexOfAfter() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 2075 VReg tmpReg = AllocReg(); in ResolveConditionalResultFloat() local 2253 VReg tmpReg = AllocReg(); in ConditionalFloat() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 990 RegOperand &tmpReg = cgFunc->GetOpndBuilder()->CreateVReg(k64BitSize, kRegTyInt); in SelectTaggedIsHeapObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_peep.cpp | 1461 RegOperand &tmpReg = static_cast<RegOperand&>(preInsn->GetOperand(kInsnThirdOpnd)); in IntrinsicOptimize() local
|
| D | aarch64_cgfunc.cpp | 4576 RegOperand &tmpReg = CreateRegisterOperandOfType(PTY_i64); in SelectTaggedIsHeapObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 1368 Register tmpReg(X21); in DeoptEnterAsmInterpOrBaseline() local
|