Home
last modified time | relevance | path

Searched defs:tmpReg (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_2.cpp975 auto tmpReg = test->GetParameter(TypeInfo(T(0)), 1); in TestStoreExclusiveFailed() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_2.cpp1155 auto tmpReg = test->GetParameter(TypeInfo(T(0)), 1); in TestStoreExclusiveFailed() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h113 VReg tmpReg = AllocReg(); in ResolveConditionalResultFloat() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp1182 auto tmpReg = static_cast<regno_t>(intSpillRegSet[spillIdx] + firstIntReg); in InsertCallerSave() local
1295 auto tmpReg = static_cast<regno_t>(intSpillRegSet[spillIdx] + firstIntReg); in SpillOperand() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp1406 auto tmpReg = enc->GetCodegen()->ConvertInstTmpReg(inst, DataType::GetIntTypeForReference(arch)); VisitStoreStatic() local
1555 FillObjectClass(GraphVisitor *visitor, Reg tmpReg, LabelHolder::LabelId throwLabel) FillObjectClass() argument
1582 FillOtherClass(GraphVisitor *visitor, Inst *inst, Reg tmpReg, LabelHolder::LabelId throwLabel) FillOtherClass() argument
1597 FillArrayObjectClass(GraphVisitor *visitor, Reg tmpReg, LabelHolder::LabelId throwLabel) FillArrayObjectClass() argument
1614 FillArrayClass(GraphVisitor *visitor, Inst *inst, Reg tmpReg, LabelHolder::LabelId throwLabel) FillArrayClass() argument
1763 FillIsInstanceCaseObject(GraphVisitor *visitor, Inst *inst, Reg tmpReg) FillIsInstanceCaseObject() argument
1792 FillIsInstanceCaseOther(GraphVisitor *visitor, Inst *inst, Reg tmpReg, LabelHolder::LabelId endLabel) FillIsInstanceCaseOther() argument
1818 FillIsInstanceCaseArrayObject(GraphVisitor *visitor, Inst *inst, Reg tmpReg, LabelHolder::LabelId endLabel) FillIsInstanceCaseArrayObject() argument
1841 FillIsInstanceCaseArrayClass(GraphVisitor *visitor, Inst *inst, Reg tmpReg, LabelHolder::LabelId endLabel) FillIsInstanceCaseArrayClass() argument
1879 FillIsInstance(GraphVisitor *visitor, Inst *inst, Reg tmpReg, LabelHolder::LabelId endLabel) FillIsInstance() argument
[all...]
H A Dcodegen.cpp1289 void Codegen::CreateJumpToClassResolverPltShared(Inst *inst, Reg tmpReg, RuntimeInterface::EntrypointId id) in CreateJumpToClassResolverPltShared() argument
1313 void Codegen::CreateLoadClassFromPLT(Inst *inst, Reg tmpReg, Reg dst, size_t classId) in CreateLoadClassFromPLT() argument
1350 void Codegen::CreateAlignmentValue(Reg alignmentReg, Reg tmpReg, size_ argument
1435 IntfInlineCachePass(ResolveVirtualInst *resolver, Reg methodReg, Reg tmpReg, Reg objReg) IntfInlineCachePass() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp810 vixl::aarch64::VRegister tmpReg; EncodeBitCount() local
[all...]

Completed in 21 milliseconds