Home
last modified time | relevance | path

Searched defs:SetVnObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp321 void GetAnyTypeNameInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::GetAnyTypeNameInst
326 void CompareAnyTypeInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::CompareAnyTypeInst
331 void BinaryImmOperation::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::BinaryImmOperation
336 void BinaryShiftedRegisterOperation::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::BinaryShiftedRegisterOperation
342 void UnaryShiftedRegisterOperation::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::UnaryShiftedRegisterOperation
348 void CompareInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::CompareInst
353 void SelectInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::SelectInst
358 void IfInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::IfInst
363 void IfImmInst::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::IfImmInst
368 void UnaryOperation::SetVnObject(VnObject *vnObj) in SetVnObject() function in ark::compiler::UnaryOperation
[all …]
Dinst.h1594 virtual void SetVnObject([[maybe_unused]] VnObject *vnObj) {} in SetVnObject() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp153 void CompareInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::CompareInst
158 void IfInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::IfInst
163 void IfImmInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::IfImmInst
168 void CmpInst::SetVnObject(VnObject *vn_obj) in SetVnObject() function in panda::compiler::CmpInst
Dinst.h1284 virtual void SetVnObject([[maybe_unused]] VnObject *vn_obj) {} in SetVnObject() function